Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Nnn | 16,003 | 4 days ago | 20 | July 26, 2022 | 5 | bsd-2-clause | C | |||
n³ The unorthodox terminal file manager | ||||||||||
Electerm | 8,149 | 11 days ago | 68 | September 21, 2022 | 307 | mit | JavaScript | |||
📻Terminal/ssh/telnet/serialport/sftp client(linux, mac, win) | ||||||||||
Lf | 5,620 | 1 | 21 hours ago | 41 | April 25, 2021 | 199 | mit | Go | ||
Terminal file manager | ||||||||||
Fff | 3,796 | a month ago | 1 | March 03, 2021 | 57 | mit | Shell | |||
📁 A simple file manager written in bash. | ||||||||||
Xplr | 2,948 | a day ago | 124 | September 11, 2022 | 9 | mit | Rust | |||
A hackable, minimal, fast TUI file explorer | ||||||||||
Far2l | 1,464 | 6 days ago | 241 | gpl-2.0 | C | |||||
Linux port of FAR v2 | ||||||||||
Webterminal | 1,431 | a month ago | 1 | lgpl-3.0 | Python | |||||
ssh rdp vnc telnet sftp bastion/jump web putty xshell terminal jumpserver audit realtime monitor rz/sz 堡垒机 云桌面 linux devops sftp websocket file management rz/sz otp 自动化运维 审计 录像 文件管理 sftp上传 实时监控 录像回放 网页版rz/sz上传下载/动态口令 django | ||||||||||
Joshuto | 1,169 | 16 days ago | 3 | July 08, 2022 | 31 | lgpl-3.0 | Rust | |||
ranger-like terminal file manager written in Rust | ||||||||||
Clifm | 907 | 4 hours ago | 11 | gpl-2.0 | C | |||||
The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell | ||||||||||
Nnn.vim | 590 | 7 months ago | 2 | bsd-2-clause | Vim Script | |||||
File manager for vim/neovim powered by n³ |
cd /usr/local
git clone https://github.com/0l1v3rr/cli-file-manager.git
cd cli-file-manager
# The build may take a couple of tries
make build
export PATH="$PATH:/usr/local/cli-file-manager/bin"
Now try to execute the command cfm
.
In the first argument, you can give the path where you want it to open. (Not necessary)
For example: cfm /home/user/Desktop
Note: The cfm
command will only live until you close the terminal. To resolve this issue, follow these few steps:
nano ~/.profile
Now scroll to the bottom and paste this:
export PATH="$PATH:/usr/local/cli-file-manager/bin"
Save the changes and reboot.
There's an update and do you want to use it?
Go to your cli-file-manager folder. Open a terminal and type this command:
make update