dit-rs/README.md

43 lines
636 B
Markdown
Raw Normal View History

2022-08-22 01:24:26 +02:00
# dit-rs
This is a [DIT and StarDIT](https://djeekay.net/dit/) implementation in Rust.
Day names are inspired by the French republican calendar.
I'm using it with the "Command Output" KDE Plasma extension.
## Example
```
2024-03-15 00:16:10 +01:00
$ dit
2022-08-22 01:24:26 +02:00
4.42.88
12022, décade 23, tridi
```
## Installation
### Using Cargo
2024-03-15 00:16:10 +01:00
```shell
cargo build --release
2022-08-22 01:24:26 +02:00
```
2024-03-15 00:16:10 +01:00
`dit` and `stardit` will be in `target/release/`
2022-08-22 01:24:26 +02:00
### Using Arch Linux
2024-03-15 00:16:10 +01:00
```shell
makepkg
sudo pacman -U dit-rs-<version>-1-<arch>.pkg.tar.zst
2022-08-22 01:24:26 +02:00
```
2024-03-15 00:16:10 +01:00
`dit` and `stardit` will be in `/usr/bin/`
2022-08-22 01:24:26 +02:00
## Contribution
Feel free to make pull requests or open issues.
## License
2023-02-21 15:33:12 +01:00
[CNPL-NAv7](CNPL-NAv7.md)+