Commit graph

5 commits

Author SHA1 Message Date
mkb79
28bd2808a8 Add binary for win and spec file for pyinstaller 2022-01-13 09:11:55 +01:00
mkb79
044e856afb Recode package
# Added

- Set a custom plugin dir via environment variable
- Provide plugin packages where commands can hook in audible command.

# Changed

- Plugin commands are now placed in the command root instead of ``plugin-cmds`` subcommand. So replacing of build-in commands are possible.

# Removed

- The `--config`` option. A custom config dir can now only be set via environment variable.
- The `--plugins`` option. A custom plugin dir can now only be set via environment variable

# Misc

- Some code optimations
2021-01-28 17:24:38 +01:00
Brian Andress
13b8ef4f0a
fix library export, add default library destination to gitignore (#10)
* fix library export, add default library destination to gitignore

* Update cmd_library.py

* open file with correct encoding

Co-authored-by: mkb79 <mkb79@hackitall.de>
2020-12-20 23:05:33 +01:00
mkb79
859345bc39
first step 2020-09-02 15:02:35 +02:00
mkb79
3eb7b8cd20
Initial commit 2020-09-02 14:47:10 +02:00