sagarchalise / Geany-Stuffs

Some geany helpers and plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geany Tag Creators

Python Command line tool to create tags from directories.

#Usage

geany_tag_creator.py tag_folder_path_without_trailing_slash filetype

####Lua Addon

Based on sample lua plugin. This plugin creates a dialog box to choose a file from a directory and creates tags based on that directory and filetypes.

Installation and Usage
  • Requires [Lua Plugin].(http://plugins.geany.org/geanylua.html) Install and enable it. Comes with geany-plugins package
  • Copy geany_tag_creator.lua in $HOME/.config/geany/plugins/geanylua.
  • Select from tools menu
  • Load Created tags

About

Some geany helpers and plugins


Languages

Language:Python 52.3%Language:Lua 47.7%