Tasque \'task\
n. A Todo-List and Task Manager for the Terminal
This project is essentially a replication of the popular organization service Trello for the UNIX terminal. The aim is generally to keep the code clean and concise, however that may not be the case during development. The project is written in C++
with the ncurses
library.
To build, the following are required:
- ncurses
- gcc / g++
- make
If these requirements are fulfilled, the program may be built by running make clean install
. This will likely require root user permissions, as the executable is installed in /usr/local/bin
.
After building, the user can run the command "tasque
" in a terminal emulator.
Directory | Purpose |
---|---|
/usr/local/bin |
Executable |
~/.cache/tasque |
Stores data in data.tsq |
See the wiki page
As this project is currently incomplete, here are some of the planned features:
- Color
- Scrolling over lists if they extend past the board edge
- Resizing
- Tags/Labels
As the project's development continues, more features will be added to this list. Eventually the project should be quite extensive. Any suggestions are welcome!
This project is released and maintained under the GNU GPLv3 license.