Console-based Kanban task manager created in Python.
Project description
kboard
Console-based Kanban task manager created in Python.
Create and manage tasks visually in your terminal using handy commands.
Features
- CLI based Kanban board.
- Easy setup.
- Simple commands.
- Structured database file.
Installation
Install using pip running the following command in the terminal:
Usage
If you installed the library, you can use the CLI as a system command:
kb COMMAND [ARGS] ...
Examples
Here are some examples of the commands available:
# List the existing boards.
kb board ls
# Create a new board.
kb board add "Board name"
# Add a task to the backlog.
kb task add "Task title"
# Add a task to a board with high priority.
kb task add --board 1 --priority 3 "Important task"
# Move a task
kb task mv 2
Contributing
Thank you for considering contributing to my project! Any pull requests are welcome and greatly appreciated. If you encounter any issues while using the project, please feel free to post them on the issue tracker.
To contribute to the project, please follow these steps:
- Fork the repository.
- Add a new feature or bug fix.
- Commit them using descriptive messages, using conventional commits is recommended.
- Submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kboard-0.5.0.tar.gz.
File metadata
- Download URL: kboard-0.5.0.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.14.3 Linux/6.14.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2dd1a7f919d6ecb99fa0c51fa5a7e89b225df79154367f338112aa8c80b2012
|
|
| MD5 |
861e1829ad8c1e55de267ab4087adb36
|
|
| BLAKE2b-256 |
e23cf766fd5e2c0e77931711cf4f5c4e674fa14e21d08dffaa12ac72d78abd4d
|
File details
Details for the file kboard-0.5.0-py3-none-any.whl.
File metadata
- Download URL: kboard-0.5.0-py3-none-any.whl
- Upload date:
- Size: 19.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.14.3 Linux/6.14.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8c4d09f2834574c4573c8768226003bf3e565049974cf7d727da4ef4dfce39b
|
|
| MD5 |
b82dd8f8142c4147ee1473950e5b32a1
|
|
| BLAKE2b-256 |
2dbf71e78584e5bd1fccc93587ca5377a07cc4796233b79cebd2e03ece8d7753
|