Panchang Term is a command-line interface (CLI) calendar application that allows you to view the month, store events, and retrieve events for the month.
- Display the current month calendar
- Add events to specific dates
- Retrieve events for the month
To install Panchang Term, clone the repository and navigate to the project directory:
git clone https://github.com/yourusername/panchang_term.git
cd panchang_termTo display the current month's calendar, use the following command:
./panchangTo add an event to current date, use the following command:
./panchang event add To add an event to a specific date, use the following command:
./panchang event add --date DATETo retrieve all events for the current month, use the following command:
./panchang event getTo retrieve all events for the selected month, use the following command:
./panchang event get --month MONTHContributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or suggestions, please open an issue on GitHub.