leo-arch / clifm

The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell.

Home Page:https://github.com/leo-arch/clifm/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CliFM logo

The Command Line File Manager

No GUI, no TUI, AND no menus. Just you and a powerful, file-management oriented command line.


GitHub release (latest by date)


demo


👾 Brief description

Clifm is a shell-like, text-based terminal file manager that sits on the command line.

Though fully-featured, powerful, and extensible, it is not so much about features, but about design, about the way in which you interact with your file system.

Most terminal file managers out there (if not all) are built using the TUI design principles, much like the superb Midnight Commander and Ranger. But clifm is built rather having the CLI design principles in mind: do not navigate through a big menu of files, just type it, exactly as you do in your regular shell, but easier and faster!

For this reason, clifm does not need to be better: it's just different! 😉

For a detailed description consult the introductory section of our Wiki.


✔️ Features

Click here to expand

Besides common file operations such as copy, move, remove, etc., clifm provides the following features:


Auto-suggestions in action


For a detailed explanation of each of these features, follow the corresponding links or consult the Wiki.


🎬 Introduction video

Alt text


💾 Installation

From a package manager

Packaging status Packaging status Packaging status

If running on Linux, binary packages are available for most major distributions via the OpenSUSE Build System.

From source (Linux/BSD)

Note: Dependencies are most likely already satisfied, but in any case consult the dependencies section.

git clone https://github.com/leo-arch/clifm.git
cd clifm
sudo make install

For more information/supported platforms consult the installation page.


💡 Getting started

To start using clifm you don't need to learn anything new: the usual shell commands will just work. However, there is much more than just shell commands...
✓ The help command gives you a quick introduction to clifm: once in the clifm prompt, enter help or ?.
✓ Type cmd<TAB> to get the list of available commands and a brief description.
✓ Type help <TAB> to get the list of available help topics. Select the one you want and press Enter.
✓ To jump into the COMMANDS section in the manpage, simply enter cmd or press F2.
✓ Press F1 to access the full manpage and F3 to access the keybindings help-page.
✓ To get help about some specific command just type CMD -h. For instance, s -h.

You can also take a look at some of both our FAQ and these basic usage-examples to get you started.
For a complete description please consult our Wiki.


📰 What's new?

Click here to expand

For more details consult the changelog file.


Support

Clifm runs on Linux, Termux (Android), FreeBSD, NetBSD, OpenBSD, DragonFly, MacOS, Solaris/Illumos, Haiku, and Cygwin/MinGW, on x86, ARM, PowerPC, and RISC-V architectures.


License

This project is licensed GPL version 2 (or later). See the LICENSE file for details.


Contributing

Contributions are kindly welcome! Please see our contribution guidelines for details.


Community

Join our Gitter discussion room and let us know what you think: ideas, comments, observations and questions are always useful.

The Discussions section of this repo is also open to input.


Developer

Leo Abramovich <leo.clifm@outlook.com>.

Special thanks to all those who have contributed to this project.

About

The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell.

https://github.com/leo-arch/clifm/wiki

License:GNU General Public License v2.0


Languages

Language:C 89.1%Language:Shell 5.5%Language:Python 3.2%Language:Makefile 1.1%Language:C++ 1.0%Language:CMake 0.1%