Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 531 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 531 Bytes

humantime.fish

Turn milliseconds into a human-readable string in Fish.

You have the time in milliseconds and want to turn it into a human-readable string like "3h 14m 15s".

$ sleep 1
$ humantime $CMD_DURATION
1s 5ms

Tip: $CMD_DURATION is set by Fish to the running time of the last command in milliseconds.

Installation

Install with Fisher:

fisher install jorgebucaran/humantime.fish

License

MIT