Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gkeys: Update version and authors | 2018-07-06 | 1 | -2/+2 | |
| | | | | Signed-off-by: Brian Dolbec <dolsen@gentoo.org> | ||||
* | gkeys/actions/py: Move the py_input & _unicode import to __init__.py | 2018-07-06 | 1 | -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.2 | 2016-01-23 | 1 | -1/+1 | |
| | |||||
* | gkeys, gkeys-gen: Add --version option | 2015-01-07 | 1 | -1/+1 | |
| | |||||
* | gkeys, gkeys-gen: set version to "0.1" | 2015-01-06 | 1 | -1/+1 | |
| | |||||
* | gkeys: Move Action_Map and other non-operation data to action_map.py | 2015-01-05 | 1 | -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 creation | 2015-01-05 | 1 | -0/+22 | |
| | |||||
* | Move the 3 pkgs into their own *-pkg dir | 2014-12-22 | 1 | -0/+5 | |
This makes releasing each pkg independently easier. testpath: Update paths for the new directory structure |