Shows key combinations over the program Rofi
- Shell 100%
| keys | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| rofi-shortcut.sh | ||
Short-Rofi
This Projeck is based off Rofi
This script put out shortcuts about the active programm.
Screenshots
an example with vim
How to add to rofi:
- Needed: xdotool , rofi , xsel
- Debian / Ubuntu / ...
sudo apt-get install xdotool rofi xselArch / Manjaro / ...
sudo pacman -S xdotool rofi xsel --needed
git clone https://github.com/AndeAndreas31415/Short-Rofi.git $HOME/.config/rofi/chmod +x $HOME/.config/rofi/rofi-shortcuts.shRun this command from Cli (Terminal)
rofi -modi shortcut:$HOME/.config/rofi/rofi-shortcut.sh -show shortcutAdd the script to rofi modi
Edit the *config from rofi*:
vim $HOME/.config/rofi/config.rasior
quot;Your favorit text editor" $HOME/.config/rofi/config.rasiadd in the line "modi":
shortcuts:$HOME/.config/rofi/rofi-shortcuts.shmodi: "drun,window,shortcuts:$HOME/.config/rofi/rofi-shortcut.sh,";rofi -show shortcuts## Features
- You must edit the File to activate this Features
On this Site can you look whiche programms are supported: Supported Programms
ToDo:
- add more cheat sheet
P.s.: Please read the wiki

