Just Started Using Midnight Commander on Debian — Loving It!

bradgarrison

Member
Feb 20, 2023
46
9
8
49
I recently came across an awesome open-source tool called Midnight Commander, and I'm impressed. It's a visual file manager that runs directly in the CLI (Command Line Interface), making file navigation fast and intuitive. You can use the keyboard or the mouse to navigate the file structure—super flexible!

Installation is a breeze:

Bash:
sudo apt-get install mc

Once installed, simply run it by typing:

Bash:
mc

If you're looking for a reliable, easy-to-use file manager for the terminal, I recommend giving it a try!

Here is a screenshot:Screenshot 2025-01-14 at 2.01.57 PM.png
 

Endearing_PBX

New Member
Dec 9, 2024
2
0
1
Really neat tool! I've been achieving the same effect using Visual Studio code, which is helpful when accessing my cloud-hosted PBX. VSC can make a remote connection through ssh. You can then choose to open a folder, and it will act as an easy to visualize file manager. It is also helpful with updating any code due to its many extensions.
 

bradgarrison

Member
Feb 20, 2023
46
9
8
49
Really neat tool! I've been achieving the same effect using Visual Studio code, which is helpful when accessing my cloud-hosted PBX. VSC can make a remote connection through ssh. You can then choose to open a folder, and it will act as an easy to visualize file manager. It is also helpful with updating any code due to its many extensions.
I didn't know you could connect via SSH using VS code. I'll have to check that out.

Most the time, I use WinSCP when I need to move files around, but I saw someone mention Midnight Commander the other day, and it's a nice lightweight tool.
 

whut

Active Member
Dec 23, 2022
253
28
28
That Midnight Commander screenshot takes me back in history. Ah, the 'good old days'... VS Code works very well for multiple file manipulations. An SFTP GUI is excellent for moving directories and files.