77 + how? (concepts, and inner workings);
88 + why? (history, and reasons);
99 + contributions; licensing; SBOM;
10+ + chat on Discord, discuss on GitHub, or email author
1011
1112-------------------------------------------------------------------------------
1213
@@ -71,9 +72,12 @@ contributions and licensing sections.
7172
7273Status
7374
74- WIP (work in progress)
75+ Currently, z-scratchpad is still in a pre-release state, perhaps somewhere
76+ between a beta and a release-candidate.
7577
76- At the moment z-scratchpad is still under heavy development.
78+ There is no promise of backward or forward compatibility, there is little
79+ documentation (besides the examples), there is no testing harness, and there is
80+ no roadmap.
7781
7882That being said, I'm using it for all my note taking, from personal notes, to
7983for-work project specific documents.
@@ -218,12 +222,12 @@ Releases
218222The self-contained executable is available from the z-scratchpad GitHub
219223repository releases:
220224
221- * v0.0 .1 -- the first preliminary preview release:
222- + v0.0 .1 for Linux -- tested on OpenSUSE, and used by me in my everyday
225+ * v0.1 .1 -- the first preliminary preview release:
226+ + v0.1 .1 for Linux -- tested on OpenSUSE, and used by me in my everyday
223227 work;
224- + v0.0 .1 for OSX -- untested;
225- + v0.0 .1 for FreeBSD -- untested;
226- + v0.0 .1 for OpenBSD -- untested;
228+ + v0.1 .1 for OSX -- untested;
229+ + v0.1 .1 for FreeBSD -- untested;
230+ + v0.1 .1 for OpenBSD -- untested;
227231
228232Also, each of these files are signed with my PGP key 5A974037A6FD8839, thus do
229233check the signature.
@@ -245,10 +249,10 @@ gpg: imported: 1
245249 (for OSX), freebsd or openbsd):
246250
247251curl -s -L -S -f -o ./z-scratchpad \
248- https://github.com/volution/z-scratchpad/releases/download/v0.0 .1/z-scratchpad--linux--v0.0 .1
252+ https://github.com/volution/z-scratchpad/releases/download/v0.1 .1/z-scratchpad--linux--v0.1 .1
249253
250254curl -s -L -S -f -o ./z-scratchpad.asc \
251- https://github.com/volution/z-scratchpad/releases/download/v0.0 .1/z-scratchpad--linux--v0.0 .1.asc
255+ https://github.com/volution/z-scratchpad/releases/download/v0.1 .1/z-scratchpad--linux--v0.1 .1.asc
252256
253257 * verify the executable:
254258
@@ -277,15 +281,17 @@ sudo cp ./z-scratchpad /usr/local/bin/z-scratchpad
277281
278282z-scratchpad --version
279283
280- * version : 0.0.1
281- * executable : z-scratchpad
282- * build target : release, linux-amd64, go1.16.7, gc
283- * build number : 2025, 2021-08-13-11-56-08
284+ * tool : z-scratchpad
285+ * version : 0.1.1
286+ * executable : /usr/local/bin/z-scratchpad
287+ * build target : release, linux-amd64, go1.18.3, gc
288+ * build number : 4543, 2022-07-26-21-00-31
284289* code & issues : https://github.com/volution/z-scratchpad
285- * sources git : 1abeee1c76fc4a40e1465e4810be0258992d1815
286- * sources hash : 51382d0da05c3e129fc73eac59754fad
290+ * sources git : 8ac0303de9f139a550bc7634cc59b7575dfcf2b0
291+ * sources hash : 958636a84ba8b31f7cebdd2e8d368973
287292* uname node : some-workstation
288- * uname system : Linux, 5.some-version, x86_64
293+ * uname system : Linux, 5.18.4-1-default, x86_64
294+ * uname hash : 636fe534b72441e2ccb478f9bd56d653
289295
290296Build from source
291297
@@ -312,15 +318,17 @@ sudo cp ./z-scratchpad /usr/local/bin/z-scratchpad
312318
313319z-scratchpad --version
314320
315- * version : 0.0.1
316- * executable : z-scratchpad
317- * build target : release, linux-amd64, go1.16.7, gc
318- * build number : 2025, 2021-08-13-11-56-08
321+ * tool : z-scratchpad
322+ * version : 0.1.1
323+ * executable : /usr/local/bin/z-scratchpad
324+ * build target : release, linux-amd64, go1.18.3, gc
325+ * build number : 4543, 2022-07-26-21-00-31
319326* code & issues : https://github.com/volution/z-scratchpad
320- * sources git : 1abeee1c76fc4a40e1465e4810be0258992d1815
321- * sources hash : 51382d0da05c3e129fc73eac59754fad
327+ * sources git : 8ac0303de9f139a550bc7634cc59b7575dfcf2b0
328+ * sources hash : 958636a84ba8b31f7cebdd2e8d368973
322329* uname node : some-workstation
323- * uname system : Linux, 5.some-version, x86_64
330+ * uname system : Linux, 5.18.4-1-default, x86_64
331+ * uname hash : 636fe534b72441e2ccb478f9bd56d653
324332
325333-------------------------------------------------------------------------------
326334
0 commit comments