A nice-looking, cross-platform fetch tool
- Rust 100%
| src |
add uptime segment
|
|
| .gitignore | initial commit | |
| Cargo.lock | change from json to yaml for config | |
| Cargo.toml | change from json to yaml for config | |
| LICENSE-APACHE | add README and licenses | |
| LICENSE-MIT | add README and licenses | |
| linux.png | update images | |
| README.md | add message to download and place in path | |
| windows.png | update images | |
farfetch
A cross-platform fetch tool
Installation
Pre-built
Binaries are available in the releases tab.
Download the appropriate one for your platform and place it somewhere in your PATH.
From source
Clone the repo, then cargo install it:
git clone https://codeberg.org/Cyborus/farfetch.git
cd farfetch
cargo install --path .
Config
Running farfetch config will print the path to the config file.
TODO more config docs
License
This project is licensed under either Apache License Version 2.0 or MIT License at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.