From 9a0a12c5e8d9c0d2f8766bc7ad71af91128f1d62 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 30 Sep 2014 12:02:15 +0200 Subject: [PATCH] add pretty-time-zsh https://github.com/sindresorhus/pretty-time-zsh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6501f6c..8140f30 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [z](https://github.com/rupa/z) - z is the new j, yo * [zsh-notify](https://github.com/marzocchi/zsh-notify) - Desktop notifications for long running commands in zsh * [zshmarks](https://github.com/jocelynmallon/zshmarks) - A port of Bashmarks (simple bookmarking plugin by Todd Werth) for oh-my-zsh +* [pretty-time-zsh](https://github.com/sindresorhus/pretty-time-zsh) - Convert seconds to a human readable string: `165392` → `1d 21h 56m 32s` # Guides * [Greg Wooledge's (aka "greycat") wiki](http://mywiki.wooledge.org).