https://github.com/ryawaa/nekofetch
A neofetch clone rewritten in rust, made for cats
https://github.com/ryawaa/nekofetch
bash cats commandline fetch hacktoberfest neofetch rust
Last synced: about 1 year ago
JSON representation
A neofetch clone rewritten in rust, made for cats
- Host: GitHub
- URL: https://github.com/ryawaa/nekofetch
- Owner: ryawaa
- License: mit
- Created: 2024-10-19T16:36:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T18:31:32.000Z (over 1 year ago)
- Last Synced: 2025-05-08T07:53:32.996Z (about 1 year ago)
- Topics: bash, cats, commandline, fetch, hacktoberfest, neofetch, rust
- Language: Rust
- Homepage:
- Size: 37.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nekofetch
uh cat based neofetch very early in development, some stuff broken idk its also untested on windows and linux

##### Known Issues
- Storage is stupid, only shows latest drive (i used a for loop dont judge)
- Terminal Colors are wack
- config no work :(
- no linter
- untested on linux and winodws
- ~~host is unknown~~ fixed
### Args
```
--no-ascii Do not display the ASCII art (why)
--mini Display a minimal version (yes)
--caps Capitalize labels (why did i even put this)
--blahaj Display the Blahaj ASCII art (because why not)
--colors Display terminal colors (wack)
-h, --help Print help
-V, --version Print version
```
### building/running
```bash
$ cargo build --release
```
```bash
$ cargo run dev
```
### credits
- [Joan Stark - Original ASCII](https://en.wikipedia.org/wiki/Joan_Stark)