Enter cheat codes to execute predefined commands
All commands can be found indata.json
(Inspired by cheat codes in retro games)
- Each new cheat adds entire 0b of bloat to each system
- Easy to update and manage remotely as json files on GitHub
- Great way to add semi-official features to distro
- Easy to remember aliases are good for accesibility
Add your own cheats, by hosting your own repo with
data.json
, and adding"repo-name": "<URL>"
to REPOSITORIES like
REPOSITORIES='{
"default": "https://raw.githubusercontent.com/Szmelc-INC/Cheats/refs/heads/main/data.json",
"repo-xyz": "https://raw.githubusercontent.com/xyz/data.json"
}'
Then run cheats with optional flag
--data
to specify repo to use, like
cheats -d repo-xyz
Cheats now support optional --flags, like
-d --data
,-l --list
, and-h --help
To submit your own cheats, please use provided form on cheats explorer page, or use this form
Cheat Code:
<CODE>
Command:
<COMMAND>
Description:
<DESCRIPTION>
And send it to [email protected]
, in message titled New Cheat Submission
EXAMPLE
Cheat Code:
Rickroll
Command:
nohup mpv https://www.youtube.com/watch?v=dQw4w9WgXcQ &
Description:
Play Rick in terminal via MPV!