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
cli hacktoberfest hacktoberfest2022 nepali-calendar

CalendarN

CalendarN is calendar New :) CLI tool to get the details for the calendar

codecov goreport Security Rating Bugs Vulnerabilities Maintainability Rating

Installation

go install github.com/samit22/calendarN@latest

Commands

Nep

This command is for Nepali Calendar Available commands:

calendarN nep

To generate nepali calendar for specific year and month

calendarN nep 2079-05

Eng

This command is for English Calendar Available commands:

 calendarN eng

To generate english calendar for specific year and month

  calendarN eng 2022-08

Today

  calendarN today

This supports extra flags

Countdown

Shows countdowns

  calendarN countdown 2022-08-18

This supports extra flags

To save a countdown with a name

calendarN countdown -n "My Birthday" 2024-08-18 -s

To list all the countdowns

calendarN countdown all

To get a specific countdown

 calendarN countdown show -n 'My Birthday'

To delete a countdown

calendarN countdown delete -n 'My Birthday'

Convert

Requirement

Contributing