https://github.com/eepykate/fet.sh
🐢 a fetch written in posix shell without any external commands (sponsored by https://git.io/kiwmi)
https://github.com/eepykate/fet.sh
fetch linux posix sh shell
Last synced: about 2 months ago
JSON representation
🐢 a fetch written in posix shell without any external commands (sponsored by https://git.io/kiwmi)
- Host: GitHub
- URL: https://github.com/eepykate/fet.sh
- Owner: eepykate
- License: isc
- Created: 2020-07-27T23:13:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T18:33:28.000Z (about 3 years ago)
- Last Synced: 2025-05-29T22:45:17.005Z (8 months ago)
- Topics: fetch, linux, posix, sh, shell
- Language: Shell
- Homepage: https://github.com/buffet/kiwmi
- Size: 294 KB
- Stars: 369
- Watchers: 7
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ricing - fet.sh - a fetch written in posix shell without any external commands. (shell) (Packages / CLI Tools)
README
fet.sh
a fetch written in POSIX shell with no external commands
### Installing
**Arch:** [fet.sh-git](https://aur.archlinux.org/packages/fet.sh-git) (AUR)
**Gentoo:** [app-misc/fetsh](https://gpo.zugaina.org/Overlays/guru/app-misc/fetsh) (GURU overlay)
**KISS:** [fetsh](https://github.com/kisslinux/community/tree/master/community/fetsh) (Community)
**Nix:** [fet-sh](https://search.nixos.org/packages?show=fet-sh&query=fet-sh&channel=unstable) (nixpkgs-unstable)
Alternatively, copy `fet.sh` to somewhere in $PATH and mark it as executable (`chmod +x fet.sh`)
### Customization
`fet.sh` has a few basic configuration options using environment variables, for example:
```
$ info='n os wm sh n' fet.sh
```
Supported options are:
- `accent` (0-7)
- `info`
- `separator`
- `colourblocks`
For less trivial configuration I recommend editing the script, I tried to keep it simple.
### Known Issues
MacOS, BSD, and Android don't show much info.