[ctt] update git repo

This commit is contained in:
Nico Schottelius 2018-10-18 11:47:26 +02:00
parent 1559a7b5fc
commit 876a56ca32
1 changed files with 15 additions and 20 deletions

View File

@ -12,54 +12,49 @@ software.
## Installation
Get ctt from git ([gitweb](http://git.schottelius.org/?p=ctt;a=summary)):
Get ctt via git:
git clone git://git.schottelius.org/ctt
The code is mirrored on [github](https://github.com/telmich/ctt) and
can be accessed via
git clone git://github.com/telmich/ctt.git
git clone https://code.ungleich.ch/ungleich-public/ctt.git
## Examples
# Track some time
% ctt track test
Comment: Did some cool work
# Track for a given time range
% ctt track --sd 2013-04-29-1000 --ed 2013-05-29-1200 test
Comment: Long working period
# Track (keep running), but specify different start date
% ctt track --sd 2013-04-29-0800 test
Comment: Started early today
# Track without prompting for a comment
% ctt track -n test
% ctt track -n test
# List available projects
% ctt listprojects
[...]
# List all entries of this month for project test
% ctt report test
[...]
# List all entries from January
% ctt report --sd 2013-01-01 --ed 2013-01-31 test
% ctt report --sd 2013-01-01 --ed 2013-01-31 test
# List all entries from January matching either rails ruby or cdist
% ctt report --sd 2013-01-29 --ed 2013-04-29 -e "(rails|ruby|cdist)" test
# The same, but case insensitive
% ctt report --sd 2013-01-29 --ed 2013-04-29 -e "(rails|ruby|cdist)" -i test
## Support
### IRC
You can find us in the foss development channel
[chat.ungleich.ch](https://chat.ungleich.ch/ungleich/channels/foss).
You can join the development ***IRC channel***
[#cstar on irc.freenode.net](irc://irc.freenode.org/#cstar).
Issues can be opened on https://code.ungleich.ch/ungleich-public/ctt.
[[!tag ctt unix]]