Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix #5 cli: multiple problems | B Stack | 2020-04-03 |
| | | | | | Option -n now acts as a dry run. The man page -V option is documented correctly now. | ||
* | fix #4 fix rest of frontends for py3.8 distro | B Stack | 2020-04-03 |
| | |||
* | actually apply those fixes | B Stack | 2020-04-02 |
| | |||
* | add man pages and drop .py endings | B Stack | 2020-04-02 |
| | |||
* | fix #2 and #3 distro name | B Stack | 2020-04-02 |
| | | | | | python 3.8 removed platform.platform() in favor of distro.linux_distribution(). This change uses the new format. | ||
* | add lm trayicon, and fix #1 | B Stack | 2020-04-02 |
| | | | | | Add program, its menu entry, and xdg autostart entry (disabled) Fix #1: cli executes valid command but still shows help message | ||
* | add initial debuild stuff | B Stack | 2020-03-11 |
| | | | | | move bash completion to recommended one from lint improve make deplist with SEPARATOR | ||
* | add lm-cli | B Stack | 2020-03-10 |
| | |||
* | rearrange src and add readme | B Stack | 2020-03-10 |