Since beginner linux users are advised to keep a list of commands on file, and it even has such article in the wiki, i decided to share with you my list of frequently used command. However, i decided i want it a bit more fancy and interactive, so i made it in form of a dialog menu. Here it is, my menu.sh
You can comment or make suggestions in the manjaro forum - https://forum.manjaro.org/t/my-manjaro-cheatsheet-in-a-menu-form/145943
For the beginner users: save it as a file menu.sh in the ~/.local/bin hidden Folder (create if needed) then right click and in the permissions tab in properties select allow to execute as a program.
Then you can start in the terminal with menu.sh. You can even make a launcher on the panel. And if some subcommand does not work, check if you have the dependency in the comment on the corresponding line in the source.
You can change the default colors, and example red-black or lightgreen-black .dialogrctheme file is optionally included, just paste in you home and rename to .dialogrctheme.
If you have curl and jq installed, the cheatsheet will also check for updates and inform you in the title of the window.
Hint: if you decide to use a launcher on the panel to run the menu, and you use xfce, you can do the following to start the menu maximized:
xfce4-terminal --maximize --title=Cheatsheet --hide-menubar --hide-toolbar -e "/home/teo/.local/bin/menu.sh"
p.s. Using mouse to click Run button after selecting items leads to artifacts sometimes, repeat the action and it will work or use Enter to run after selecting item. Also, the safest "anykey" is the spacebar - do not use Enter or arrows as it will be remembered for the next command!