<feed xmlns='http://www.w3.org/2005/Atom'>
<title>CommandLine.git/src, branch dev</title>
<subtitle>CLI For JVCS!
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/'/>
<entry>
<title>Replace hardcoded compile info with placeholders</title>
<updated>2026-05-04T06:53:55+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-05-04T06:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=027987c8bc497f93e7f1e3bc4b880f53b229fd04'/>
<id>027987c8bc497f93e7f1e3bc4b880f53b229fd04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update contributing docs and command development guide</title>
<updated>2026-04-05T15:38:02+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-05T15:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=072175e5b1754ce8a62925aeff4676cbf4693377'/>
<id>072175e5b1754ce8a62925aeff4676cbf4693377</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary to_string calls in debug traces</title>
<updated>2026-03-26T08:24:37+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-26T08:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=96e19f1b28e9ad3a58864b41a9d6e25ed255dac6'/>
<id>96e19f1b28e9ad3a58864b41a9d6e25ed255dac6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add workspace here command and alias documentation</title>
<updated>2026-03-26T08:24:04+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-26T08:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=c0e321067a1a19754041ac7996267adfea881037'/>
<id>c0e321067a1a19754041ac7996267adfea881037</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add [GLOBAL] prefix to global flag descriptions in English and Chinese</title>
<updated>2026-03-26T08:07:14+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-26T08:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=ba08a376182c839479e6e81cc60c5a0d24865f7f'/>
<id>ba08a376182c839479e6e81cc60c5a0d24865f7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add shell completion system with descriptions and i18n support</title>
<updated>2026-03-26T07:55:10+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-26T07:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=fb2ffa849a2cf9251cc274ebea5daa9898579787'/>
<id>fb2ffa849a2cf9251cc274ebea5daa9898579787</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add shell flag to completion scripts and rename output files</title>
<updated>2026-03-25T13:52:52+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-25T13:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=4cb7c2e91d7dbde32de31e6ab48683d60212ec1d'/>
<id>4cb7c2e91d7dbde32de31e6ab48683d60212ec1d</id>
<content type='text'>
- Add -F flag to all completion scripts to specify shell type
- Rename completion output files to generic names (comp.sh, comp.zsh,
  etc.)
- Add help text for jvn_comp program
- Combine specific and default completion results
- Add completion handlers for sheetdump, sheetedit, and version commands
- Remove word count limits from workspace_alias and workspace_sheet
  completions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add -F flag to all completion scripts to specify shell type
- Rename completion output files to generic names (comp.sh, comp.zsh,
  etc.)
- Add help text for jvn_comp program
- Combine specific and default completion results
- Add completion handlers for sheetdump, sheetedit, and version commands
- Remove word count limits from workspace_alias and workspace_sheet
  completions
</pre>
</div>
</content>
</entry>
<entry>
<title>Split Unix completion script entry into separate bash/zsh/fish versions</title>
<updated>2026-03-25T05:22:16+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-25T05:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=fece037f453006c83c45825e3649495180eb30c9'/>
<id>fece037f453006c83c45825e3649495180eb30c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies and fix helpdoc viewer key handling</title>
<updated>2026-03-23T01:56:10+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-23T01:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=8f69598f6abfb2b3db076a15fed85c9c186ccbde'/>
<id>8f69598f6abfb2b3db076a15fed85c9c186ccbde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle missing file by returning empty sheet data</title>
<updated>2026-03-22T13:23:35+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-22T13:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=8c1deed6b8cd87a2de04bf92c5cd997c3ccd322b'/>
<id>8c1deed6b8cd87a2de04bf92c5cd997c3ccd322b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
