Skip to content

tom-power/complete-word-autokey-rofi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word completion for Linux/X11 using Autokey and rofi.

Alt Text

Usage

Press the Autokey shortcut bound to:

  • complete.py to select the previous word and suggest words that could be used as a replacement
  • add.py to add the current selection to the list of words that will be suggested

Installation

Install Autokey and rofi.

Clone this project and run sh/install.sh to make the Autokey scripts accessible:

git clone https://github.com/tom-power/complete-word-autokey-rofi.git &&
cd ./complete-word-autokey-rofi &&
sh/install.sh

Add Autokey shortcuts for the complete.py and add.py scripts, you should see them under scripts/complete-word in the main window.

Add suggestions by copying .txt files containing line separated words to ~/.config/complete-words-autokey-rofi/words/, or by calling add.py.