https://github.com/zk-phi/phi-search-dired
Interactive filtering for dired powered by phi-search
https://github.com/zk-phi/phi-search-dired
emacs
Last synced: 7 months ago
JSON representation
Interactive filtering for dired powered by phi-search
- Host: GitHub
- URL: https://github.com/zk-phi/phi-search-dired
- Owner: zk-phi
- Created: 2014-11-21T16:23:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T15:42:11.000Z (over 5 years ago)
- Last Synced: 2025-09-23T18:02:13.352Z (7 months ago)
- Topics: emacs
- Language: Emacs Lisp
- Homepage:
- Size: 932 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.org
Awesome Lists containing this project
README
* phi-search-dired.el
=phi-search= を使って dired をフィルタリング
interactive filtering for dired powered by phi-search
** Screencast
[[img/screencast.gif]]
** Usage
Install phi-search and phi-search-dired.el (put into load-path), and
require this script
: (require 'phi-search-dired)
then command "M-x phi-search-dired" is available in dired buffers. You
may also bind a key to the command.
: (define-key dired-mode-map (kbd "/") 'phi-search-dired)
In the phi-search window, following commands are available in addition
to the normal phi-search keybinds.
- [SPC] phi-search-dired-restrict-to-matches
Hide all unmached items.
- [DEL] phi-search-dired-backspace-or-undo
If there's a character before the point, delete it. Otherwise undo
restriction (show hidden items again).
If you quit phi-search window with [RET], then all matching items are
marked. To quit without doing anything more than filtering, quit with
[C-g].