Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frectonz/mek-ut-er-ya
A simple program for handling Ethiopian calendar dates.
https://github.com/frectonz/mek-ut-er-ya
calendar ethiopic rust
Last synced: 4 days ago
JSON representation
A simple program for handling Ethiopian calendar dates.
- Host: GitHub
- URL: https://github.com/frectonz/mek-ut-er-ya
- Owner: frectonz
- License: mit
- Created: 2022-11-20T21:25:16.000Z (almost 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-08-29T12:40:58.000Z (3 months ago)
- Last Synced: 2024-10-31T12:17:02.490Z (18 days ago)
- Topics: calendar, ethiopic, rust
- Language: Rust
- Homepage:
- Size: 74.2 KB
- Stars: 25
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mek’ut’erīya
A simple program for handling Ethiopian calendar dates.
## Run it with Nix
```bash
nix run nixpkgs#mekuteriya
````## Installation
```sh
cargo install --git https://github.com/frectonz/mek-ut-er-ya
```If you don't have Rust installed, you can use the pre-built binaries from the [releases](https://github.com/frectonz/mek-ut-er-ya/releases) page.
Download the binary for your platform.
- If you are on windows download the file that ends with `x86_64-pc-windows-gnu.zip`
- If you are on linux download one of the files ends with `x86_64-unknown-linux-musl.tar.gz`If you are on linux, you can use the following command to extract the binary from the archive:
```sh
tar xvf
```## Demo
[![asciicast](https://asciinema.org/a/539058.svg)](https://asciinema.org/a/539058)
## Source
- [Formula for converting Ethiopian date from and to Julian day number](https://www.geez.org/Calendars/)
- [Formula for converting Gregorian date from and to Julian day number](https://quasar.as.utexas.edu/BillInfo/JulianDatesG.html)
- [Test Data](https://www.geez.org/Calendars/EthiopicCalendarTest.java)