[![StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md) # denote-rs Use [denote](https://github.com/protesilaos/denote) name shcheme outside of Emacs. You can watch [this](https://youtu.be/mLzFJcLpDFI) video to find out about Denote name scheme and originally plugin to Emacs. ## Install with Cargo You need [rust toolchain](https://www.rust-lang.org/tools/install) for install denote-rs from Crates.io. ``` cargo install zeroten-denote-cli denote --version ``` ## Building denote-rs written in Rust so you need [Rust toolchain](https://www.rust-lang.org/tools/install) for build it. To build denote-rs: ``` $ git clone https://github.com/5121f/denote-rs.git $ cd denote-rs $ cargo build --release $ target/release/denote --version ``` ## TODO - Changing front matter ## About me I'm a amateur programmer and English is not my native language so I will be glad to get any corrections and feedback from you.