tabiew: Rename shim to tw#7694
Merged
z-Fng merged 4 commits intoScoopInstaller:masterfrom Feb 27, 2026
Merged
Conversation
As shown in the project page, the alias 'tw' has been added to the manifest
Contributor
|
Your changes did not pass all checks. Please address the issues in the manifest and comment starting with tabiew
|
linting fix
Member
Here is the testing guide: # Replace <manifest-name> and <manifest-path> with actual values
# Optional: Enable debug mode and set GitHub token (to access GitHub API for releases only)
scoop config debug true
scoop config gh_token <your-github-token> # Read access only
# Force version detection and autoupdate (run from bucket root)
.\bin\checkver.ps1 -App <manifest-name> -f
# Auto-format (Lint) the JSON manifest (run from bucket root)
.\bin\formatjson.ps1 -App <manifest-name>
# Test installation for each architecture (if supported)
scoop install <manifest-path> -a 64bit
scoop install <manifest-path> -a 32bit
scoop install <manifest-path> -a arm64
# Test uninstallation
scoop uninstall <manifest-name>For example: .\bin\checkver.ps1 -App vscode -f
.\bin\formatjson.ps1 -App vscode
scoop install "D:\My-Bucket\bucket\vscode.json" -a 64bit
scoop uninstall vscode
scoop install "D:\My-Bucket\bucket\vscode.json" -a arm64
scoop uninstall vscode |
tw
Member
|
/verify |
Contributor
|
All changes look good. Wait for review from human collaborators. tabiew
|
z-Fng
approved these changes
Feb 27, 2026
Member
z-Fng
left a comment
There was a problem hiding this comment.
Thanks for your contribution!
As documented in the project page, you run the program with command tw. So the alias 'tw' has been added to the manifest.
My mistake. I removed the alias when merging #7571 as I didn't notice the documentation also refers to it as tw. 😅
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As documented in the project page, you run the program with command
tw. So the alias 'tw' has been added to the manifest.<manifest-name[@version]|chore>: <general summary of the pull request>