{"id":21247021,"url":"https://github.com/abbhiishek/todoska","last_synced_at":"2025-07-10T22:31:58.872Z","repository":{"id":62591443,"uuid":"487316602","full_name":"Abbhiishek/Todoska","owner":"Abbhiishek","description":"Todoska is a simple Cli Todo-Tracker.","archived":false,"fork":false,"pushed_at":"2022-10-19T03:32:31.000Z","size":4021,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-11-07T18:08:56.768Z","etag":null,"topics":["cli","pypi","pypi-package","python","rich","sqlite3","todo-app","todo-cli","todoapp","todolist-application","todoska","typer"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/Todoska/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Abbhiishek.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.txt","contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["Abbhiishek"]}},"created_at":"2022-04-30T15:44:51.000Z","updated_at":"2023-10-28T03:49:19.000Z","dependencies_parsed_at":"2022-11-04T07:21:21.253Z","dependency_job_id":null,"html_url":"https://github.com/Abbhiishek/Todoska","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abbhiishek%2FTodoska","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abbhiishek%2FTodoska/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abbhiishek%2FTodoska/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abbhiishek%2FTodoska/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abbhiishek","download_url":"https://codeload.github.com/Abbhiishek/Todoska/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225658512,"owners_count":17503666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","pypi","pypi-package","python","rich","sqlite3","todo-app","todo-cli","todoapp","todolist-application","todoska","typer"],"created_at":"2024-11-21T02:13:00.918Z","updated_at":"2024-11-21T02:13:01.619Z","avatar_url":"https://github.com/Abbhiishek.png","language":"Python","funding_links":["https://github.com/sponsors/Abbhiishek"],"categories":[],"sub_categories":[],"readme":"# Todoska\r\n\u003cdiv align= \"center\"\u003e\r\n\u003ch2\u003e Todoska is a simple 😇, fast ⏩, and powerful todo list manager 🛠.\u003c/h2\u003e\r\n\u003c/div\u003e\r\n\r\n\u003cbr\u003e\r\n\u003cbr\u003e\r\n\r\n\u003cimg src=\"./src/todoska.gif\"\u003e\r\n\r\n\r\n## Installation\r\n\r\n```python\r\npip install todoska\r\n```\r\n\r\n\r\n## Usage\r\n\r\n```python\r\ntodoska --help\r\n\r\n\u003e\u003e\u003e Usage: todoska [OPTIONS] COMMAND [ARGS]...\r\nTry 'todoska --help' for help.\r\n\r\nError: Missing command.\r\n```\r\n\r\n\r\n```python\r\n\r\ntodoska --help\r\n\r\n\u003e\u003e\u003e\u003e python\r\nUsage: todoska [OPTIONS] COMMAND [ARGS]...\r\n\r\nOptions:\r\n  --install-completion [bash|zsh|fish|powershell|pwsh]\r\n                                  Install completion for the specified shell.\r\n  --show-completion [bash|zsh|fish|powershell|pwsh]\r\n                                  Show completion for the specified shell, to\r\n                                  copy it or customize the installation.     \r\n  --help                          Show this message and exit.\r\n\r\nCommands:\r\n  add       Add a new task to the todo list 😀\r\n  complete  Mark a task as complete ♦ [Index]\r\n  delete    Delete a task from the todo list 🎈 [Index]\r\n  show      Show all tasks in the todo Table 😀\r\n  update    Update a task from the todo list ↗ [Index]\r\n\r\n```\r\n\r\n\r\n## Usage :\r\n\r\n- `Add new task :`\r\n\r\n```python\r\n\r\ntodoska add --help\r\n\r\n\u003e\u003e\u003e Usage: todoska add [OPTIONS] TASK CATEGORY\r\n\r\nArguments:\r\n  TASK      [required]\r\n  CATEGORY  [required]\r\n\r\nOptions:\r\n  --help  Show this message and exit.\r\n\r\n```\r\n\r\n- `Update a task :`\r\n```python\r\ntodoska update \u003ctask-id\u003e \u003ctask-name\u003e\r\n\u003e\u003e\u003e Usage: todoska update [OPTIONS] POSITION\r\n\r\nArguments:\r\n  POSITION  [required]\r\n\r\nOptions:\r\n  --task TEXT\r\n  --category TEXT\r\n  --help           Show this message and exit.\r\n\r\n```\r\n- `Delete a task :`\r\n\r\n```python\r\ntodoska delete \u003ctask-id\u003e\r\n\u003e\u003e\u003e Usage: todoska delete [OPTIONS] POSITION\r\n\r\nArguments:\r\n  POSITION  [required]\r\n\r\nOptions:\r\n  --help  Show this message and exit\r\n\r\n```\r\n- `View All task :`\r\n```python\r\ntodoska show --help\r\n\u003e\u003e\u003e $ todoska show  --help\r\nUsage: todoska show [OPTIONS]\r\n\r\nOptions:\r\n  --help  Show this message and exit.\r\n\r\n```\r\n\r\n\r\n\r\n## Demo :\r\n\r\ntodoska add \"Buy milk\" \"Home\"\r\n\r\n```python\r\n\r\n        adding Buy milk, Home\r\n        Todos! 💻\r\n        ┌────────┬──────────────────────┬──────────────┬──────────────┐     \r\n        │ #      │ Todo                 │     Category │         Done │     \r\n        ├────────┼──────────────────────┼──────────────┼──────────────┤     \r\n        │ 1      │ Buy milk             │         Home │          ❌  │      \r\n        └────────┴──────────────────────┴──────────────┴──────────────┘\r\n\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabbhiishek%2Ftodoska","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabbhiishek%2Ftodoska","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabbhiishek%2Ftodoska/lists"}