| Crates.io | timeman |
| lib.rs | timeman |
| version | 1.0.0 |
| created_at | 2024-04-23 09:15:23.136892+00 |
| updated_at | 2024-04-23 09:15:23.136892+00 |
| description | Is a time and date calculator |
| homepage | |
| repository | https://github.com/konkitoman/TimeMan |
| max_upload_size | |
| id | 1217323 |
| size | 36,250 |
Is a time and date calculator.
tm now to get the current time, output = Tue, 23 Apr 2024 11:40:37 +0300tm since "$(tm now)" or tm s "$(tm now)" this will output a duration, output = PT0.51623755Stm sub "$(tm now)" "Tue, 23 Apr 2024 11:40:37 +0300" this will output a duration, output = PT8M15Stm sub-duration "$(tm now)" PT8M15S this will output a date and time, output = Tue, 23 Apr 2024 11:43:38 +0300tm add-duration "$(tm now)" PT8M15S this will output a date and time, output = Tue, 23 Apr 2024 12:01:38 +0300tm translate -F"%+" "$(tm now)" use this to change format or UTC offset, output = 2024-04-23T11:55:17+03:00tm 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 flagsdefault format is the: %a, %d %b %Y %T %z is the same as date -R or rfc-email
This is a rust application you need to have the toolchain installed!
cargo install timeman or you can install from Releases