Skip to content

convert copied epoch time to UTC+0 human readable with mac notification

Notifications You must be signed in to change notification settings

whmou/fast-epoch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast-epoch

convert copied epoch time to UTC+0 human readable with mac notification image

Prerequisite

  1. Python3 Mac env
  2. Mac Alfred (optional) Download link
  3. If you don't use Alfred to trigger the app, then put your epoch time as 1st argumment to the ep.py

Install steps

  1. Change the ep.py path in the epoch.app by mac automator.app
$ open /System/Applications/Automator.app
## b=`python /Users/wmou/test/ep.py $time` change the ep.py path to wherever the code is located
  1. Put epoch.app folder under the /Applications folder
  2. Call Alfred, type "reload" to renew the index to make Alfred recognize epoch.app

Usage

  1. Copy epoch time string to the Mac clipboard.
    ex: 1631937786 or 1631937786000 (In milliseconds)
  2. Call Alfred and type "epoch" to trigger the app.
  3. The reslut will show as the mac notification image

About

convert copied epoch time to UTC+0 human readable with mac notification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages