#geany-qop-plugin
Geany Quick Open File Plugin
Contents
Quick Open File offers you the possibility to reach quickly a file. Without using your mouse. Instead you set a keybinding to quicken the task.
Download the plugin : https://github.com/samyBadjoudj/geany-qop-plugin/blob/master/qop.c
git clone git@github.com:samyBadjoudj/geany-qop-plugin.git
cd geany-qop-plugin
Run :
sudo gcc -c qop.c pkg-config --cflags --libs geany
-fPIC;gcc -shared -o qop.so qop.o;
sudo cp ./qop.so /file/of/geany/plugins/ (ex:/usr/lib/x86_64-linux-gnu/geany)
After installed successfully, load the plugin in Geany's plugin manager. Go to Tools and click on "Quick Open File". Here a POP-UP will help you to find your file quickly, by typing some letters that are in the name. Then select the file by the arrows (up or down), type enter... or esc to dismiss the POP-UP