Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 682 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 682 Bytes

Milliseconds-to-human converter extension for Alfred.app

screenshot

What's this about?

I got sick of firing up node or a browser JavaScript console for converting ms-since-epoch values to something I could actually understand.

This is a shortcut for:

λ node -pe '<a bunch of date formatting here>'

Requirements

Alfred 2 (and obviously the PowerPack).

Requires node to be in /usr/local/bin/node. Sorry, Alfred shell script extensions don't load much by default.