summaryrefslogtreecommitdiff
path: root/src/caelestia/parser.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shell: no duplicate + daemon option2 * r + 2 * t2025-06-171-0/+1
|
* scheme: add notify opt2 * r + 2 * t2025-06-171-0/+1
| | | | For sending a notification on error
* scheme: add list and get subcommands2 * r + 2 * t2025-06-171-6/+23
|
* feat: impl recording subcommand2 * r + 2 * t2025-06-141-1/+1
|
* feat: impl screenshot command2 * r + 2 * t2025-06-131-1/+1
|
* feat: impl wallpaper2 * r + 2 * t2025-06-121-3/+9
|
* scheme: add variant option2 * r + 2 * t2025-06-121-20/+2
| | | | Remove variant subcommand
* feat: impl scheme command (partial)2 * r + 2 * t2025-06-111-1/+0
|
* internal: refactor scheme2 * r + 2 * t2025-06-111-1/+1
| | | | Also use a single file to store scheme data
* parser: print help when no args2 * r + 2 * t2025-06-111-2/+2
| | | | Also create utility script for testing
* internal: refactor for packaging2 * r + 2 * t2025-06-111-0/+125
Package using python-build, python-installer and hatch