An open API service indexing awesome lists of open source software.

https://github.com/beebeeep/awdy

TUI task-tracker/board
https://github.com/beebeeep/awdy

Last synced: 3 days ago
JSON representation

TUI task-tracker/board

Awesome Lists containing this project

README

          

Are We Done Yet?
================

Finally, a task tracker that doesn't suck. You got 4 lanes, tags, title, and description - do you really need anything else?
This is local version, for personal use. I will add multi-user, network-enabled version later, if I'll be bored enough.

Key bindings
------------
**Tab** to move between tags/lanes, **arrows** or **hjkl** to navigate between lanes and tasks.
**n** to create new task.

**Enter** to open task, **a** to archive task (tag it as "Archive", tasks with that tag are not shown by default).

In task view, use **Tab** to navigate between fields, **Ctrl+s** to save task and return back to main view.

Screenshots
-----------

![Main view, light theme](https://raw.githubusercontent.com/beebeeep/awdy/master/screenshots/main_light.png)
![Task view, light theme](https://raw.githubusercontent.com/beebeeep/awdy/master/screenshots/task_light.png)
![Main view, dark theme](https://raw.githubusercontent.com/beebeeep/awdy/master/screenshots/main_dark.png)
![Task view, dark theme](https://raw.githubusercontent.com/beebeeep/awdy/master/screenshots/task_dark.png)