From 630889c8f53a21579de42e79c56c1041a57ba941 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Mon, 9 Nov 2015 02:15:19 +0100 Subject: [PATCH 1/5] Add doing --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 563afa5..5995bad 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ## Productivity -* [AutoScreenshotUploader](https://github.com/yask123/AutoScreenshotUploader) - Instantly capture and upload screenshot to [imgur](https://imgur.com) -* [ffscreencast](https://github.com/cytopia/ffscreencast) - ffmpeg screencast with video overlay and multi monitor support -* [idea](https://github.com/IonicaBizau/idea) - A lightweight CLI tool and module for keeping ideas in a safe place quick and easy. -* [imgur-uploader-cli](https://github.com/kevva/imgur-uploader-cli) - Upload images to imgur -* [geeknote](https://github.com/VitaliyRodnenko/geeknote) - Console client for Evernote. +* [AutoScreenshotUploader](https://github.com/yask123/AutoScreenshotUploader)- Instantly capture and upload screenshot to [imgur](https://imgur.com) +- [doing](http://brettterpstra.com/projects/doing/) - A command line tool for keeping track of what you’re doing and tracking what you’ve done. +* [ffscreencast](https://github.com/cytopia/ffscreencast)- ffmpeg screencast with video overlay and multi monitor support +* [idea](https://github.com/IonicaBizau/idea)- A lightweight CLI tool and module for keeping ideas in a safe place quick and easy. +* [imgur-uploader-cli](https://github.com/kevva/imgur-uploader-cli)- Upload images to imgur +* [geeknote](https://github.com/VitaliyRodnenko/geeknote)- Console client for Evernote. * [The Mutt E-Mail Client](http://www.mutt.org/) * [Timetrap](https://github.com/samg/timetrap) - Simple command line timetracker From 92b47f5e1c674f92da0c3b7ff01b44538402ce50 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Mon, 9 Nov 2015 02:15:47 +0100 Subject: [PATCH 2/5] Add ledger --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5995bad..e6920a9 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. * [idea](https://github.com/IonicaBizau/idea)- A lightweight CLI tool and module for keeping ideas in a safe place quick and easy. * [imgur-uploader-cli](https://github.com/kevva/imgur-uploader-cli)- Upload images to imgur * [geeknote](https://github.com/VitaliyRodnenko/geeknote)- Console client for Evernote. +- [ledger](http://ledger-cli.org) - Powerful, double-entry accounting system that is accessed from the UNIX command-line. * [The Mutt E-Mail Client](http://www.mutt.org/) * [Timetrap](https://github.com/samg/timetrap) - Simple command line timetracker From 9fce017f04ef81f0ddc36b9817612317341d8989 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Mon, 9 Nov 2015 02:16:49 +0100 Subject: [PATCH 3/5] Add Taskwarrior --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6920a9..c5a30c5 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. * [geeknote](https://github.com/VitaliyRodnenko/geeknote)- Console client for Evernote. - [ledger](http://ledger-cli.org) - Powerful, double-entry accounting system that is accessed from the UNIX command-line. * [The Mutt E-Mail Client](http://www.mutt.org/) -* [Timetrap](https://github.com/samg/timetrap) - Simple command line timetracker +- [Taskwarrior](http://taskwarrior.org) - Free and Open Source Software that manages your TODO list from your command line. +* [Timetrap](https://github.com/samg/timetrap)- Simple command line timetracker ## Utilities From 04aa4886e183a1a2353c8781a214888ab079efea Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Mon, 9 Nov 2015 02:18:05 +0100 Subject: [PATCH 4/5] Add PathPicker --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5a30c5..99ddb8d 100644 --- a/README.md +++ b/README.md @@ -93,9 +93,10 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ## Command Line Tools -* [The Fuck](https://github.com/nvbn/thefuck) - Magnificent app which corrects your previous console command. -* [happyfinder](https://github.com/hugows/hf) - (another) Fuzzy file finder for the command line -* [tldr](https://github.com/tldr-pages/tldr) - Simplified and community-driven man pages +* [The Fuck](https://github.com/nvbn/thefuck)- Magnificent app which corrects your previous console command. +* [happyfinder](https://github.com/hugows/hf)- (another) Fuzzy file finder for the command line +* [PathPicker](https://facebook.github.io/PathPicker/) - After parsing the output from a command, PathPicker presents you with a nice UI to select which files you're interested in. +* [tldr](https://github.com/tldr-pages/tldr)- Simplified and community-driven man pages ## Data Manipulation From cf0128b02a53c5875a0718cbb3c7c821d8c8462c Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Mon, 9 Nov 2015 02:19:08 +0100 Subject: [PATCH 5/5] Change dashes to stars According to the rest of the entries. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99ddb8d..e227015 100644 --- a/README.md +++ b/README.md @@ -61,14 +61,14 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ## Productivity * [AutoScreenshotUploader](https://github.com/yask123/AutoScreenshotUploader)- Instantly capture and upload screenshot to [imgur](https://imgur.com) -- [doing](http://brettterpstra.com/projects/doing/) - A command line tool for keeping track of what you’re doing and tracking what you’ve done. +* [doing](http://brettterpstra.com/projects/doing/) - A command line tool for keeping track of what you’re doing and tracking what you’ve done. * [ffscreencast](https://github.com/cytopia/ffscreencast)- ffmpeg screencast with video overlay and multi monitor support * [idea](https://github.com/IonicaBizau/idea)- A lightweight CLI tool and module for keeping ideas in a safe place quick and easy. * [imgur-uploader-cli](https://github.com/kevva/imgur-uploader-cli)- Upload images to imgur * [geeknote](https://github.com/VitaliyRodnenko/geeknote)- Console client for Evernote. -- [ledger](http://ledger-cli.org) - Powerful, double-entry accounting system that is accessed from the UNIX command-line. +* [ledger](http://ledger-cli.org) - Powerful, double-entry accounting system that is accessed from the UNIX command-line. * [The Mutt E-Mail Client](http://www.mutt.org/) -- [Taskwarrior](http://taskwarrior.org) - Free and Open Source Software that manages your TODO list from your command line. +* [Taskwarrior](http://taskwarrior.org) - Free and Open Source Software that manages your TODO list from your command line. * [Timetrap](https://github.com/samg/timetrap)- Simple command line timetracker ## Utilities