You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find h very interesting. One thing that I'm missing from ghq though is: h --list | fzf to be able to discover projects fuzzily when I don't remember the exact name.
Caveat:
in such case all outputs have to be prefied with ~/code in order to change directory apropirately.
An alternative which can present projects without prefix:
h --list <put your pip-in-pipe-out-tool> -piping in a short names github.com/drienv/direnv and piping out a full path ~/code/github.com/direnv/direnv.
Or even: h --fzf (more minimal)
Is that something?
The text was updated successfully, but these errors were encountered:
I find
h
very interesting. One thing that I'm missing fromghq
though is:h --list | fzf
to be able to discover projects fuzzily when I don't remember the exact name.Caveat:
in such case all outputs have to be prefied with
~/code
in order to change directory apropirately.An alternative which can present projects without prefix:
h --list <put your pip-in-pipe-out-tool>
-piping in a short namesgithub.com/drienv/direnv
and piping out a full path~/code/github.com/direnv/direnv
.Or even:
h --fzf
(more minimal)Is that something?
The text was updated successfully, but these errors were encountered: