Activity log for bug #379425

Date Who What changed Old value New value Message
2009-05-22 13:33:33 cghislai bug added bug
2009-05-22 13:37:11 cghislai description 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 timer--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 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@codealpha.net> 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@utimer.codealpha.net)
2009-05-22 14:23:25 cghislai description 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@codealpha.net> 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@utimer.codealpha.net) 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@codealpha.net> 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@utimer.codealpha.net)
2009-05-22 16:10:12 Arnaud Soyez utimer: importance Undecided High
2009-05-22 16:10:12 Arnaud Soyez utimer: status New Confirmed
2009-05-23 18:50:02 Arnaud Soyez utimer: status Confirmed In Progress
2009-05-23 18:50:02 Arnaud Soyez utimer: assignee Arnaud Soyez (weboide)
2009-05-29 17:06:09 Launchpad Janitor branch linked lp:utimer
2009-05-29 17:09:02 Arnaud Soyez 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@codealpha.net> 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@utimer.codealpha.net) 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@....)
2009-05-29 17:10:33 Arnaud Soyez utimer: status In Progress Fix Committed
2009-05-29 17:10:33 Arnaud Soyez utimer: assignee Arnaud Soyez (weboide)
2009-06-01 15:57:25 Arnaud Soyez utimer: status Fix Committed Fix Released