https://github.com/mimvoid/dooitcli
A CLI companion tool to do with dooit
https://github.com/mimvoid/dooitcli
python
Last synced: 8 months ago
JSON representation
A CLI companion tool to do with dooit
- Host: GitHub
- URL: https://github.com/mimvoid/dooitcli
- Owner: mimvoid
- License: mit
- Created: 2024-12-03T21:58:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T17:20:16.000Z (over 1 year ago)
- Last Synced: 2025-02-15T23:44:20.231Z (over 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dooitcli
A CLI companion tool to do with [dooit](https://github.com/dooit-org/dooit)
## What is this?
dooitcli is a CLI tool built around the dooit API, capable of querying your todos,
exporting todos to Markdown, and more.
This project is first and foremost a hobby project to practice Python. Since I use and
enjoy dooit, it provides me great motivation.
Still, it would mean a lot if this ends up helpful to anyone.
## Why a CLI?
dooitcli seeks not to replace dooit, but to complement it with the advantages of a CLI.
To that effect, it should be simple and direct:
- Just type what you want and see a result
- Relatively quick (well, for Python, that is)
And with self-imposed limitations:
- No dependencies outside what dooit already has and the Python standard library
- No features that would be clunky with a CLI (e.g. adding todos, deleting todos, etc.)
Any ideas or improvements you think would work? Feel free to suggest them!
---
Want to see my dooit config? Check out my [nix-config](https://github.com/mimvoid/nix-config).