fcf

Crates.iofcf
lib.rsfcf
version0.2.6
sourcesrc
created_at2024-11-21 23:27:09.359092
updated_at2024-11-22 12:10:16.240875
descriptionSimple rust cli tool built to make accessing your configs faster
homepage
repositoryhttps://github.com/kyod741/fcf
max_upload_size
id1456800
size93,288
(kyod741)

documentation

README

fcf

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.

Installation

Dependencies

The minimal supported Rust version is 1.80.1 You'll also need to download Cargo.

Linux/MacOs

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl https://sh.rustup.rs -sSf | sh

Windows

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.

Install the fcf crate from crates.io

Just run

cargo install fcf

Usage

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
Commit count: 32

cargo fmt