aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gkeys: Update version and authorsBrian Dolbec2018-07-061-2/+2
| | | | Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
* gkeys/actions/py: Move the py_input & _unicode import to __init__.pyBrian Dolbec2018-07-061-0/+8
| | | | | | This way it is done once and can be re-used anywhere in the code. Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
* Bump versions for a release0.2Brian Dolbec2016-01-231-1/+1
|
* gkeys, gkeys-gen: Add --version optionBrian Dolbec2015-01-071-1/+1
|
* gkeys, gkeys-gen: set version to "0.1"Brian Dolbec2015-01-061-1/+1
|
* gkeys: Move Action_Map and other non-operation data to action_map.pyBrian Dolbec2015-01-051-1/+2
| | | | | | | This removes the bloat of the man page data and makes obtaining the data less taxing for non-operational needs. Update Action_options import change Add list-key example Update more actions
* gkeys/__init__.py: Add Gkeys_Map for man page creationBrian Dolbec2015-01-051-0/+22
|
* Move the 3 pkgs into their own *-pkg dirBrian Dolbec2014-12-221-0/+5
This makes releasing each pkg independently easier. testpath: Update paths for the new directory structure