1 stable release
1.0.0 | Apr 23, 2024 |
---|
#185 in Date and time
26KB
640 lines
TimeMan (cli)
Is a time and date calculator.
How to use
tm now
to get the current time, output =Tue, 23 Apr 2024 11:40:37 +0300
tm since "$(tm now)"
ortm s "$(tm now)"
this will output a duration, output =PT0.51623755S
tm sub "$(tm now)" "Tue, 23 Apr 2024 11:40:37 +0300"
this will output a duration, output =PT8M15S
tm sub-duration "$(tm now)" PT8M15S
this will output a date and time, output =Tue, 23 Apr 2024 11:43:38 +0300
tm add-duration "$(tm now)" PT8M15S
this will output a date and time, output =Tue, 23 Apr 2024 12:01:38 +0300
tm translate -F"%+" "$(tm now)"
use this to change format or UTC offset, output =2024-04-23T11:55:17+03:00
tm help-format
to find out how to make your own format, the output will be like =%A : Full day of the week names.
tm help-format %A
to see more infotm help-format date
to search for any thing that has date in descriptiontm help-duration
to learn the duration flags
default format is the: %a, %d %b %Y %T %z
is the same as date -R
or rfc-email
How to install
This is a rust application you need to have the toolchain installed!
cargo install timeman
or you can install from Releases
Dependencies
~2–2.9MB
~50K SLoC