chronopipe
Show start/end datetime and duration of a command-line process using pipe.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Passing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install chronopipe
choosenim install chronopipe
git clone https://github.com/williamd1k0/chrono
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| chronopipe | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/williamd1k0/chrono |
|---|---|
| Homepage | https://github.com/williamd1k0/chrono |
| Documentation | View Documentation |
| Registry Source | nimble_official |
README
chrono

Show start/end datetime and duration of a command-line process using pipe.
Usage
program | chrono
Example:
sleep 5s | chrono
# [chrono] Started: 2019-10-19T02:55:58-03:00
# [chrono] Done: 2019-10-19T02:56:03-03:00
# [chrono] Duration: 5 seconds, 75 milliseconds, 13 microseconds, and 100 nanoseconds
Install
Using nimble package directory:
nimble install chronopipe
Development
Clone this repo then build with nimble:
nimble build