diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-09-06 04:12:42 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-09-06 04:12:42 +0530 |
commit | 655461a3f2ee7ff5daf83a86029f40ad286c788a (patch) | |
tree | d5368d8afb7f64de61c6e1a59f127c757a8aeac1 /README.md | |
parent | ad7c6442904296a9f71c7917abaec31b0f6d1367 (diff) | |
download | nnn-655461a3f2ee7ff5daf83a86029f40ad286c788a.tar.gz |
Add wrapper script for patool integration
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -66,6 +66,7 @@ Have fun with it! Missing a feature? Want to contribute? Head to the rolling [To - [dual-pane or multi-pane](#dual-pane-or-multi-pane) - [change dir color](#change-dir-color) - [file copy, move, delete](#file-copy-move-delete) + - [integrate patool](#integrate-patool) - [work faster at rename prompt](#work-faster-at-rename-prompt) - [set idle timeout](#set-idle-timeout) - [show hot plugged drives](#show-hot-plugged-drives) @@ -480,6 +481,10 @@ Any other value disables colored directories. In addition, `nnn` integrates with vidir. vidir supports batch file move and delete. +#### integrate patool + +On systems where `atool` is not available but `patool` is, drop two copies of the Python3 script [natool](https://github.com/jarun/nnn/blob/master/scripts/natool) as `atool` and `apack` somewhere in `$PATH`. + #### work faster at rename prompt The rename prompt supports some bash-like command-line shortcuts - <kbd>^A</kbd>, <kbd>^E</kbd>, <kbd>^U</kbd>. <kbd>^L</kbd> clears the name. |