denote

Crates.iodenote
lib.rsdenote
version1.0.1
sourcesrc
created_at2022-07-08 20:18:25.832165
updated_at2022-07-09 20:09:55.436942
descriptionImplementation of denote in Rust
homepage
repositoryhttps://git.sr.ht/~your-tools/denote
max_upload_size
id622086
size73,236
Dimitri Merejkowsky (dmerejkowsky)

documentation

README

denote in Rust

What's denote?

It's a cool project from Protesilaos Stavrou

More details here:

https://protesilaos.com/emacs/denote

Why a rewrite in Rust

Because I can!

Also Rust may be a better language to built tools on top of it than Lisp

For instance, it should be easy to provide Python or Javascript implementations of denotes based on this repo.

Command line usage

See:

cargo run -- --help

Python bindings

To use the python bindings, make sure you can build the Rust code, then install poetry and run:

poetry install
poetry run maturin develop

Kakoune integration

Work in progress

Commit count: 0

cargo fmt