mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Document lftp integration
This commit is contained in:
parent
2d8afc8de7
commit
050fb84921
|
@ -25,7 +25,7 @@ Noice is Not Noice, a noicer fork...
|
||||||
|
|
||||||
`nnn` is probably the [fastest and most resource-sensitive](#comparison) file manager you have ever used. It integrates seamlessly with your DE and favourite GUI utilities, has a unique [navigate-as-you-type](#navigate-as-you-type-mode) mode with auto-select, disk usage analyzer mode, bookmarks, contexts, application launcher, familiar navigation shortcuts, subshell spawning and much more.
|
`nnn` is probably the [fastest and most resource-sensitive](#comparison) file manager you have ever used. It integrates seamlessly with your DE and favourite GUI utilities, has a unique [navigate-as-you-type](#navigate-as-you-type-mode) mode with auto-select, disk usage analyzer mode, bookmarks, contexts, application launcher, familiar navigation shortcuts, subshell spawning and much more.
|
||||||
|
|
||||||
[Integrate utilities](https://github.com/jarun/nnn#sample-scripts) like sxiv or fzy easily, or use it as a [(neo)vim plugin](https://github.com/jarun/nnn#neovim-plugin); `nnn` supports as many scripts as you need!
|
[Integrate utilities](https://github.com/jarun/nnn#sample-scripts) like sxiv or fzy easily, transfer selected files using lftp or use it as a [(neo)vim plugin](https://github.com/jarun/nnn#neovim-plugin); `nnn` supports as many scripts as you need!
|
||||||
|
|
||||||
It runs on Linux, macOS, Raspberry Pi, Cygwin, Linux subsystem for Windows and Termux.
|
It runs on Linux, macOS, Raspberry Pi, Cygwin, Linux subsystem for Windows and Termux.
|
||||||
|
|
||||||
|
@ -73,6 +73,7 @@ We need contributors. Please visit the ToDo list.
|
||||||
- [sample scripts](#sample-scripts)
|
- [sample scripts](#sample-scripts)
|
||||||
- [change dir color](#change-dir-color)
|
- [change dir color](#change-dir-color)
|
||||||
- [integrate patool](#integrate-patool)
|
- [integrate patool](#integrate-patool)
|
||||||
|
- [lftp transfers](#lftp-transfers)
|
||||||
- [work faster at rename prompt](#work-faster-at-rename-prompt)
|
- [work faster at rename prompt](#work-faster-at-rename-prompt)
|
||||||
- [set idle timeout](#set-idle-timeout)
|
- [set idle timeout](#set-idle-timeout)
|
||||||
- [show hot plugged drives](#show-hot-plugged-drives)
|
- [show hot plugged drives](#show-hot-plugged-drives)
|
||||||
|
@ -111,6 +112,7 @@ We need contributors. Please visit the ToDo list.
|
||||||
- Create, rename files and directories
|
- Create, rename files and directories
|
||||||
- Select files across directories
|
- Select files across directories
|
||||||
- Copy, move, delete selection
|
- Copy, move, delete selection
|
||||||
|
- Transfer files using lftp
|
||||||
- Batch rename/move/delete (needs vidir)
|
- Batch rename/move/delete (needs vidir)
|
||||||
- Show directories in custom color (default: blue)
|
- Show directories in custom color (default: blue)
|
||||||
- Spawn a subshell in the current directory
|
- Spawn a subshell in the current directory
|
||||||
|
@ -508,6 +510,10 @@ Any other value disables colored directories.
|
||||||
|
|
||||||
On systems where `atool` is not available but `patool` is, drop two copies of the Python3 script [natool](https://github.com/jarun/nnn/tree/master/scripts/natool) as `atool` and `apack` somewhere in `$PATH`.
|
On systems where `atool` is not available but `patool` is, drop two copies of the Python3 script [natool](https://github.com/jarun/nnn/tree/master/scripts/natool) as `atool` and `apack` somewhere in `$PATH`.
|
||||||
|
|
||||||
|
#### lftp transfers
|
||||||
|
|
||||||
|
lftp can be used from `nnn` for automated remote transfers or copying a selection to a server. Visit the [wiki page](github.com/jarun/nnn/wiki/simplify-remote-transfers-with-lftp) for more details on the integration.
|
||||||
|
|
||||||
#### work faster at rename prompt
|
#### 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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue