https://github.com/remoteoss/homebrew-kasa
https://github.com/remoteoss/homebrew-kasa
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/remoteoss/homebrew-kasa
- Owner: remoteoss
- Created: 2026-04-17T08:41:43.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-11T13:15:57.000Z (about 2 months ago)
- Last Synced: 2026-05-11T15:19:52.513Z (about 2 months ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Tap for Kasa
[Kasa](https://gitlab.com/remote-com/employ-starbase/kasa) is a stacked merge requests CLI for GitLab. It lets you split your work into small, dependent MRs that are easy to review and merge.
## Install
```bash
brew tap remoteoss/kasa
brew install git-kasa
```
## Upgrade
```bash
brew upgrade git-kasa
```
## Usage
Kasa installs as a git subcommand:
```bash
git kasa status # show your MR stack
git kasa update # create or update stacked MRs
git kasa merge # merge the stack
git kasa clean # clean up merged branches
```
Run `git kasa --help` for the full list of commands.
## Requirements
- Git
- A GitLab project with API access (`GITLAB_TOKEN` or `glab` CLI configured)
## Supported platforms
| OS | Architecture |
|-------|-------------|
| macOS | Apple Silicon (ARM64) |
| macOS | Intel (x64) |
| Linux | x64 |
| Linux | ARM64 |
## License
MIT