{"id":36584414,"url":"https://github.com/samit22/calendarn","last_synced_at":"2026-01-12T08:01:40.140Z","repository":{"id":49310684,"uuid":"516857823","full_name":"samit22/calendarN","owner":"samit22","description":"CLI tool to generate Nepali calendar with today's details, supports  both Nepali and English calendars.","archived":false,"fork":false,"pushed_at":"2025-12-25T23:32:23.000Z","size":110,"stargazers_count":6,"open_issues_count":6,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T17:25:29.196Z","etag":null,"topics":["cli","hacktoberfest","hacktoberfest2022","nepali-calendar"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samit22.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-22T18:56:20.000Z","updated_at":"2025-10-25T01:45:33.000Z","dependencies_parsed_at":"2023-01-20T06:02:13.888Z","dependency_job_id":"c861b072-4d0e-48bf-ae3d-9bf61c484bcd","html_url":"https://github.com/samit22/calendarN","commit_stats":null,"previous_names":["samit22/calendar"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/samit22/calendarN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samit22%2FcalendarN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samit22%2FcalendarN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samit22%2FcalendarN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samit22%2FcalendarN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samit22","download_url":"https://codeload.github.com/samit22/calendarN/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samit22%2FcalendarN/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","hacktoberfest","hacktoberfest2022","nepali-calendar"],"created_at":"2026-01-12T08:00:42.042Z","updated_at":"2026-01-12T08:01:40.134Z","avatar_url":"https://github.com/samit22.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CalendarN\n\nCalendarN is a powerful CLI tool for working with Nepali (Bikram Sambat) and English (Gregorian) calendars. Convert dates, view calendars, track countdowns, and more!\n\n[![codecov](https://codecov.io/gh/samit22/calendarN/branch/main/graph/badge.svg?token=A5XND1948Y)](https://codecov.io/gh/samit22/calendarN)\n[![goreport](https://goreportcard.com/badge/github.com/samit22/calendarN)](https://goreportcard.com/report/github.com/samit22/calendarN)\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=samit22_calendarN\u0026metric=security_rating)](https://sonarcloud.io/summary/new_code?id=samit22_calendarN)\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=samit22_calendarN\u0026metric=bugs)](https://sonarcloud.io/summary/new_code?id=samit22_calendarN)\n[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=samit22_calendarN\u0026metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=samit22_calendarN)\n[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=samit22_calendarN\u0026metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=samit22_calendarN)\n\n## Features\n\n- 📅 View Nepali (BS) and English calendars\n- 🔄 Convert dates between Nepali and English\n- ⏱️ Create and manage countdowns\n- 📊 Track year progress with visual progress bars\n- 🎨 Beautiful terminal output with colors\n\n## Installation\n\n### Homebrew (macOS/Linux)\n\nThe easiest way to install calendarN on macOS or Linux:\n\n```bash\n# Add the tap\nbrew tap samit22/calendarN https://github.com/samit22/calendarN\n\n# Install calendarN\nbrew install calendarn\n```\n\nTo upgrade to the latest version:\n\n```bash\nbrew upgrade calendarn\n```\n\n### Go Install\n\nIf you have Go installed (1.21+):\n\n```bash\ngo install github.com/samit22/calendarN@latest\n```\n\n### Build from Source\n\n```bash\ngit clone https://github.com/samit22/calendarN.git\ncd calendarN\nmake build\n./calendarN --help\n```\n\n### Manual Installation\n\nDownload the latest release from the [Releases page](https://github.com/samit22/calendarN/releases) for your platform.\n\n## Commands\n\n### Today\n\nGet today's date in both Nepali and English with year progress:\n\n```bash\ncalendarN today\n```\n\n**Flags:**\n- `-m, --minified` - Minified date output\n- `-j, --json` - Output in JSON format\n\n```bash\n# Minified output\ncalendarN today -m\n\n# JSON output\ncalendarN today -j\n```\n\n### Nepali Calendar (nep)\n\nView the Nepali calendar:\n\n```bash\n# Current month\ncalendarN nep\n\n# Specific year and month (BS)\ncalendarN nep 2081-09\n```\n\n### English Calendar (eng)\n\nView the English calendar:\n\n```bash\n# Current month\ncalendarN eng\n\n# Specific year and month\ncalendarN eng 2024-12\n```\n\n### Date Conversion (convert)\n\nConvert dates between English and Nepali:\n\n```bash\n# English to Nepali\ncalendarN convert etn 2024-12-25\n# Output: Eng: 2024-12-25 =\u003e 2081-09-10 || २०८१-०९-१०\n```\n\n### Countdown\n\nCreate and manage countdowns to important dates:\n\n```bash\n# Create a countdown\ncalendarN countdown 2025-01-01\n\n# Create with a name and save it\ncalendarN countdown -n \"New Year\" 2025-01-01 -s\n\n# With specific time\ncalendarN countdown -n \"Meeting\" 2025-01-15 14:30:00 -s\n```\n\n**Flags:**\n- `-n, --name` - Name for the countdown (random if not provided)\n- `-r, --run` - Run countdown for n seconds (default: 5, use -1 for infinite)\n- `-s, --save` - Save the countdown for later\n- `-o, --overwrite` - Overwrite existing countdown with same name\n\n**Managing saved countdowns:**\n\n```bash\n# List all saved countdowns\ncalendarN countdown all\n\n# Show a specific countdown\ncalendarN countdown show -n \"New Year\"\n\n# Delete a countdown\ncalendarN countdown delete -n \"New Year\"\n```\n\n### Version\n\nCheck the installed version:\n\n```bash\ncalendarN version\n```\n\n## Examples\n\n### View Today's Date\n\n```bash\n$ calendarN today -m\nबुधवार, २५ पुष, २०८१ | Wednesday, 25 December, 2024\n```\n\n### Convert a Date\n\n```bash\n$ calendarN convert etn 2024-12-25\nEng: 2024-12-25 =\u003e 2081-09-10 || २०८१-०९-१०\n```\n\n### Create a Birthday Countdown\n\n```bash\n$ calendarN countdown -n \"Birthday\" 2025-08-15 -s -r 10\nCountdown for: Birthday\n45 days 12 hours 30 minutes 15 seconds\n```\n\n## Supported Date Range\n\n- **Nepali (BS):** 2000 BS to 2090 BS\n- **English:** 1944 AD onwards (corresponding to the BS range)\n\n## Requirements\n\n- Go 1.21+ (for building from source)\n- macOS, Linux, or Windows (x86_64 or ARM64)\n\n## Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/samit22/calendarN.git\ncd calendarN\n\n# Run tests\nmake test\n\n# Build\nmake build\n\n# Cross-compile for all platforms\nmake release-all\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Make sure your code has adequate test coverage (80%+)\n4. Commit your changes (`git commit -m 'Add amazing feature'`)\n5. Push to the branch (`git push origin feature/amazing-feature`)\n6. Open a Pull Request\n\nFor bugs or feature requests, please [create an issue](https://github.com/samit22/calendarN/issues).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Author\n\n**Samit Ghimire** - [info@samitghimire.com.np](mailto:info@samitghimire.com.np)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamit22%2Fcalendarn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamit22%2Fcalendarn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamit22%2Fcalendarn/lists"}