| Crates.io | visyo |
| lib.rs | visyo |
| version | 0.1.2 |
| created_at | 2025-04-20 16:25:32.621415+00 |
| updated_at | 2025-04-20 16:47:46.278235+00 |
| description | A fast, minimal, and themeable CLI tool that displays visual system output across platforms. |
| homepage | https://trinhminhtriet.com |
| repository | https://github.com/trinhminhtriet/visyo |
| max_upload_size | |
| id | 1641845 |
| size | 162,460 |
โ ๏ธ Notice: Work in Progress
This project is not yet complete and is still being developed.
_
__ _(_)___ _ _ ___
\ \ / / / __| | | |/ _ \
\ V /| \__ \ |_| | (_) |
\_/ |_|___/\__, |\___/
|___/
Visyo โ โจ A fast, minimal, and themeable CLI tool that displays visual system output across platforms.
--doctor flag to troubleshoot fetching issues.To install visyo, simply clone the repository and follow the instructions below:
git clone git@github.com:trinhminhtriet/visyo.git
cd visyo
cargo build --release
ln -sf ${PWD}/target/release/visyo /usr/local/bin/visyo
Running the below command will globally install the visyo binary.
cargo install visyo
Optionally, you can add ~/.cargo/bin to your PATH if it's not already there
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
Run visyo with the following command to start cleaning your filesystem:
./visyo [options] [path]
We welcome contributions!
git checkout -b my-feature;git commit -m "feat: my new feature";git push origin my-feature.Once your pull request has been merged, you can delete your branch.
This project is licensed under the MIT License - see the LICENSE file for details.