Skip to content

quickly count back from present time within your terminal

Notifications You must be signed in to change notification settings

jyyyyylim/since

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

since

quickly count back from present time, usage intended to be within the scope of 24h
intended usecase: compiled executable in PATH for terminal access

usage

program accepts time in formats: HH:mm and HH mm

usage examples:

> since 8 02 (current time: 1200)
< 04h 00m
> since 13:25 (current time: 1100)
< 21h 35m

for minutes, only zero-padded singledigit values are tolerated
failsafes will be added when deemed necessary

compilation

go build in project root, assuming go/bin is already in PATH. may vary with env and associated aliases

About

quickly count back from present time within your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages