/geany-qop-plugin

Geany Quick Open File Plugin

Primary LanguageC

#geany-qop-plugin

Geany Quick Open File Plugin

Contents

About

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.

Installation

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)

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 Geany Quick Open File Plugin

Requirements

  • GTK >= 2.8.0

Contact developers

Samy Badjoudj <samy(dot)badjoudj(at)gmail(dot)com>