https://github.com/matagus/keyup
🐿️ A simple and beautiful console-based client for Clickup written in Python using rich and inquirer libs.
https://github.com/matagus/keyup
clickup clickup-api clickup-client console-application task-list task-manager terminal-based
Last synced: 2 months ago
JSON representation
🐿️ A simple and beautiful console-based client for Clickup written in Python using rich and inquirer libs.
- Host: GitHub
- URL: https://github.com/matagus/keyup
- Owner: matagus
- License: gpl-3.0
- Created: 2024-03-18T20:48:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T16:30:10.000Z (about 1 year ago)
- Last Synced: 2025-04-14T01:15:27.802Z (2 months ago)
- Topics: clickup, clickup-api, clickup-client, console-application, task-list, task-manager, terminal-based
- Language: Python
- Homepage:
- Size: 572 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# KeyUp!
A simple, lightweight, and beautiful console-based client for ClickUp.

## Rationale
ClickUp is a great tool for managing tasks and projects. However, the web interface can be slow and cumbersome to use.
KeyUp! is a simple console-based client written in Python that allows you to quickly view any list of tasks without
leaving the terminal.It makes use of [python-inquirer](https://github.com/magmax/python-inquirer) for interactive navigation of the ClickUp
teams, spaces, and lists. And it also accepts command line arguments to quickly navigate to a specific list for a given
team.## Roadmap
* ~~Add interactive navigation of workspaces, spaces, and lists~~
* Add task viewing, creation, editing, and deletion
* Add tasks comments