Skip to content

Commit d6eb2d3

Browse files
author
R. S. Doiel
committedFeb 3, 2025·
prep for v0.0.14, The editor option now uses the editor named in the EDITOR environment variable.
1 parent 06973c7 commit d6eb2d3

12 files changed

+12
-12
lines changed
 

‎about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</nav>
2020
<section>
2121
<h1 id="about-this-software">About this software</h1>
22-
<h2 id="cmtools-0.0.13">CMTools 0.0.13</h2>
22+
<h2 id="cmtools-0.0.14">CMTools 0.0.14</h2>
2323
<h3 id="authors">Authors</h3>
2424
<ul>
2525
<li>R. S. Doiel https://orcid.org/0000-0003-0900-6903</li>

‎cme.1.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ <h1 id="option">OPTION</h1>
6262
</dd>
6363
<dt>-e, –editor</dt>
6464
<dd>
65-
use Micro Editor to edit attributes. Micro Editor is a cross platform
66-
text editor available from <a href="https://micro-editor.github.io/"
67-
class="uri">https://micro-editor.github.io/</a>.
65+
use the editor named in the EDITOR environment variable. If variable is
66+
unset then use the default text editor. On Windows that is notepad.exe.
67+
On Linux and macOS it is nano.
6868
</dd>
6969
</dl>
7070
<h1 id="examples">EXAMPLES</h1>
@@ -77,7 +77,7 @@ <h1 id="examples">EXAMPLES</h1>
7777
<p>Set the version number to “0.0.1” and release notes to “Initial
7878
Concept” without being prompted.</p>
7979
<pre class="shell"><code>cme codemeta.json version=0.0.1 release=&#39;Initial Concept&#39;</code></pre>
80-
<p>If Micro Editor is installed you can edit the decription in micro
80+
<p>If Micro Editor is installed you can edit the description in micro
8181
using the “-e” option.</p>
8282
<pre class="shell"><code>cme codemeta.json description -e</code></pre>
8383
</section>

‎cme.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%cme(1) user manual | version 0.0.14 c63e0ce
1+
%cme(1) user manual | version 0.0.14 06973c7
22
% R. S. Doiel
33
% 2025-01-29
44

‎cmt.1.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ <h1 id="description">DESCRIPTION</h1>
3131
following.</p>
3232
<ul>
3333
<li>README.md</li>
34-
<li>INSTALL.md</li>
3534
<li>CITATION.cff</li>
3635
<li>about.md</li>
3736
<li>version.py, version.go, version.js or version.ts</li>
38-
<li>installer.sh</li>
39-
<li>installer.ps1</li>
37+
<li>INSTALL.md (requires Git repository)</li>
38+
<li>installer.sh (requires Git repository)</li>
39+
<li>installer.ps1 (requires Git repository)</li>
4040
</ul>
4141
<h1 id="options">OPTIONS</h1>
4242
<p>Options come as the last parameter(s) on the command line.</p>

‎cmt.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%cmt(1) user manual | version 0.0.14 c63e0ce
1+
%cmt(1) user manual | version 0.0.14 06973c7
22
% R. S. Doiel
33
% 2025-01-29
44

1.07 KB
Binary file not shown.
1.23 KB
Binary file not shown.
982 Bytes
Binary file not shown.

‎pagefind/index/en-US_ff14f05.pf_index

15.6 KB
Binary file not shown.

‎pagefind/pagefind-entry.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.3.0","languages":{"en-US":{"hash":"en-US_353ff0b6e07f5","wasm":"en-US","page_count":11}}}
1+
{"version":"1.3.0","languages":{"en-US":{"hash":"en-US_d95ca7ee75694","wasm":"en-US","page_count":11}}}
187 Bytes
Binary file not shown.

‎version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export const version = '0.0.14',
44
releaseDate = '2025-01-29',
5-
releaseHash = 'c63e0ce',
5+
releaseHash = '06973c7',
66
licenseText = `
77
88
Copyright (c) 2025, Caltech

0 commit comments

Comments
 (0)
Please sign in to comment.