Skip to content

Calculate the differences between times in a 24hr period and their total with Vim-ish bindings.

License

Notifications You must be signed in to change notification settings

al-ce/timediff-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Diff Calculator

Web app to calculate the differences of times within a 24hr time period. The subtotals are summed at the bottom row of the table.

Useable with github.io html preview

Usage

New rows are created automatically as needed, or they can be created manually.

Pressing Y copies the table in a TSV format to the system clipboard. Here is the output of the above screenshot:

08:45	13:45	5
08:45	15:15	6
19:41	01:12	5.52
09:00	09:00	0

		16.52

Single page version

A single page version is available for convenient offline use.

The combination process is automated using the combiner binary included in the repository. The source code is in combiner.go. The combiner program assumes the presence of an ./index.html, ./script.js, and ./style.css, and writes the combined content to ./singlepage.html.

About

Calculate the differences between times in a 24hr period and their total with Vim-ish bindings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published