Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 542 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 542 Bytes

computer cheat-sheet

Generate a list with all available command in the system with a brief text about what do.

sh script.sh # running

# show result after finish
head -10 help1 help2 help3

TODO

  • Group by folder
  • Prepare it for use with dotfile configuration
  • Beatify
  • Do it more efficiently
  • Exclude dir with rare commands by option
  • Don't use files to save anything
  • Do a command and publish for community

Based on

https://www.networkworld.com/article/3689974/building-your-personal-linux-cheat-sheets.html