@neckbeard9000/feet
v0.1.0
Published
A tiny CLI that prints random feet and foot text art in the terminal.
Maintainers
Readme
feet
Run feet in a Linux console and it prints random feet/foot text art from a few bundled source pages:
- https://emojicombos.com/anime-feet
- https://emojicombos.com/foot-ascii-art
- https://emojicombos.com/feet-ascii-art
- https://textart.sh/topic/feet
- https://ascii.co.uk/art/feet
It prints the source URL and tags under each piece and caches fetched art in ~/.cache/feet/combos.json, so it can still work offline after the first successful run. Spoiler-protected Emojicombos entries are decoded the same way the page's show button decodes them.
Use locally
npm install -g .
feetOr without installing:
node bin/feet.jsOptions
feet --refresh # fetch fresh combos and update the cache
feet --offline # use cache/fallback only
feet --source # print the source URLsArch packaging
There is a starter PKGBUILD in packaging/aur/. Update the source URL and checksums once this lives in a git repo or release tarball.
