| Crates.io | denote |
| lib.rs | denote |
| version | 1.0.1 |
| created_at | 2022-07-08 20:18:25.832165+00 |
| updated_at | 2022-07-09 20:09:55.436942+00 |
| description | Implementation of denote in Rust |
| homepage | |
| repository | https://git.sr.ht/~your-tools/denote |
| max_upload_size | |
| id | 622086 |
| size | 73,236 |
It's a cool project from Protesilaos Stavrou
More details here:
https://protesilaos.com/emacs/denote
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.
See:
cargo run -- --help
To use the python bindings, make sure you can build the Rust code, then install poetry and run:
poetry install
poetry run maturin develop
Work in progress