homura-stopwatch

[ library, mit, program, unclassified ] [ Propose Tags ]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.3, 0.2.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), homura-stopwatch, hourglass, split [details]
License MIT
Copyright © ncaq
Author ncaq
Maintainer ncaq@ncaq.net
Home page https://github.com/ncaq/homura-stopwatch#readme
Bug tracker https://github.com/ncaq/homura-stopwatch/issues
Source repo head: git clone https://github.com/ncaq/homura-stopwatch
Uploaded by ncaq at 2020-09-30T04:34:08Z
Distributions NixOS:0.2.0
Executables homura-stopwatch
Downloads 452 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-09-30 [all 1 reports]

Readme for homura-stopwatch-0.2.0

[back to package description]

homura-stopwatch

input

echo "
10:30 10:40 tvirus
10:40 12:28 icbm
12:28 14:59 gsomia
15:41 15:57 gsomia
15:57 16:35 panzer
16:35 17:17 icbm
17:17 17:28 gsomia
17:28 18:15 icbm
18:15 18:42 gsomia
18:42 19:44 icbm
19:44 20:04 gsomia
20:04 21:10 icbm
22:10 23:27 icbm" | homura-stopwatch

output

tvirus	0:10
icbm	6:42
gsomia	3:45
panzer	0:38

区切りは\nでも,でもOKです.

echo "10:30 10:40 tvirus, 10:40 12:28 icbm, 12:28 14:59 gsomia, 15:41 15:57 gsomia, 15:57 16:35 panzer, 16:35 17:17 icbm, 17:17 17:28 gsomia, 17:28 18:15 icbm, 18:15 18:42 gsomia, 18:42 19:44 icbm, 19:44 20:04 gsomia, 20:04 21:10 icbm, 22:10 23:27 icbm" | homura-stopwatch