diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-18 13:03:40 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-18 13:03:40 -0500 |
commit | 256397061fe5ae5649b4569c45bb53c8e45e0cbe (patch) | |
tree | 652e7b5833ea32d13b0ae1ea9cc32ba421fed827 /stitch.opam | |
parent | 12ba5ed258b3a1ff30c3ece030e8eeed0dc417e9 (diff) | |
download | stitch-256397061fe5ae5649b4569c45bb53c8e45e0cbe.tar.gz stitch-256397061fe5ae5649b4569c45bb53c8e45e0cbe.tar.bz2 stitch-256397061fe5ae5649b4569c45bb53c8e45e0cbe.zip |
Add support for arbitrary command in the note view
Diffstat (limited to '')
-rw-r--r-- | stitch.opam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stitch.opam b/stitch.opam index 46bd710..adfb301 100644 --- a/stitch.opam +++ b/stitch.opam @@ -1,7 +1,7 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "efe45fe-dirty" -synopsis: "A Note Composer" +synopsis: "Note Composer" description: "A minimal CLI tool that allows you to compose notes together. Useful as part of a bigger system for building a PKM." maintainer: ["Marc Coquand"] |