• Joined on 2025-07-30

codupoc (1.0.0)

Published 2025-12-02 22:37:16 -05:00 by Andrew in Andrew/codupoc

Installation

pip install --index-url  --extra-index-url https://pypi.org/ codupoc

About this package

A TUI for managing todo items in Markdown format

Codupoc

Codupoc is a proof of Concept for a TUI application called Codu. Codu will be a TUI-based application for managing todo items in Markdown format.

How it works

When you run Codupoc in a directory, it will look for a file called todo.md in that directory. If it does not find one, you will be presented with an empty todo list. If Codupoc does find todo.md in the current directory, it will read all Markdown checkboxes as Todo items. Here's an example:

- [ ] An Incomplete Task
- [X] A Complete Task

Each line that matches this format will be read as a todo item. When an item is checked in Codupoc, the file will automatically be updated to reflect the change.

You can add new todos by pressing n and typing the task description.

Codupoc is intended to be an extremely minimalistic Proof of Concept. The final version is planned to be written in Rust and is planned to have significantly more robust error-handling. I may eventually add a calendar feature which allows you to focus on tasks for specific days.

Requirements

Requires Python: >=3.14
Details
PyPI
2025-12-02 22:37:16 -05:00
1
Andrew Luchuk
Copyright © 2025 Andrew Luchuk Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9.4 KiB
Assets (2)
Versions (2) View all
1.0.1 2025-12-04
1.0.0 2025-12-02