Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.05 KB

README.org

File metadata and controls

30 lines (21 loc) · 1.05 KB

dired-nnn

This emacs package implements nnn-like (github.com/jarun/nnn) file select/move/paste, inspired by dired-ranger of dired-hacks.

Usage

Functions:

  • dired-nnn-toggle-mark toggles marking of the file at the point.
  • dired-nnn-paste pastes marked files from all dired buffers into the dired-current-directory using copy-file.
  • dired-nnn-move moves marked files from all dired buffers into the dired-current-directory using rename-file.

Customization:

  • dired-nnn-mark-new-files (default: nil) controls whether newly moved or pasted files are marked, for further actions or corrections.

nnn equivalence:

nnn keynnn actiondired equivalent
SPCToggle seldired-nnn-toggle-mark
aSel alldired-mark-subdir-files (built-in)
AInvert seldired-toggle-marks (built-in)
pPaste seldired-nnn-paste
vMove seldired-nnn-move