NAME
stopw - A console-based virtual stopwatch and timer
VERSION
This document describes version 0.03 of stopw (from Perl distribution App-stopw), released on 2016-07-30.
SYNOPSIS
% stopw [options]
See manpage for list of options.
DESCRIPTION
stopw is a console-based virtual stopwatch and timer. After you run the program, you can press:
Z
to reset the timer back to zeroR
(or spacebar) to record timeThis will print the current value of timer and move to the next line.
S
(or Enter) to start/stop the timerQ
(or Ctrl-C) to quit the program
OPTIONS
--update-delay, -d (float, default: 0.02)
--banner-size, -b (int, 0-5, default: 0)
If set to a number between 1-5, will print a large banner (ASCII-art) of mm:ss
digits instead of regular text (using Text::Banner). This will also automatically set --update-delay to 1.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-stopw.
SOURCE
Source repository is at https://github.com/perlancar/perl-App-stopw.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-stopw
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
SEE ALSO
App::Stopwatch which includes the stopwatch console utility. This utility is geared more towards executing a command after a specified time period.
The stopwatch Debian package, a graphical (Tk-based) virtual stopwatch and timer.
The time Unix command.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.