Ethiopian Calendar (ባሕረ-ሐሳብ) library and CLI tool for date conversion and religious festival dates. ⭐ 22 Stars

Features

  • Convert between Ethiopian and Gregorian calendars
  • Ethiopian religious festival dates (Bahire Hasab)
  • Both CLI tool and Go library
  • Published on pkg.go.dev

Technical Stack

Go CLI Calendar

Usage

# Install
go install github.com/yinebebt/ethiocal@latest

# Get religious dates
ethiocal bahir 2017

# Convert dates
ethiocal convert gtoe 2025-02-02
ethiocal convert etog 2017-05-25

GitHubDocumentation