4 super easy-to-use terminal file managers, improve your efficiency!

Hello everyone, I am JackTian.

As a necessary tool for the Linux operating system, choosing a very useful terminal file manager can make daily use more efficient.

Today I would like to recommend several open source file managers for Linux, and I hope it will help you.

1、nnn


nnn (or n³) is a fully functional terminal file manager. It's small, almost zero configuration, has incredible performance, and may be the fastest you've ever used! It can be seamlessly integrated in DE and GUI utilities, with a unique navigation mode, automatic selection, disk usage analysis, batch renaming, launching applications and selecting files.

The plug-in library has tons of plug-ins and files to further expand such as function preview, (un) installation disk, discovery and list, file/directory difference, upload file. There is a separate (neo) vim plugin.

nnn can run on Linux, macOS, Raspberry Pi, Cygwin, Windows Subsystem and Termux.

nnn also includes a variety of black magic and features:

2、ranger


Ranger has a console file manager with VI key binding, provides a simple and beautiful curses interface, a view of the directory hierarchy, a file launcher with rifle, and is good at automatically finding out which file type to use program.

It is easy to maintain the high-level language file manager, switch directories and browse the file system. It is convenient and quick, small and exquisite, based on the console, can be integrated into the unix shell, multi-pane view mode.

Ranger is divided into three parts:

  • Left: parent directory structure
  • Middle: currently operable directory
  • Right: all files in the current directory

3、cfiles


cfiles is a terminal file manager, with key bindings like VIM, written in C language using ncurses library, providing a lightweight, fast and minimal interface.

4、dfshow


dfshow (Directory File Show): It is the terminal file manager of the Unix operating system, it is Larry Kroeker's DF-EDIT (Directory File Editor), a Unix-like rewrite for some applications of MS-DOS and PC-DOS systems , Based on DF-EDIT 2.3d released in 1986, DF-SHOW is completely free and open source and released under GPLv3.

DF-SHOW features:

  • List files
  • View Files
  • Edit file
  • Copy files
  • Create link
  • Rename file
  • Delete Files
  • Create a directory
  • Update file permissions, owner and group
  • Search for matching files in files
  • Start executable

DF-SHOW is actually a combination of two applications, namely: showand sf.

showApplication (similar to the ls command): allows users to view the names of files and directories on the disk and information about files, used to display the contents of directories, create new directories, rename and delete files/folders, update permissions, and search Files etc.

To view the list of contents in the directory, use the following command:

# show <directory_names>

<directory_name> 参数: It can be accessed by any directory accessed by the current user on the system.


sf Application (display file): used to display the content of the file.

# sf <file>

<file> 参数: It can be any file that the current user can access on the system. If the show file utility is called without specifying a file, the user will be prompted to load the file in the application.

Reference

[1] nnn:https://github.com/jarun/nnn
[2] ranger:https://github.com/ranger/ranger
[3] cfiles:https://github.com/mananapr/cfiles
[4] dfshow:https://github.com/roberthawdon/dfshow

to sum up

The above 4 super easy-to-use terminal file managers are all practical tools with their pros and cons. I believe that everyone will come into contact with the Linux operating system in their daily work. I hope that the above terminal file manager tools can have their own uses and greatly improve your efficiency in using the Linux operating system.

If you have more useful terminal file manager tools, you can also leave a message through this article.


Originality is not easy, and codewords are not easy. You find this article a little bit with it, trouble you for this article point a praise , leave a message or forward it, since this will be my output power of more high-quality article , thanks!

⬇⬇⬇⬇⬇⬇⬇⬇

Guess you like

Origin blog.csdn.net/jake_tian/article/details/108049619