Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.
/ atom-unixtime Public archive

atom package for unixtime <-> date converter

License

Notifications You must be signed in to change notification settings

Kesin11/atom-unixtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atom-unixtime

Circle CI

Convert unitxtime <-> date string

atom-unixtime.gif

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'

TODO

  • add config view
  • add config to choice timezone
  • add config to using specific output date format

About

atom package for unixtime <-> date converter

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published