Sha256: e883ab90241cacf451a2b8d1a17e1cc518b782df62bec25dc0ee5d2614ce0620

Contents?: true

Size: 1.2 KB

Versions: 45

Compression:

Stored size: 1.2 KB

Contents

RTT is a tool for tracking time. It's primary extend is to be used from command line.
=====================================================================================

Usage:

 - rtt start <task-name> | rtt <task-name>

 Starts a new task (or existing task with that name) for the current project/client/user.

 - rtt pause

 Pauses the current task.

 - rtt resume

 Resumes the last paused task.

 - rtt stop

 Stops the current task.

 - rtt user <nickname>

 Changes the current user. If there is no user with the nickname specified it ask for user information interactivly.

 - rtt client <client-name>

 Sets the current client with with name specified (creates one client if there no client stored with that name).

 - rtt project <project-name>

 Sets the current project with the specified name.

 - rtt rename <new-name-current-task>

 Rename current task

 - CLIENT=some_client rtt list | CLIENT=some_client PROJECT=some_project rtt list | PROJECT=some_project rtt list

 List all tasks created for the filters provided.

 - rtt report <filename>

 Generates a report to be stored on on the path specified.

 - rtt configure (client|project|user|task)

 Allows to change properties of current objects.

Enjoy!

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
rtt-0.0.6 USAGE.txt
rtt-0.0.5 USAGE.txt
rtt-0.0.4 USAGE.txt
rtt-0.0.3 USAGE.txt
rtt-0.0.0.53 USAGE.txt
rtt-0.0.0.52 USAGE.txt
rtt-0.0.0.51 USAGE.txt
rtt-0.0.0.50 USAGE.txt
rtt-0.0.0.49 USAGE.txt
rtt-0.0.0.48 USAGE.txt
rtt-0.0.0.47 USAGE.txt
rtt-0.0.0.46 USAGE.txt
rtt-0.0.0.45 USAGE.txt
rtt-0.0.0.44 USAGE.txt
rtt-0.0.0.43 USAGE.txt
rtt-0.0.0.42 USAGE.txt
rtt-0.0.0.41 USAGE.txt
rtt-0.0.0.39 USAGE.txt
rtt-0.0.0.38 USAGE.txt
rtt-0.0.0.37 USAGE.txt