Skip to content

tabiew: Rename shim to tw#7694

Merged
z-Fng merged 4 commits intoScoopInstaller:masterfrom
desk7:add-alias-to-tabiew
Feb 27, 2026
Merged

tabiew: Rename shim to tw#7694
z-Fng merged 4 commits intoScoopInstaller:masterfrom
desk7:add-alias-to-tabiew

Conversation

@desk7
Copy link
Contributor

@desk7 desk7 commented Feb 27, 2026

As documented in the project page, you run the program with command tw. So the alias 'tw' has been added to the manifest.

  • Use conventional PR title: <manifest-name[@version]|chore>: <general summary of the pull request>
  • I have read the Contributing Guide

As shown in the project page, the alias 'tw' has been added to the manifest
@github-actions
Copy link
Contributor

Your changes did not pass all checks.

Please address the issues in the manifest and comment starting with /verify to rerun the checks.

tabiew

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

@z-Fng
Copy link
Member

z-Fng commented Feb 27, 2026

Please address the issues in the manifest and comment starting with /verify to rerun the checks.

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

@z-Fng z-Fng mentioned this pull request Feb 27, 2026
2 tasks
@z-Fng z-Fng changed the title tabiew@0.12.0: add alias 'tw' as documented in the project page tabiew: Rename shim to 'tw' to match official documentation Feb 27, 2026
@z-Fng z-Fng changed the title tabiew: Rename shim to 'tw' to match official documentation tabiew: Rename shim to tw Feb 27, 2026
@z-Fng
Copy link
Member

z-Fng commented Feb 27, 2026

/verify

@github-actions
Copy link
Contributor

All changes look good.

Wait for review from human collaborators.

tabiew

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

Copy link
Member

@z-Fng z-Fng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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. 😅

@z-Fng z-Fng merged commit a580a73 into ScoopInstaller:master Feb 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants