simple stopwatch

Bug #379425 reported by cghislai
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
µTimer
Fix Released
High
Unassigned

Bug Description

Nevermind, I didn't read carefully the man page. You really shouldn't advertise unimplemented features :) As a quick workaround, you could start a timer with the limit when using -t with no arguments.

Regards,

Charly

Hi,

It seems it misses the stopwatch option. I'm forced to use the timer option, which requires an argument, to have a simple stopwatch. The feature is advertised everywhere, even in `utimer --help`, which lists only the --timer and --countdown options. using no arguments - or maybe just -t - should start a stopwatch.

Thanks for this tool,

CHarly

-----

bash-3.2$ utimer --version
utimer 0.2.1

Copyright 2008, 2009 Arnaud Soyez <weboide@....>

License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

bash-3.2$ utimer --help
Usage:
  utimer [OPTION...] [ARGUMENTS] - command-line "timer" which features a timer, a countdown and a stopwatch

 µTimer (or "utimer", pronounced as "micro-timer") is a multifunction timer (command-line only).

 The main features are:
        - a timer (e.g. count from 0 to 4 minutes),
        - a countdown (e.g. count from 10 minutes down to 0),
        - a stopwatch.

 µTimer always exits after the timer or countdown are done counting. This can be useful for using countdowns in scripts, for example. The stopwatch, which is not concerned, needs to be stopped manually using 'q'.

Help Options:
  -?, --help Show help options

Application Options:
  -t, --timer=TIMELENGTH count from 0 to TIMELENGTH and then exit (e.g. utimer -t 31m27s300ms).
  -c, --countdown=TIMELENGTH count from TIMELENGTH down to 0 and exit (e.g. utimer -c 30d9h50s).
  -v, --verbose Verbose output.
  -q, --quiet Quiet output.
  --quit-with-success When hitting 'q' to end the program, exit with a SUCCESS exit status (0).
  -L, --limits Show the limits of µTimer (Maximum time length, Accuracy...)
  --version Display the current version of µTimer.
  -d, --debug Debug output.

Report any bug to: https://bugs.launchpad.net/utimer (bugs@....)

Related branches

description: updated
description: updated
Revision history for this message
Arnaud Soyez (weboide) wrote :

Hi, it's indeed unimplemented. But thanks for reporting it.
I need to make some other changes first to support a pause feature. After this, I'll work on the stopwatch.
I will keep this bug report updated so that you know when it's done.

weboide.

Changed in utimer:
importance: Undecided → High
status: New → Confirmed
Revision history for this message
Arnaud Soyez (weboide) wrote :

As bug #327615 has now been introduced in trunk, I am now working on this.

Changed in utimer:
assignee: nobody → Arnaud Soyez (weboide)
status: Confirmed → In Progress
Revision history for this message
Arnaud Soyez (weboide) wrote :

The stopwatch feature has been introduced in the trunk repository, revision 31. It will be available in the next official release of uTimer.

description: updated
Changed in utimer:
assignee: Arnaud Soyez (weboide) → nobody
status: In Progress → Fix Committed
Revision history for this message
Arnaud Soyez (weboide) wrote :

Version 0.3 is now released and contains this feature.

Changed in utimer:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.