From c9a413a1d6be6cc2cb992f9e0a9dd872a38f81bb Mon Sep 17 00:00:00 2001 From: "@@@No user configured@@@" <@@@No user configured@@@> Date: Wed, 24 Sep 2014 09:17:51 +0200 Subject: [PATCH] Rename project for better visibility. --- README.md | 12 ++++++------ bin/{git-timetrack-log => git-timecost} | 0 2 files changed, 6 insertions(+), 6 deletions(-) rename bin/{git-timetrack-log => git-timecost} (100%) diff --git a/README.md b/README.md index e9fc91c..52e2bc4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -TimeTrack-Log for Git -===================== +TimeCost for Git +================ Use git logs to give an estimation of spent time on your projects. @@ -8,7 +8,7 @@ Installation ------------ * Clone the project somewhere -* Copy the ''bin/git-timetrack-log'' file in ''/usr/local/bin'' +* Copy the ''bin/git-timecost'' file in ''/usr/local/bin'' Usage ----- @@ -16,7 +16,7 @@ Usage To get the total time spent on your git project ``` -$ git timetrack-log +$ git timecost [...] @@ -32,7 +32,7 @@ TOTAL: 3.36 hours To get the time spent on your project since a given date ``` -$ git timetrack-log -d 2013-03-01 +$ git timecost -d 2013-03-01 set date filter to 2013-03-01 (1.0) 2013-09-23T13:02:39+02:00 - 2013-09-23T14:02:39+02:00 * Glenn Y. Rolland @@ -43,6 +43,6 @@ TOTAL: 1.00 hours For other possibilities ``` -$ git timetrack-log -h +$ git timecost -h ``` diff --git a/bin/git-timetrack-log b/bin/git-timecost similarity index 100% rename from bin/git-timetrack-log rename to bin/git-timecost