helm-ag

Delete line in edit mode

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…

helm-do-ag supports command line options

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.

Better space handling in helm-do-ag

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…

C-lで一つ上のディレクトリから検索する機能の追加

helm-find-files的な機能を実現して欲しいということで実現しました. C-l(小文字のエル)を押すことで 1つ上のディレクトリから検索なり, 再度押すと そのさらに上からの検索となります. リポジトリを超えたところから検索したいという需要はあまりない とい…

helm-agの色付けの改良

検索する単語にも色がつくようになりました リポジトリ https://github.com/syohex/emacs-helm-ag イメージ おわりに 問題があれば, github issueまでお願いします.

helm-agに色が付きました

今更ですが, helm-agのファイル名と行番号に色が 付きました. リポジトリ https://github.com/syohex/emacs-helm-ag イメージ おわりに 問題があれば github issuesまでお願いします.