An open API service indexing awesome lists of open source software.

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

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

image

##### 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)