diff options
| author | Grant Ammons <gammons@gmail.com> | 2016-05-10 08:05:36 -0400 |
|---|---|---|
| committer | Grant Ammons <gammons@gmail.com> | 2016-05-10 08:05:36 -0400 |
| commit | 2b4a2ed42ef32ce2d118a79207124ee6b30db850 (patch) | |
| tree | 04d388eef2b9588786635d5692e4824dd9d6bc3e | |
| parent | 8ed94def329ad44876c9bd54d15e7652a912af3f (diff) | |
Clean up README in prep for github pages
| -rw-r--r-- | README.md | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -1,6 +1,6 @@ # Todolist -Todolist is a simple and very fast task manager for the command line. It is based on the (Getting Things Done)[gtd] methodology. +Todolist is a simple and very fast task manager for the command line. It is based on the [Getting Things Done](gtd) methodology. [gtd]: http://lifehacker.com/productivity-101-a-primer-to-the-getting-things-done-1551880955 @@ -65,13 +65,6 @@ Listing todos outputs a nice formatted list. **`todo list`** -<pre> -<span style="color:teal;">all</span> -<span style="color:olive;">1</span> [ ] <span style="color:blue;">tomorrow</span> Talk with <span style="color:red;">@bob</span> about the <span style="color:purple;">+devopsProject</span> -<span style="color:olive;">2</span> [ ] <span style="color:blue;">Wed May 11</span> did <span style="color:red;">@mary</span> needs to repair the flux capacitor for the <span style="color:purple;">+timeTravel</span> project -</pre> - - This will list all unarchived todos. ## FAQ |
