About
Quick Open File offers you the possibility to reach quickly a file. Without your mouse.
Installation
Download the plugin: https://github.com/samyBadjoudj/geany-qop-plugin/blob/master/qop.c
Run:
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)
Usage
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
Requirements
- GTK >= 2.8.0
Contact developers
Samy Badjoudj <samy(dot)badjoudj(at)gmail(dot)com>