Skip to content

Geany Terminal Plugin Integrates a functional terminal into the Geany text editor. This plugin embeds a command-line interface directly within Geany, allowing users to execute commands, compile code, and manage projects without switching windows. Enhances workflow efficiency for developers using Geany.

Notifications You must be signed in to change notification settings

RolH1992/geany_terminal-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building and Installing Geany Terminal Plugin

Compile the plugin

gcc -shared -o terminal_plugin.so terminal_plugin.c -fPIC pkg-config --cflags geany gtk+-3.0 vte-2.91 pkg-config --libs geany gtk+-3.0 vte-2.91

Copy the compiled plugin to Geany's plugin directory

cp terminal_plugin.so ~/.config/geany/plugins/

Restart Geany and enable the plugin in Tools > Plugin Manager

About

Geany Terminal Plugin Integrates a functional terminal into the Geany text editor. This plugin embeds a command-line interface directly within Geany, allowing users to execute commands, compile code, and manage projects without switching windows. Enhances workflow efficiency for developers using Geany.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published