Crates.io | feofetch |
lib.rs | feofetch |
version | 0.2.0 |
source | src |
created_at | 2022-07-03 17:45:26.492371 |
updated_at | 2022-12-18 12:41:48.972841 |
description | Yet another (x)fetch tool, written in rust with cross-platform in mind. |
homepage | |
repository | https://github.com/ProspectPyxis/feofetch |
max_upload_size | |
id | 618468 |
size | 51,514 |
Yet another (x)fetch tool, written in rust with cross-platform in mind.
This program was written specifically with cross-platform libraries, so in theory, this should compile and run on Windows, MacOS, and Linux. However, this program so far has only been tested on Linux, and a lot of functionality will be missing on other OSes.
Any feature requests, bug reports, or pull requests regarding this are very welcome!
feofetch
can be installed with
cargo.
cargo install feofetch
If you want the latest build, you can build directly from source. This requires rust to be installed on your system.
git clone https:#github.com/ProspectPyxis/feofetch.git
# Or download the source code zip file directly and extract
cd feofetch/
cargo install --path .
Just run feofetch
in the terminal:
feofetch
The program also supports various command line flags.
Usage: feofetch [OPTIONS]
Options:
-c, --config-path <CONFIG_PATH> Override default config location with the specified path
-x, --x-offset <X_OFFSET> Set x-offset to this number, overriding config
-y, --y-offset <Y_OFFSET> Set y-offset to this number, overriding config
-p, --padding-lines <PADDING_LINES> Set padding lines to this number, overriding config
-h, --help Print help information
-V, --version Print version information
For how to configure this program, see CONFIGURATION.md.
Any pull requests, issues, or feature requests are welcome!
This project is licensed under either of Apache License, Version 2.0 or MIT License, at your option.