Add a web UI for taskbook
See original GitHub issueIs your feature request related to a problem? Please describe. The feature is not related to any stated problem in the issues. It is a new feature.
Describe the solution you’d like I would like to have taskbook have an interactive web based user interface. Taskbook can then launch the browser via the command
tb --ui
Additional context I think this feature will make TaskBook appealing to a larger audience other than cli power users only
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:9
Top Results From Across the Web
Want a ncurses interface to operate on tasks interactively. · Issue ...
Want a ncurses interface to operate on tasks interactively( with vim keyboard shortcuts support) instead of memorizing ... Add a web UI for...
Read more >How to Manage Your Tasks in the Terminal with Taskbook
Adding Tasks And Notes ... With Taskbook installed, to create a task, type: tb -t Text you want for your task. Press Enter...
Read more >Taskbook is a Board-based Task Manager for the Command ...
Quickly add tasks & notes to boards · Move tasks between boards · Choice of board and timeline views · Set task priority/star...
Read more >Taskbook: Like Trello but for the Terminal - Hacker News
Hi, I build the terminal in VS Code and am a maintainer on xterm.js. There is some reinventing of the wheel happening but...
Read more >Top 18 Open-source todo.txt apps and managing solution in ...
Taskbook is an open-source task boards manager for the command line. ... add, modify, remove tasks from your local and online task list, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@klaussinani an electron app can be made and I think it would be better than a web interface. can u tell me where does taskbook actually stores all the data? editing ~/.taskbook/archive/archive.json and ~/.taskbook/storage/storage.json has no effect on the actual taskbook tasks.
I am working on a prototype which I will push as a pull request so that it can be merged into master