Skip to content

nobuya0627/geany-qop-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

#geany-qop-plugin

Geany Quick Open File Plugin

Contents

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

Requirements

  • GTK >= 2.8.0

Contact developers

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

About

Geany Quick Open File Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages