diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-17 17:17:46 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-17 17:17:46 -0500 |
commit | d5d547126c5fe2d0235b63e4ed964c4285bb2bfb (patch) | |
tree | ca78381aef7b22e6da4e855a3ca3c95b4f84f7dc /README | |
parent | 7be96e053b53c8da2fab7cacb9206c4bfe358367 (diff) | |
download | stitch-d5d547126c5fe2d0235b63e4ed964c4285bb2bfb.tar.gz stitch-d5d547126c5fe2d0235b63e4ed964c4285bb2bfb.tar.bz2 stitch-d5d547126c5fe2d0235b63e4ed964c4285bb2bfb.zip |
README
Diffstat (limited to '')
-rw-r--r-- | README | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -47,14 +47,15 @@ _________________ 1.1 FEATURES ~~~~~~~~~~~~ - - Work with any file format, markdown, ruby markup, org etc. - - Work in any editor: vim, vi, ed, kakoune - Write your thoughs first, and organize later and read in multiple different ways + - Work with any file format, markdown, ruby markup, org etc. + - Work in any editor: vim, kakoune... or even ed! - Available as a single static binary - No need for any DB, just files - Unix-y & fast + 1.2 CREDIT ~~~~~~~~~~ @@ -75,12 +76,12 @@ _________________ https://git.mccd.space/pub/stitch/refs/ Obs, the download link next to the tag is for the snapshot, you will have - to enter the link of the tag to find the download to the binary. + to open the link of the tag to find the download to the binary. Download the binary, chmod +x the binary and put in PATH. At minimum, you will need to set the environment variable - STITCH_DIRECTORY for it to work + STITCH_DIRECTORY for it to work. 1.5 DEVELOPMENT |