以下の内容はhttps://blog.kyanny.me/entry/2020/07/08/085404より取得しました。


ivy で ghq

~/.emacs なり ~/.spacemacs なりに書く。 M-x my/ivy-ghq で実行。

  (defun my/ivy-ghq ()
    "ghq list -p => find-file (dired)"
    (interactive)
    (ivy-read "ghq: "
              (split-string (shell-command-to-string "ghq list -p") "\n")
              :require-match t
              :action (lambda (path)
                        (find-file path))
              :caller 'my/ivy-ghq))



以上の内容はhttps://blog.kyanny.me/entry/2020/07/08/085404より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14