changes in popup menu is now preserved
[taskasaur.git] / README.md
1 # Taskasaur
2
3 A very simple kanban style todolist with vim keybindings.
4
5 This project is practically a clone of [taskell](https://github.com/smallhadroncollider/taskell), but written in c, since the haskell dependencies that were pulled in were a bit too heavy for my liking.
6
7 Taskasaur is also meant to be extended with patches, allowing the main project to remain slim. Simply edit the config.h file to your liking and recompile.
8
9 ## Installation
10
11 To build from source, simply clone the repo and run
12 ```
13 make && sudo make clean install
14 ```
15
16 A gentoo ebuild with savedconfig use may or may not be coming in the future.