<feed xmlns='http://www.w3.org/2005/Atom'>
<title>CommandLine.git/src/bin, branch Desktop_0.1.0_Base</title>
<subtitle>CLI For JVCS!
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/'/>
<entry>
<title>Add editor mode for share command with --work flag</title>
<updated>2026-01-09T22:10:59+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-09T22:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=412f9a2caa9248d97ade098b7bb160f84b1ebce9'/>
<id>412f9a2caa9248d97ade098b7bb160f84b1ebce9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor analyzer result structs for clarity</title>
<updated>2026-01-09T16:28:43+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-09T16:28:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=c3610bfb57d318c9b21096907193a8dcb8b5be57'/>
<id>c3610bfb57d318c9b21096907193a8dcb8b5be57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add JSON output support for share list and see commands</title>
<updated>2026-01-09T15:19:55+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-09T15:19:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=2f018e89c8584bc2bbca91054d0d5e96ed57e42d'/>
<id>2f018e89c8584bc2bbca91054d0d5e96ed57e42d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply changes from core library commit cd49e78</title>
<updated>2026-01-08T10:55:28+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-08T10:55:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=8eb692d56d96570b941e7763584d57367ee9ff36'/>
<id>8eb692d56d96570b941e7763584d57367ee9ff36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove --force flag from jv init command</title>
<updated>2026-01-07T11:11:42+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-07T11:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=c13275142639af54edf5b9a0363b7bfcb6b48711'/>
<id>c13275142639af54edf5b9a0363b7bfcb6b48711</id>
<content type='text'>
The --force flag is no longer needed as the command now always checks if
the directory is empty. The corresponding help text in locale files has
also been removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The --force flag is no longer needed as the command now always checks if
the directory is empty. The corresponding help text in locale files has
also been removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add JSON output support for multiple commands</title>
<updated>2026-01-07T11:04:41+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-07T11:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=81ea89384eb4cfda14518a6ccb439d97399ad74f'/>
<id>81ea89384eb4cfda14518a6ccb439d97399ad74f</id>
<content type='text'>
- Add serde and serde_json dependencies
- Add JSON output modules for accounts, align, analyzer, here, info, and
  sheets
- Add --json and --pretty flags to sheet list, sheet align, here,
  status, info, and account list commands
- Implement JSON serialization for here command output
- Update command argument structs to include JSON output options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add serde and serde_json dependencies
- Add JSON output modules for accounts, align, analyzer, here, info, and
  sheets
- Add --json and --pretty flags to sheet list, sheet align, here,
  status, info, and account list commands
- Implement JSON serialization for here command output
- Update command argument structs to include JSON output options
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Windows path display in jv info command</title>
<updated>2026-01-07T08:57:14+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-07T08:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=6e18bb52bcf50e53c1d130a17d0143d671b64ab0'/>
<id>6e18bb52bcf50e53c1d130a17d0143d671b64ab0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move resources to resources directory</title>
<updated>2026-01-07T07:32:37+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-07T07:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=197363c9ed2b285db220988590dfc13edcbbad41'/>
<id>197363c9ed2b285db220988590dfc13edcbbad41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused imports from clap in CLI binaries</title>
<updated>2026-01-07T07:22:13+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-07T07:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=0044c072e2a55c09feb041d60251e184c8d1f2a1'/>
<id>0044c072e2a55c09feb041d60251e184c8d1f2a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add share command with subcommands and completion support</title>
<updated>2026-01-05T07:09:57+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-05T07:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=4c54c3282b5980551179da5c7f7416359ad2ded9'/>
<id>4c54c3282b5980551179da5c7f7416359ad2ded9</id>
<content type='text'>
The share command now supports `list`, `see`, and merging operations
with conflict resolution modes (--safe, --skip, --overwrite, --reject).
Updated help documentation in both English and Chinese locales, and
added Bash and PowerShell completion scripts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The share command now supports `list`, `see`, and merging operations
with conflict resolution modes (--safe, --skip, --overwrite, --reject).
Updated help documentation in both English and Chinese locales, and
added Bash and PowerShell completion scripts.
</pre>
</div>
</content>
</entry>
</feed>
