This Projeck is based off Rofi
This script put out shortcuts about the active programm.
an example with vim
- Needed: xdotool , rofi , xsel
- Debian / Ubuntu / ...
sudo apt-get install xdotool rofi xsel
Arch / 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.sh
rofi -modi shortcut:$HOME/.config/rofi/rofi-shortcut.sh -show shortcut
Add the script to rofi modi
Edit the *config from rofi*:
vim $HOME/.config/rofi/config.rasi
or
quot;Your favorit text editor" $HOME/.config/rofi/config.rasi
add in the line "modi":
shortcuts:$HOME/.config/rofi/rofi-shortcuts.sh
modi: "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