June 2019
Intermediate to advanced
328 pages
7h 27m
English
By now you’re pretty comfortable creating and manipulating files and folders from the CLI. But with some additional tools, you can solve more complex problems while building on the skills you’ve already learned.
ranger is a terminal-based graphical file manager. While this book is all about working on the command line, ranger makes it easier to work with files in batches, and it also makes previewing files a breeze. To use it, you first need to install it. On Ubuntu, use apt:
| | $ sudo apt install ranger |
On macOS, use brew:
| | $ brew install ranger |
Then execute the following command to generate ranger’s default configuration, which will be stored in ~/.config/ranger ...