samit22 / calendarN

CLI tool to generate Nepali calendar with today's details, supports both Nepali and English calendars.
MIT License
6 stars 3 forks source link

Create countdown to the date #13

Closed samit22 closed 2 years ago

samit22 commented 2 years ago

Command

calendarN countdown 2022-11-28 10:00:00 --name=Name of the Countdown

The first argument should be `yyyy-mm-dd` format and the second is optional with hh:mm:ss time format in the local timezone 

If name is not given create name as countdown_to_2022_11_28_10_00_00 Should return:


 125 Days 12 Hours 57 Minutes 29 Seconds
``

Note: --cal=eng/nep needs to be done later.
--cal is English or Nepali calendar, accept `eng`, `nep` default is English
samit22 commented 2 years ago

Closed from #14