HamroPatro has too much ads. We scrape their website, save data (date and tihis) in JSON and build alternative simpler ad-free mobile app, website and CLI out of it.
Meta at: https://sumanchapai.github.io/patro/meta.json
Year data available by replacing the word meta
in the meta api with the year.
For example: https://sumanchapai.github.io/patro/2080.json
You can get the Patro chrome extension at the chrome web store here. The extension also supports various keyboard shortcuts for easier navigation which can be manually set/changed at chrome://extensions/shortcuts
.
Install the CLI by running
go install github.com/sumanchapai/patro/cli/patro@latest
Use the CLI as follows
# Display the current month calendar
patro
# Display the calendar for the previous, current, and next month
patro -3
# Display the calendar for a given year, example patro 2080
patro <year>
# Display the calendar of a specific month of a specific year, example patro 7 2080
# Note that it's not patro <year> <month> to follow the convention of the cal command
patro <month> <year>