diff options
| author | 2018-02-27 09:01:39 +0530 | |
|---|---|---|
| committer | 2018-02-27 09:01:39 +0530 | |
| commit | 045da7a1728295be677f43313491522d8ff3045d (patch) | |
| tree | fb6cc2b2d1b8e689be814942ad8aa9fd0c1f0f23 | |
| parent | fa549aa5f78e6359d2c2c569e949f39c86c23c4e (diff) | |
| download | nnn-045da7a1728295be677f43313491522d8ff3045d.tar.gz | |
Update documentation on vidir
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | README.md | 10 |
2 files changed, 7 insertions, 5 deletions
@@ -5,7 +5,7 @@ What's in? - Copy multiple file paths - Copy file paths when X is unavailable - Optionally quote individual file paths with single quotes on copy -- Batch rename files in vidir from [moreutils](https://joeyh.name/code/moreutils/) +- Batch rename/move/delete files in vidir from [moreutils](https://joeyh.name/code/moreutils/) - Use ISO 8601 date format in file details - New/changed/remapped shortcuts: - <kbd>^B</kbd> - show bookmark prompt (replaces <kbd>b</kbd>) @@ -109,7 +109,7 @@ Have fun with it! PRs are welcome. Check out [#1](https://github.com/jarun/nnn/i - Sort by file name, modification time, size - Convenience - Create, rename files and directories - - Batch rename current directory entries in vidir (from moreutils) + - Batch rename/move/delete current directory entries in vidir (from moreutils) - Spawn SHELL (fallback sh) in the current directory - Copy absolute file paths with/without X (*easy* shell integration) - Change directory at exit (*easy* shell integration) @@ -423,11 +423,13 @@ Any other value disables colored directories. #### file copy, move, delete -`nnn` doesn't support file copy, move, delete inherently. However, it simplifies the workflow: +`nnn` doesn't support file copy, move, delete natively. However, it simplifies the workflow: -1. copy the absolute path to a file by invoking the file path copier (<kbd>^K</kbd>) +1. copy the absolute paths using <kbd>^Y</kbd> and/or <kbd>^K</kbd> 2. spawn a shell in the current directory (<kbd>!</kbd>) -3. while typing the desired command, copy the file path (usually <kbd>^-Shift-V</kbd>) +3. while typing the desired command, copy the file paths (usually <kbd>^-Shift-V</kbd>) + +In addition, nnn integrates with vidir. vidir supports batch file move and delete. #### boost chdir prompt |