Crates.io | fcf |
lib.rs | fcf |
version | 0.2.6 |
source | src |
created_at | 2024-11-21 23:27:09.359092 |
updated_at | 2024-11-22 12:10:16.240875 |
description | Simple rust cli tool built to make accessing your configs faster |
homepage | |
repository | https://github.com/kyod741/fcf |
max_upload_size | |
id | 1456800 |
size | 93,288 |
fcf is a simple rust cli tool built to make accessing your configs faster. You can use it to bind paths to config files with configs' names.
The minimal supported Rust version is 1.80.1 You'll also need to download Cargo.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl https://sh.rustup.rs -sSf | sh
You can install Cargo on Windows on your own responsibility(however using Windows is not advised and there aren't many uses for fcf there). These are the official guides for installing rust rust and cargo.
Just run
cargo install fcf
fcf <COMMAND>
Commands:
edit, e Edit a specific config file
editor Set the default editor, you can also do it by setting enviroment variable EDITOR
bind, b Bind a key to a file
remove-binding, r Remove a binding
print Print the current configuration
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help