Jot is a tool to quickly publish casual notes or other writings. https://jot.run
Find a file
2025-12-03 18:57:39 +00:00
.forgejo/workflows fix(devops): set url for release job 2025-11-22 05:30:03 +00:00
jot chore: Release 2025-12-03 07:27:45 +00:00
jot-client chore: Release 2025-12-03 07:27:45 +00:00
jot-server fix(server): modal title 2025-12-03 18:57:39 +00:00
ops/aur/jot-server chore: update server PKGBUILD to 0.3.8 2025-12-03 08:03:37 +00:00
.gitignore feat(devops): adds build workflow (#20) 2025-10-08 04:16:32 +00:00
Cargo.lock chore: Release 2025-12-03 07:27:45 +00:00
Cargo.toml chore: release v0.1.3 (#28) 2025-10-08 08:14:02 +00:00
LICENSE feat(server): updates for prod (#54) 2025-10-31 21:36:41 +00:00
README.md docs: *authenticated* 2025-11-22 06:49:48 +00:00

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.