@@ -64,63 +64,63 @@ release:
6464
6565 Released by [GoReleaser](https://github.com/goreleaser/goreleaser).
6666
67- # scoops:
68- # - # Name of the scoop manifest
69- # name: zed-cli-win-unofficial
70-
71- # # URL template for downloading the archive
72- # # This uses the default GitHub releases URL
73- # url_template: "https://github.com/SameerJS6/zed-cli-win-unofficial/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
74-
75- # # Git author used to commit to the repository
76- # commit_author:
77- # name: SameerJS6
78- 79-
80- # # Commit message template
81- # commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}"
82-
83- # # App homepage
84- # homepage: "https://github.com/SameerJS6/zed-cli-win-unofficial"
85-
86- # # App description - the usual guideline is to wrap at 80 chars
87- # description: |
88- # An unofficial Windows CLI launcher for Zed editor that provides:
89-
90- # * Configurable zed.exe path detection
91- # * Path launching with 'zed .' to open directories
92- # * Running 'zed' without arguments opens the last project
93- # * Integration with Windows context menu (Open with Zed)
94- # * Environment variable parsing for installation paths
95-
96- # This tool is not affiliated with or endorsed by the Zed team.
97-
98- # # License
99- # license: MIT
100-
101- # # Commands to execute after installation
102- # post_install:
103- # [
104- # "Write-Host 'Zed CLI installed successfully!'",
105- # "Write-Host 'Usage: zed [path] - opens Zed editor'",
106- # "Write-Host 'Example: zed . - opens current directory in Zed'",
107- # ]
108-
109- # # Dependencies (if any)
110- # # depends: ["git"]
111-
112- # # GOAMD64 version to use if there are multiple amd64 versions
113- # goamd64: v1
114-
115- # # Repository configuration - USING THE SAME REPO
116- # repository:
117- # owner: SameerJS6
118- # name: zed-cli-win-unofficial # ← Same as your main repo!
119- # branch: main
120- # token: "{{ .Env.GITHUB_TOKEN }}"
121-
122- # # Skip upload during testing/development
123- # skip_upload: true
67+ scoops :
68+ - # Name of the scoop manifest
69+ name : zed-cli-win-unofficial
70+
71+ # URL template for downloading the archive
72+ # This uses the default GitHub releases URL
73+ url_template : " https://github.com/SameerJS6/zed-cli-win-unofficial/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
74+
75+ # Git author used to commit to the repository
76+ commit_author :
77+ name : SameerJS6
78+ 79+
80+ # Commit message template
81+ commit_msg_template : " Scoop update for {{ .ProjectName }} version {{ .Tag }}"
82+
83+ # App homepage
84+ homepage : " https://github.com/SameerJS6/zed-cli-win-unofficial"
85+
86+ # App description - the usual guideline is to wrap at 80 chars
87+ description : |
88+ An unofficial Windows CLI launcher for Zed editor that provides:
89+
90+ * Configurable zed.exe path detection
91+ * Path launching with 'zed .' to open directories
92+ * Running 'zed' without arguments opens the last project
93+ * Integration with Windows context menu (Open with Zed)
94+ * Environment variable parsing for installation paths
95+
96+ This tool is not affiliated with or endorsed by the Zed team.
97+
98+ # License
99+ license : MIT
100+
101+ # Commands to execute after installation
102+ post_install :
103+ [
104+ " Write-Host 'Zed CLI installed successfully!'" ,
105+ " Write-Host 'Usage: zed [path] - opens Zed editor'" ,
106+ " Write-Host 'Example: zed . - opens current directory in Zed'" ,
107+ ]
108+
109+ # Dependencies (if any)
110+ # depends: ["git"]
111+
112+ # GOAMD64 version to use if there are multiple amd64 versions
113+ goamd64 : v1
114+
115+ # Repository configuration - USING THE SAME REPO
116+ repository :
117+ owner : SameerJS6
118+ name : zed-cli-win-unofficial # ← Same as your main repo!
119+ branch : main
120+ token : " {{ .Env.GITHUB_TOKEN }}"
121+
122+ # Skip upload during testing/development
123+ skip_upload : true
124124
125125chocolateys :
126126 - name : zed-cli-win-unofficial
0 commit comments