Jot is a tool to quickly publish casual notes or other writings.
  • Rust 97.7%
  • CSS 1%
  • Jinja 0.7%
  • Shell 0.6%
Find a file
2026-07-12 23:31:53 +00:00
.forgejo/workflows chore: update checkout action and fix install 2026-07-12 22:56:23 +00:00
jot chore: Release 2026-07-12 22:58:23 +00:00
jot-client chore: Release 2026-07-12 22:58:23 +00:00
jot-server chore: Release 2026-07-12 22:58:23 +00:00
ops chore(devops): update server PKGBUILD to 1.1.4 2026-07-12 23:31:53 +00:00
.gitignore chore: ignoring schema.db for now 2026-07-02 01:51:40 +00:00
Cargo.lock chore: Release 2026-07-12 22:58:23 +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.