https://github.com/your-tools/denote
Mirror of https://git.sr.ht/~your-tools/denote/
https://github.com/your-tools/denote
Last synced: 8 months ago
JSON representation
Mirror of https://git.sr.ht/~your-tools/denote/
- Host: GitHub
- URL: https://github.com/your-tools/denote
- Owner: your-tools
- License: bsd-3-clause
- Created: 2022-07-09T19:30:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T16:00:26.000Z (almost 4 years ago)
- Last Synced: 2025-03-10T19:38:25.838Z (over 1 year ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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:
```bash
cargo run -- --help
```
## Python bindings
To use the python bindings, make sure you can build the Rust code, then install
poetry and run:
```basd
poetry install
poetry run maturin develop
```
## Kakoune integration
Work in progress