nixos-config/user/app/ranger
2024-10-11 20:09:06 -05:00
..
colorschemes Improved readability for ranger 2024-06-25 20:12:20 -05:00
commands.py Added ranger config inside its own module 2023-06-08 15:58:04 -05:00
commands_full.py Deleted/fixed some todos on magit-todos 2024-02-03 15:51:01 -06:00
ranger.nix Fixed ranger img copy-paste script for wayland 2024-02-03 15:41:46 -06:00
rc.conf Help network filesystems 2024-09-10 20:09:01 -05:00
README.org Fixed all screenshots to be on gh backend 2023-11-04 14:05:26 -05:00
rifle.conf Open text files with neovide 2024-10-11 20:09:06 -05:00
scope.sh Added a lot more ranger file previews! 2024-04-13 12:38:18 -05:00

Ranger File Manager

What is Ranger?

Ranger is a minimalistic TUI file manager controlled with vim keybindings (making it extremely efficient).

https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/app/ranger.png

If you've never tried a terminal file manager, I suggest you try it out. Here's a quick overview of how to work with it:

  • j and k - Move up and down
  • l - Move into a directory or open file at point
  • h - Move up a directory
  • g g - Move to top
  • G - Move to bottom
  • SPC - Mark a file
  • y y - Copy (yank) file(s)
  • d d - Cut file(s)
  • p p - Paste file(s)
  • d T - Trash file(s)
  • d D - Delete a file (no undo!)
  • ! - Run a shell command in current directory
  • @ - Run a shell command on file(s)
  • Ctrl-r - Refresh view

Just like in vim, commands can be given by typing a colon : (semicolons ; also work in ranger!) and typing the command, i.e :rename newfilename.