Giter Site home page Giter Site logo

Comments (3)

n0v1c3 avatar n0v1c3 commented on May 30, 2024 2

@jestinjht I added this function for myself and to the README (will make it to master shortly).

function! s:Vira_GitActiveIssue()
    let g:vira_active_issue = execute("Git branch --show-current > echo")
    ViraReport
endfunction

nnoremap <silent> <leader>vgi :call Vira_GitActiveIssue()<cr>

from vira.

n0v1c3 avatar n0v1c3 commented on May 30, 2024 1

@jestinjht Just to update you. I have not forgotten about you. A random ability arrived from our code to set the current issue through the g:vira_active_issue can be used in most case to set the issue from and outside source.

Example for connect to Current Git Branch

:let g:vira_active_issue = execute("Git branch --show-current > echo") 

I have not directly added it to the code as this will be potentially unique for each user although, I will update the README with it.

from vira.

n0v1c3 avatar n0v1c3 commented on May 30, 2024

I think this is easily agreed with. Make more ways for the vim power users to use it as their own tool.

We have one issue related but it is simply to start making a list of useful external calls this is now at the top.

I have also started thinking we want many outputs from Vira as I do not want to write or remember anything. Versions are on my list as well as I like them on my master branch.

from vira.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.