Skip to content

Szmelc-INC/Cheats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheats [v3]

Cheats for Entropy Linux, a community driven, shell alias interpreter.

Enter cheat codes to execute predefined commands
All commands can be found in data.json
(Inspired by cheat codes in retro games)

Upsides:

  • 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

Cheats now support multiple data.json files from any source you wish!

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

Flags!

Cheats now support optional --flags, like -d --data, -l --list, and -h --help


How To Contribute

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!

Screenshots

Cheats v3

image

Built in #list command

image

cheats --list command

image

Browse & submit cheats website

Image

About

"Cheat codes" console in bash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages