CLI Todo app with add, list, remove functionality as of now
Project description
SYE Todo CLI App
syetodocliapp is a command-line interface (CLI) application for managing your tasks. With this tool, you can easily add, list, and remove tasks directly from your terminal.
Features
- Add Tasks: Quickly add new tasks to your list.
- List Tasks: View all your tasks along with their statuses.
- Remove Tasks: Easily remove tasks when they are no longer needed.
Installation
You can install the syetodocliapp package from the Python Package Index (PyPI). Use the following command:
pip install syetodocliapp
Usage
After installation, you can use the todo command to interact with the application. The basic syntax is:
todo <command> [options]
Commands
1. Add a Task
To add a new task to your to-do list, use the add command followed by the task description.
todo add <task>
Example:
todo add "Buy groceries"
2. List Tasks
To list all tasks along with their current statuses, use the list command.
todo list
3. Remove a Task
To remove a task from your list, use the remove command followed by the index of the task.
todo remove <index>
Example:
todo remove 0
Task Status Representation
The application uses the following symbols to represent task statuses:
- New:
â–¡ - In Progress:
â–£ - Done:
â–
Contributing
Contributions are welcome! If you'd like to improve this project, please submit a pull request or open an issue on the repository.
Author
Srisai Pasupuleti
Email: srisaichiyan24@gmail.com
Project details
Release history Release notifications | RSS feed
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 syetodocliapp-1.1.tar.gz.
File metadata
- Download URL: syetodocliapp-1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57af58e8fdbbeed7456763b1f5e88fe1a77370ab0d9129b5f8606c2085d90cca
|
|
| MD5 |
85f0c955ececc8d0c571a85037025e4d
|
|
| BLAKE2b-256 |
742d2f06199c0d2f4f06a63c0be4f8b32263882ad98e4073434ec28760c782f7
|
File details
Details for the file syetodocliapp-1.1-py3-none-any.whl.
File metadata
- Download URL: syetodocliapp-1.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b74a49c5a78ba61fa3630d47411b1afc552148c0c1b36d9ccb31924f87d42a64
|
|
| MD5 |
62e9e63876976ab2ccc71ad3f4481472
|
|
| BLAKE2b-256 |
745ef34ae59de4ab05dba2dbbdc68c09341615641c5f84cc7ef7c990f7c26660
|