Pytivity is a python 3.5 command line manager for your KDE activities.
$ pip3 install pytivity
Pytivity rely on the pydbus module to connect to dbus which requires additional packages, pydbus installation instruction.
Pytivity enables you to easily create, update, delete, start, stop or activate an activity from the command line.
$ pytivity create/update/delete/start/stop/activate {name}
And set commands to be run when an activity is started, stopped, activated or deactivated.
$ pytivity create/update {name} --activated {command} --deactivated {command} --started {command} --stopped {command}
All commands have help message that explains the available arguments.
$ pytivity {command} -h
- Bugfixes
- Add --stop argument to activate command
- Use pydbus
- Desktop notification
- Initial release
All contribution are welcome !