Get the current StarDIT time and date
Go to file
Miraty 0dece1bfcd add /pkg to .gitignore 2024-03-15 12:28:41 +01:00
dit forbid unsafe code 2024-03-15 12:06:26 +01:00
libdit forbid unsafe code 2024-03-15 12:06:26 +01:00
libstardit forbid unsafe code 2024-03-15 12:06:26 +01:00
stardit forbid unsafe code 2024-03-15 12:06:26 +01:00
.gitignore add /pkg to .gitignore 2024-03-15 12:28:41 +01:00
CNPL-NAv7.md Second commit 2023-02-21 15:33:12 +01:00
Cargo.lock add root Cargo.toml 2024-03-15 10:27:37 +01:00
Cargo.toml optimize release binary sizes 2024-03-15 12:28:26 +01:00
PKGBUILD PKGBUILD: more precise environment 2024-03-15 10:26:47 +01:00
README.md update readme 2024-03-15 00:16:10 +01:00
rustfmt.toml Use cargo fmt 2023-02-21 15:48:27 +01: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
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.

License

CNPL-NAv7+