Get the current StarDIT time and date
Go to file
Miraty 5b43a68386 First commit 2022-08-22 01:24:26 +02:00
src First commit 2022-08-22 01:24:26 +02:00
.gitignore First commit 2022-08-22 01:24:26 +02:00
Cargo.lock First commit 2022-08-22 01:24:26 +02:00
Cargo.toml First commit 2022-08-22 01:24:26 +02:00
PKGBUILD First commit 2022-08-22 01:24:26 +02:00
README.md First commit 2022-08-22 01:24:26 +02:00
UNLICENSE First commit 2022-08-22 01:24:26 +02:00

README.md

dit-rs

This is a DIT and StarDIT implementation in Rust.

Day names are inspired by the French republican calendar.

I'm using it with the "Command Output" KDE Plasma extension.

Example

$ dit-rs
4.42.88
12022, décade 23, tridi

Installation

Using Cargo

$ cargo build --release

dit-rs will be in target/release/

Using Arch Linux

$ makepkg
$ sudo pacman -U dit-rs-<version>-1-<arch>.pkg.tar.zst

dit-rs will be in /usr/bin/

Contribution

Feel free to make pull requests or open issues.

License

See UNLICENSE.