cfm

Crates.iocfm
lib.rscfm
version0.1.1
sourcesrc
created_at2021-03-21 18:39:23.938986
updated_at2021-03-21 18:39:23.938986
descriptionThe last file manager you'll ever need
homepage
repositoryhttps://github.com/NilsIrl/cfm
max_upload_size
id371808
size47,616
Nils (NilsIrl)

documentation

README

cfm

Why?

There are many non-GUI file managers. Unfortunately, they are all TUIs which means that they miss out on many of the benefits of CLIs: efficiency, scriptability, and speed. Although I've never seen it online, this really comes down to the CLI vs TUI debate.

cfm aims to make file management using a CLI more efficient than it was previously possible with the coreutils and other CLI tools. It works by being a wrapper, around any already existing command, that expands file paths using some predefined rules.

License and Copyright

cfm is licensed under the GNU GENERAL PUBLIC LICENSE Version 3.

Copyright © 2021 Nils André

Commit count: 6

cargo fmt