Skip to content

joaomatossilva/DateInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DateInfo

DateInfo is a simple CLI tool that outputs info about the day.

How to Install

Run the following command on your shell

dotnet tool install --global DateInfo

How to Run

After installed, the simpler way to call the cli is:

dateinfo today

It will default for today, and using guessing your locale by the current Culture.

If you're like me, that likes the computer in english but live in Portugal, there is a way to force a specific locale using the locale option:

dateinfo today --locale pt-PT

You can also try to see other day other than the current day with --day option. The day format is fixed as YYYY-MM-DD.

dateinfo today --locale pt-PT --day 2024-06-10

Today

Show some info about today

dateinfo today

Next Holiday

Show when is the next holiday of the current year

datetinfo next

List all Holiday

Show all holidays of the current year

datetinfo list

Shell

A small text/icons for shell integration

dateinfo shell

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages