Skip to content

Commit 8536b9c

Browse files
authored
New version: CelikE.soko version 0.19.0 (microsoft#384025)
1 parent b85301f commit 8536b9c

3 files changed

Lines changed: 49 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: CelikE.soko
5+
PackageVersion: 0.19.0
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: soko.exe
10+
PortableCommandAlias: soko
11+
ReleaseDate: 2026-06-05
12+
Installers:
13+
- Architecture: x64
14+
InstallerUrl: https://github.com/CelikE/soko/releases/download/v0.19.0/soko_0.19.0_windows_amd64.zip
15+
InstallerSha256: F6C0594E37947D87C7293AC57B0A2882EFCBF6B56D5C52E609591CC7DA16A0B1
16+
ManifestType: installer
17+
ManifestVersion: 1.12.0
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: CelikE.soko
5+
PackageVersion: 0.19.0
6+
PackageLocale: en-US
7+
Publisher: Emil Celik
8+
PublisherUrl: https://github.com/CelikE
9+
PublisherSupportUrl: https://github.com/CelikE/soko/issues
10+
PackageName: soko
11+
PackageUrl: https://github.com/CelikE/soko
12+
License: MIT
13+
LicenseUrl: https://github.com/CelikE/soko/blob/HEAD/LICENSE
14+
ShortDescription: A fast CLI to manage multiple git repositories at once
15+
ReleaseNotes: |-
16+
0.19.0
17+
Features
18+
- Accept an optional filter argument on soko go to pre-narrow the picker by name
19+
- Automatic repo discovery with soko discover — opt in with soko discover on and repos register themselves the first time you cd into them, no soko scan needed. Driven by the shell hook (fires on directory change); scope it with --root, apply --tags, and skip paths with --ignore. Skips submodules, the home directory, node_modules/vendor, and non-interactive shells. soko doc reports discovery status
20+
- Prune deleted repos with soko prune — remove registry entries whose directories no longer exist on disk (cascading to their linked worktrees), with --dry-run/--force/--json and --tag filtering. status and list now warn when registered repos have gone missing
21+
- Workspace stats with soko stats — aggregate repo counts, sizes, and commit totals alongside health signals (dirty, behind, stale branches, no remote) and 30-day activity
22+
ReleaseNotesUrl: https://github.com/CelikE/soko/releases/tag/v0.19.0
23+
ManifestType: defaultLocale
24+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: CelikE.soko
5+
PackageVersion: 0.19.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)