diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 21:53:11 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 21:53:11 +0200 |
| commit | c1e651d6be2ae6ba8ef903ad8821f4af4d010873 (patch) | |
| tree | 6d2c951d49ade71bbcce2e6b0fdd71144761be67 /README.txt | |
| parent | 0fd8238bda5a40cb72e814c6cc820bd71e044261 (diff) | |
| parent | 67a1c24a8661fdcbc48f72f7b65521772065d305 (diff) | |
Merge branch 'bulk-rename'
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ Initial Announcement: https://dylan.gr/1772192922 * UTF8 support (minus grapheme clusters and other unruly things) * Multiple view modes (name, size, permissions, mtime, ...) * Multiple sort modes (name, extension, size, mtime, reverse, ...) -* No temporary file usage +* Ranger-style bulk rename * Incremental as-you-type search * Bookmarks * Vim-like keybindings @@ -161,7 +161,7 @@ environment, default values are derived from the config.h.in file. bind act_cd_bookmark_[0-9] to the keys of your choosing) - DFM_OPENER (Opener script to use when opening files. This could be - xdg-open or a custom script (see the examples/ directory)) + xdg-open or a custom script (see the script/ directory)) - DFM_TRASH (Program to use when trashing files) @@ -228,7 +228,7 @@ All is the sum of the other view modes and gives an idea of what is shown: -rwxr-xr-x 16m 4.0K .git/ -rwxr-xr-x 2h 4.0K bin/ --rwxr-xr-x 4d 4.0K example/ +-rwxr-xr-x 4d 4.0K script/ -rwxr-xr-x 32m 4.0K lib/ -rwxr-xr-x 16h 4.0K platform/ -rw-r--r-- 16m 0B .config_macro.h |