helm-ag
I have implemented delete line feature in helm-ag edit mode. We can put delete line mark by C-c C-d, and remove delete mark by C-c C-u by default. Marking some lines and commit(C-c C-c by default), then these lines are deleted. Please repo…
We can input command line options at helm-do-ag as following Gif animation. If you want to use pattern which starts with -, please use -- separator.
I have implemented better space handling in helm-ag. If you want to input pattern which contains space, you can use escaped space like pattern1\ pattern2. Such pattern matches lines which have pattern1 pattern2. (While pattern1 pattern2 ma…
helm-find-files的な機能を実現して欲しいということで実現しました. C-l(小文字のエル)を押すことで 1つ上のディレクトリから検索なり, 再度押すと そのさらに上からの検索となります. リポジトリを超えたところから検索したいという需要はあまりない とい…
検索する単語にも色がつくようになりました リポジトリ https://github.com/syohex/emacs-helm-ag イメージ おわりに 問題があれば, github issueまでお願いします.
今更ですが, helm-agのファイル名と行番号に色が 付きました. リポジトリ https://github.com/syohex/emacs-helm-ag イメージ おわりに 問題があれば github issuesまでお願いします.