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
Currently, helm-ghq command first reads repository and then lists files up in it. This behavior surprised me since this command seems to ask only "select repo". After getting in a repository, I often see directories (with dired) and trigger ag. So, I personally think this behavior is a second option rather than default.
Luckily, there's helm-source-ghq already. So users can feed them up as my setting: https://github.com/kenoss/emacs-helm-ghq/tree/feature/add-list-only-command I'm satisfied with this but also this may useful for other users. Besides, using helm is better rather than helm-comp-read because, for example, helm-comp-read seems to ignore :filter-one-by-one and persistent action.
FYI, helm's way to provide the second option is using persistent-action. I tried to do this but I gave up because I'm not enthusiastic to debug helm. Helm is not controllable for me.
Currently,
helm-ghq
command first reads repository and then lists files up in it. This behavior surprised me since this command seems to ask only "select repo". After getting in a repository, I often see directories (with dired) and triggerag
. So, I personally think this behavior is a second option rather than default.Luckily, there's
helm-source-ghq
already. So users can feed them up as my setting: https://github.com/kenoss/emacs-helm-ghq/tree/feature/add-list-only-command I'm satisfied with this but also this may useful for other users. Besides, usinghelm
is better rather thanhelm-comp-read
because, for example,helm-comp-read
seems to ignore:filter-one-by-one
and persistent action.FYI, helm's way to provide the second option is using
persistent-action
. I tried to do this but I gave up because I'm not enthusiastic to debug helm. Helm is not controllable for me.My attempt is here: https://github.com/kenoss/emacs-helm-ghq/tree/trash/use-helm-persistent-action
The text was updated successfully, but these errors were encountered: