your-tools / denote

Mirror of https://git.sr.ht/~your-tools/denote/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mirror of https://git.sr.ht/~your-tools/denote/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 78.9%Language:Python 19.8%Language:Shell 1.3%