https://github.com/z0rr0/stopwatch
Console stopwatch tool
https://github.com/z0rr0/stopwatch
Last synced: 5 months ago
JSON representation
Console stopwatch tool
- Host: GitHub
- URL: https://github.com/z0rr0/stopwatch
- Owner: z0rr0
- License: bsd-3-clause
- Created: 2017-01-04T07:32:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T20:13:00.000Z (over 9 years ago)
- Last Synced: 2025-10-13T13:12:21.425Z (9 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stopwatch
Simple console stopwatch tool.
Example:
```
S - start/stop, L - lap, Q - quit
--
0:00:10.9870455630
0:00:15.15121302855
0:00:19.18943639537
--
0:00:02.2431599589
--
0:00:05.5445222805
0:00:06.5832889410
```
This source code is governed by a [BSD-3 license](https://opensource.org/licenses/BSD-3-Clause) that can be found in the [LICENSE](https://github.com/z0rr0/stopwatch/blob/master/LICENSE) file.