zeroten-denote-cli

Crates.iozeroten-denote-cli
lib.rszeroten-denote-cli
version0.1.3
created_at2024-09-13 13:09:33.828901+00
updated_at2025-07-20 18:36:47.127743+00
descriptionUse denote name shcheme outside of Emacs
homepage
repositoryhttps://github.com/5121f/denote-rs
max_upload_size
id1373636
size34,608
Artyom Kalin (5121f)

documentation

README

StandWithUkraine

denote-rs

Use denote name shcheme outside of Emacs. You can watch this video to find out about Denote name scheme and originally plugin to Emacs.

Installation

Cargo

You need rust toolchain for install denote-rs from Crates.io.

cargo install zeroten-denote-cli
denote --version

Pre-built binaries

See the release section for manual installation of a binary.

Building

denote-rs written in Rust so you need Rust toolchain 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.

Commit count: 363

cargo fmt