https://github.com/cybardev/cutefetch
Tiny coloured fetch script with cute little animals
https://github.com/cybardev/cutefetch
fetch screenshots sysinfo
Last synced: about 1 month ago
JSON representation
Tiny coloured fetch script with cute little animals
- Host: GitHub
- URL: https://github.com/cybardev/cutefetch
- Owner: cybardev
- License: gpl-3.0
- Created: 2021-02-08T14:37:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T17:02:53.000Z (12 months ago)
- Last Synced: 2024-11-15T09:44:02.318Z (11 months ago)
- Topics: fetch, screenshots, sysinfo
- Language: Shell
- Homepage: https://cutefetch.cybar.dev
- Size: 104 KB
- Stars: 45
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fetch - cutefetch - Tiny coloured fetch script with cute little animals. `Shell` (Operation System / Cross Platform)
README
# cutefetch
## Tiny coloured fetch script with cute little animals
> [!NOTE]
> This script works on both Linux and Mac OS systems. Enjoy~ :3A fork of [elenapan](https://github.com/elenapan)'s [bunnyfetch](https://github.com/elenapan/dotfiles/blob/feb0452d5ed2ab1a49aada4c9c46cf3f78c18094/bin/bunnyfetch) script.
Uses improvements from [strafe/bunnyfetch](https://github.com/strafe/bunnyfetch/blob/0283d355928df7aafd1d92607a3e452417246fd0/bunnyfetch) and adds Mac OS compatibility.
### Install
- Place the fetch script somewhere on your `$PATH` (I use `$HOME/.local/bin/`)
- Make it executable by running `chmod +x ./cutefetch` in the directory it is located
- Use a [NerdFont](https://www.nerdfonts.com/) with your terminal to display glyphs properly### Usage
After installation, run `cutefetch` in the terminal.
Command line arguments can be passed to specify the animal and eye style.
#### Output of `cutefetch -h`
```
Cutefetch - Tiny coloured fetch script to display sysinfoUSAGE: cutefetch [-m MODE] [-e EYES] [-r] [-v] [-h]
[MODE]:
cat, kitty : show kitty ascii art with sysinfo
catfull, cat2, kitty2 : show kitty ascii art with sysinfo (full body)
bunny, rabbit : show bunny ascii art with sysinfo
dog, doggo, doggy : show doggy ascii art with sysinfo
penguin, pengu, pingu : show penguin ascii art with sysinfo
minimal, simple : show sysinfo with no ascii art
none, noglyph, text : show sysinfo with text only[EYES]:
Numbers from 0 to 15:
Selects eyes for cats, bunny, and dog0: . .
1: · ·
2: ^ ^
3: - -
4: ~ ~
5: * *
6: ^.^
7: -.-
8: ~.~
9: *.*
10: 0.0
11: 0 0
12: o o
13: o.o
14: ° ono/other number:
^.^ (kitty)
or . . (bunny)
or · · (doggy)[-r] : use randomized ascii art
[-v] : print the version number
[-h] : print this help message
[no option] : same as: cutefetch -m cat -e 6
[unkown option] : print this help message
and return status code 1
```### Screenshots

### Credits
- Randomization of ascii art suggested by [Westofer](https://github.com/westofer)
- Thanks to our [contributors](https://github.com/cybardev/cutefetch/graphs/contributors) for code and ideas### Links:
- [original script](https://github.com/elenapan/dotfiles/blob/master/bin/bunnyfetch)
- [elenapan/dotfiles](https://github.com/elenapan/dotfiles/)
- [strafe/bunnyfetch](https://github.com/strafe/bunnyfetch/)
- [cybardev/cutefetch-mac](https://github.com/cybardev/cutefetch-mac/)