A tiny wrapper for cheat.sh
- Shell 60.1%
- Nix 39.9%
| flake.lock | ||
| flake.nix | ||
| LICENSE.md | ||
| README.md | ||
| script.sh | ||
cheat-sh
A tiny wrapper for cheat.sh
ENV
| Variable | Values | Description |
|---|---|---|
CHEAT_SHEAT_DEBUG |
true / false |
Enables debug output |
CHEAT_SHEAT_VIEWER |
less, bat, ... |
Pager used to display results |
CHEAT_SHEAT_REFRESH |
true / false |
Clears the local cache before execution |
Examples
Simple usage (nix)
nix run github:2kybe3/cheat-sh
print result using bat (nix)
CHEAT_SHEAT_VIEWER=bat nix run github:2kybe3/cheat-sh