We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1da675 commit 73cd41eCopy full SHA for 73cd41e
README.md
@@ -1,2 +1,12 @@
1
# taskbook-nim
2
Drop-in replacement for [Taskbook](https://github.com/klaussinani/taskbook), written in Nim.
3
+
4
+Thanks to [Klaus Sinani](https://github.com/klaussinani) for creating Taskbook.
5
6
+## Why?
7
+**Speed** - This project runs more than an order of magnitude faster than the original version (almost entirely due to getting rid of Node).
8
9
+## Installation
10
+```
11
+$ nimble install https://github.com/teschty/taskbook-nim
12
0 commit comments