- moment@^2.10.6
- underscore-plus@^1.6.6
- atom-space-pen-views@^2.1.0
atom-unixtime
Convert unitxtime <-> date string

Features
- Show unixtime(or date string) from selected date string(or unixtime)
- Insert unixtime(or date string) from inputed date string(or unixtime)
Commands
atom-unixtime:show: show unixtime or date string from selected text with notification popup.atom-unixtime:insert: insert unixtime or datestring from inputed text.
Keymap
No default keymaps.
example
'atom-text-editor':
'alt-o': 'atom-unixtime:show'
'alt-O': 'atom-unixtime:insert'