https://github.com/kryptic-sh/homebrew-tap
Homebrew tap for kryptic-sh CLIs (hjkl, ...)
https://github.com/kryptic-sh/homebrew-tap
Last synced: about 1 month ago
JSON representation
Homebrew tap for kryptic-sh CLIs (hjkl, ...)
- Host: GitHub
- URL: https://github.com/kryptic-sh/homebrew-tap
- Owner: kryptic-sh
- License: mit
- Created: 2026-04-30T12:21:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-08T15:33:38.000Z (about 2 months ago)
- Last Synced: 2026-06-08T17:23:44.257Z (about 1 month ago)
- Language: Ruby
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-tap
Homebrew tap for [kryptic-sh](https://github.com/kryptic-sh) command-line tools.
## Install
```sh
brew tap kryptic-sh/tap
brew install kryptic-sh/tap/hjkl
```
Or in one line:
```sh
brew install kryptic-sh/tap/hjkl
```
## Available formulae
| Formula | Description |
| ------------------------- | -------------------------------------------------------- |
| [`hjkl`](Formula/hjkl.rb) | Vim-modal terminal editor — TUI built on the hjkl engine |
## Updating
Formula bumps are manual. After a new upstream release lands, dispatch the
corresponding bump workflow with the tag to pin:
```sh
gh workflow run bump-hjkl.yml --repo kryptic-sh/homebrew-tap -f tag=v0.3.2
```
The workflow validates the tag, downloads the release tarballs, computes
sha256s, rewrites `Formula/.rb`, and commits to `main`. Direct edits also
land via PR.
## License
[MIT](LICENSE)