Jot is a tool to quickly publish casual notes or other writings.
https://jot.run
| .forgejo/workflows | ||
| jot | ||
| jot-client | ||
| jot-server | ||
| ops/aur/jot-server | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
Jot
Jot is a tool to quickly publish authenticated notes or other writings.
Development
Test
Tests are in-file Rust unit tests and can be run with cargo test.
Release
Create a release PR branch, then use cargo-release to bump versions and tag. For instance, for a simple patch release:
git branch chore/release-1.2.3 main
git checkout chore/release-1.2.3
cargo release patch
When the PR is merged, a Forgejo release will automatically be geenrated, including the built binaries.