Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.
/ wtime Public archive

Command-line utility for tracking time spent working on arbitrary tasks. This is a third-party mirror of https://sourceforge.net/projects/wtime/

Notifications You must be signed in to change notification settings

memarc/wtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

About
-----
wt is a time tracking tool

Requirements
------------
libc

Installation
------------
as normal user:
$ make clean
$ make

as root:
$ make install

Configuration
-------------
none

Usage
-----
wt -[asch] 
wt -r [<start> [<stop>]]

options:
-a : start counting
-s : stop counting
-c : display currently elapse time
-h : display help

-r [<start> [<stop>]] - display the sum from the period defined by start and stop
                      - start defaults to the begining of the current month
                      - stop defaults to the current time
                      - the format of start and stop is %d-%m-%Y (man strptime(3))

About

Command-line utility for tracking time spent working on arbitrary tasks. This is a third-party mirror of https://sourceforge.net/projects/wtime/

Resources

Stars

Watchers

Forks