Skip to content

Conversation

@doneill612
Copy link

@doneill612 doneill612 commented Sep 8, 2025

Motivation

This PR introduces WALT, a CLI tool written in Go that formalizes and replaces the shell script macOS users previously had to run manually in order to manage RSProx loopback aliases. WALT will be installable via Homebrew if this PR is approved, since the PR also introduces a HomebrewFormula directory which can be tapped by users.

Highlights

  • New walt/ submodule with Cobra-powered CLI
  • Commands: add, remove, status, sync, clear
  • Internal registry file to track aliases and support safe sync
  • Homebrew formula (HomebrewFormula/walt.rb) for easy installation:
brew tap blurite/rsprox/walt https://github.com/blurite/rsprox.git
brew install --HEAD blurite/rsprox/walt # (development build)

Requires

Users of the tool will need Xcode 16.4 and Homebrew installed.

Notes

  • The Homebrew formula for WALT includes the url/sha of the v1.0 release of RSProx, and can be updated via an actions workflow on the next stable release.
  • Until that happens, users will have to install the development build with brew install --HEAD blurite/rsprox/walt

… backtrack. networking and registry internals do not operate bidrectionally.. need to have better syncing implementation.
@doneill612 doneill612 marked this pull request as ready for review September 8, 2025 20:02
@doneill612 doneill612 marked this pull request as draft September 8, 2025 22:14
@ultraviolet-jordan

This comment has been minimized.

@doneill612
Copy link
Author

react to this comment if you think mac sucks

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants