Get the current StarDIT time and date
dit | ||
libdit | ||
libstardit | ||
stardit | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CNPL-NAv7.md | ||
PKGBUILD | ||
README.md | ||
rustfmt.toml |
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
4.42.88
12022, décade 23, tridi
Installation
Using Cargo
cargo build --release
dit
and stardit
will be in target/release/
Using Arch Linux
makepkg
sudo pacman -U dit-rs-<version>-1-<arch>.pkg.tar.zst
dit
and stardit
will be in /usr/bin/
Contribution
Feel free to make pull requests or open issues.