The Command Line File Manager
No GUI, no TUI, AND no menus. Just you and a powerful, file-management oriented command line.
Install ยท Browse the documentation ยท Request feature ยท Report bug
๐พ 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:
- Specific
- Really CLI-based. No GUI nor TUI at all, but just a command-line
- It can run on the kernel built-in console and even on a SSH or any other remote session
- Highly compatible with old VT102-only terminal emulators like Rxvt and Rxvt-based ones: even on a terminal with only 8 colors and no Unicode support, clifm will just work. It can run even on an old DEC-VT100 terminal!
- High performance. Incredibly lightweight and fast even on really old hardware
- Short (and even one-character) commands
- Entry list numbers (ELN's) for file names
- Extended color codes for file-types and -extensions
- Files counter for directories and symlinks to directories
- Privacy: Zero data collection and no connection to the outside world at all
- Security: Secure environment and secure commands. See also the stealth mode section
- Navigation and file operations
- Bookmarks
- File tags
- File filters
- Files selection (supports both glob and regular expressions and works even across multiple instances of the program)
- Files search (supports both glob and regular expressions)
- copy(-as), move(-as), interactive rename, and open-with functions
- File names cleaner
- Autocommands
- Auto-cd, auto-open, and autols
- Directory jumper, similar to autojump, z.lua, and zoxide
- Virtual directories
- Fastback - Quickly change to any parent directory
- A built-in resource opener (supports regular expressions and is able to discern between GUI and non-GUI environments)
- A built-in Freedesktop-compliant trash system
- Up to eight workspaces
- Eleven sorting methods
- Bulk operations: rename, create, remove, and create symbolik links in bulk
- Files encryption/decryption (plugin)
- Copy files to your smart phone (plugin)
- Archiving and compression support (including Zstandard and ISO 9660)
- Symlinks editor
- File permissions/ownership editor via the
pc
andoc
commands respectively - Remote file systems management
- Mount/unmount storage devices
- Advanced Copy support (just
cp
andmv
with a nice progress bar) - Directory history map to keep in sight previous, current, and next entries in the directory history list
- Shell
- Auto-suggestions
- TAB completion, with fzf integration (including file previews)
- Syntax highlighting
- Warning prompt for invalid command names
- Fused parameters for ELN's
- Fuzzy completion for file names and paths
- Wildcards expansion via TAB (
s *.[ch]<TAB>
) - File types expansion via TAB (
=l<TAB>
to list all symlinks in the current dir) - MIME types expansion (
@image<TAB>
) - Bash-like quoting system
- Shell commands execution
- Sequential and conditional commands execution
- Directory and commands history
- Glob and regular expressions (including inverse matching)
- Aliases
- Logs
- Prompt and profile commands (run commands with each new prompt or at program startup)
- Modes
- Stealth mode, also known as incognito or private mode
- Light mode (just in case it is not fast enough for you)
- Resource opener
- Disk usage analyzer mode
- Files lister (ls-mode)
- Customization
- User profiles
- Customizable keyboard shortcuts
- Theming support (more than a dozen color schemes)
- Prompt customization
- Four customizable keybindings for custom plugins
- Compile features in/out
- Misc
- Plugins
- File previews (via TAB completion or the
view
command) - Icons support, including emoji-icons
๐ - Git integration
- Desktop notifications
- Unicode suppport
- Disk usage
- CD on quit and file picker functions
- A built-in pager for files listing
- Read and list files from STDIN (standard input)
Auto-suggestions in action
For a detailed explanation of each of these features, follow the corresponding links or consult the Wiki.
๐ฌ Introduction video
๐พ Installation
From a package manager
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 (since version 1.9.2).
โ 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
Development
- Since
fzy
has been inactive for more than a year, we have forked it as fnf (including some features needed to make it work with clifm). Because of this,--fzytab
has been renamed to--fnftab
, just as theTabCompletionMode
option in the config file now takesfnf
instead offzy
as value. - File names validation via the
new
command. - If using the new ueberzug (18.2.0), please update your
clifmrun
file to get image previews working again. - Run external commands using any shell you like via the CLIFM_SHELL environment variable.
- Since
1.12 (Blondebeard)
- Improved logs system.
- Better TAB completion for internal commands.
- Allow the use of Xterm-like color names in color schemes.
- Disable bold colors via
--no-bold
. - Colorize symlinks according to the target file via
ColorLinksAsTarget
in the config file. - File names trimming can now be disabled permanently via the
TrimNames
option in the config file and--no-trim-names
. - Improved interface fot the
tag
command. - Improved synchronization between multiple instances.
version 1.11 (Cobb)
- Files apparent size is used now by default. Revert via
--no-apparent-size
or settingApparentSize
tofalse
in the config file. - Clifm will try to run in 256 colors mode if support is detected. Just comment out the
ColorScheme
option in the config file (or set it either to an empty value or todefault-256
) to enable this feature. - Mark files with extended attributes (long view)
- Customizable timestamps, including relative times (long view)
- Color gradients for file sizes and timestamps (long view)
- Use
config dump
to print the list of settings and their current value (highlighting those differing from default values) - The
config
command is now used to open/edit the main configuration file (edit
can still be used, but is deprecated and might be removed in a future release) FzfPreview
(file previews in TAB completion - fzf mode only) is now enabled by default (disable via--no-fzfpreview
)- Improved jump table screen (via the
j
command) - Purge the jump database via the
--purge
option
- Files apparent size is used now by default. Revert via
version 1.10 (Swordmaster)
:- Quickly access the directory history list via the
dh
command. Thedh
plugin, just as thebh
andfh
commands, is now deprecated. - History timestamps
s:
works now likesel
keyword, to be in line witht:
(for tags) andb:
(for bookmarks). Consult the Files selection section.- The
:b
construct was removed.b:
now lists bookmark names instead of paths.b:mybm
expands to the path pointed to by the bookmark namedmybm
. TheExpandBookmarks
option (config file) is now deprecated, just as the bookmarks suggestions strategy (in theSuggestionStrategy
option). See the Bookmarks section. - Bookmarks can be created directly from the command line, without an interactive prompt:
bm add FILE BM_NAME
. - Rename profiles via the
rename
subcommand oc
, a files ownership editor- Get list of commands and a brief description via
cmd<TAB>
- Suggest a brief description for internal commands
- Set a custom selections file via the
--sel-file
flag
- Quickly access the directory history list via the
version 1.9 (Sharptooth)
:- Improved fuzzy suggestions/completions for file names and paths
- Automatic expansion for bookmarks, file type, and MIME type filters
- Private workspace settings
- Run autocommands based on workspaces, and not just on paths
- Run the pager based on the current amount of files
- Files counter for directories in long view mode
- Filter files by file type
- Filter files by MIME type
pc
, a file permissions editorcd -
works now just like in most shells- The
view
command can now select files via TAB - Launch the
view
command via Alt+- - Use
--fzfpreview-hidden
to start the preview window hidden (toggle via Alt-p)
version 1.8 (Otis)
:- If upgrading from a previous version (optional, but recommended):
- F7 opens now shotgun's configuration file (instead of the jump database file). Update
keybindings.clifm
: removing the file and restarting is enough. Manually: runkb edit
and then replaceopen-jump-db:\e[18~
byopen-preview:\e[18~
. - New specific options to control the files preview window. Add the following options to the
FzfTabOptions
line in your theme file (via thecs edit
command) or just copy the theme file from the data directory (usually/usr/local/share/clifm/colors
):--bind alt-p:toggle-preview,change:top,alt-up:preview-page-up,alt-down:preview-page-down --preview-window=wrap,border-left --color="border:7:dim"
.
- F7 opens now shotgun's configuration file (instead of the jump database file). Update
clifmimg
plugin, for image previewsview
command, to preview files in full screen- TAB completion with file previews
- Shotgun, a built-in files previewer
- Improved Unicode support for the suggestions system
- Flat-view for the
fzfsel
plugin via the-f
option - Improved VT100 compatibility via the
--vt100
switch - Cygwin support
- Improved performance/portability of the suggestions system: no more slow/non-portable
CPR
-CUP
escape sequences! These were replaced by 100% made in-house cursor position calculation plus basic/portable escape sequences:CUU
,CUD
,CUF
, andCUB
.
- If upgrading from a previous version (optional, but recommended):
version 1.7 (Elaine)
:- Configuration files renamed from
.cfm
to.clifm
(avoid conflict with ColdFusion files) - Ctrl-l added for screen refresh
cc
command removed to avoid conflicts with/bin/cc
(usecolors
instead)--std-tab-comp
option renamed to--stdtab
(to match--fzytab
and--smenutab
options)
- Configuration files renamed from
version 1.6 (Guybrush)
:- ELN's color defaults now to cyan
--no-folders-first
and--folders-first
options renamed to--no-dirs-first
and--dirs-first
respectively. In the same way, thefolders-first
command was renamed todirs-first
.PromptStyle
option renamed asNotifications
(takingtrue
andfalse
as values)
version 1.5 (Nano)
:Prompt
,WarningPromptStr
,DividingLine
, andFfzTabOptions
options were moved from the config file to the color scheme file to get a centralized and single theming file. However, to keep backwards compatibility, the old location is still recognized. If any of these options is found in the color scheme file, values taken from the main configuration file will be overriden.- The warning prompt color is set now via escape codes (exactly as the regular prompt). The
wp
color code is used now only for the input text color of the warning prompt.
version 1.4 (Alma)
:- In order to make Lira more powerful (it can now match entire file names instead of just file extensions) it was necessary to introduce a little syntax modification in its configuration file.
For more details consult the changelog file.
Support
Clifm is C99 and POSIX-1.2008 compliant (if compiled with the _BE_POSIX
flag). Consult the compilation page.
Successfully tested and running flawlessly on Linux, Termux (Android), FreeBSD, NetBSD, OpenBSD, DragonFly, MacOS, Haiku, and Cygwin, 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 <[email protected]>.
Special thanks to all those who have contributed to this project.