5 Commits

Author SHA1 Message Date
451fbe1640 feat: switch homebrew distribution from cask to formula
All checks were successful
Release / release (push) Successful in 1m39s
Replace homebrew_casks with brews in goreleaser config to use
a standard Formula instead of a Cask, avoiding macOS quarantine.
2026-03-24 10:33:49 +01:00
254e09a724 feat: correct readme
All checks were successful
Release / release (push) Successful in 1m43s
Signed-off-by: kjuulh <contact@kjuulh.io>
2026-03-20 18:00:12 +01:00
2da5223fdd feat: try again
All checks were successful
Release / release (push) Successful in 1m41s
Signed-off-by: kjuulh <contact@kjuulh.io>
2026-03-20 17:46:47 +01:00
e4440ff3a4 feat: try again
All checks were successful
Release / release (push) Successful in 1m44s
Signed-off-by: kjuulh <contact@kjuulh.io>
2026-03-20 17:41:55 +01:00
560f086656 feat: enable gitea
Some checks failed
Release / release (push) Failing after 6s
Signed-off-by: kjuulh <contact@kjuulh.io>
2026-03-20 17:40:07 +01:00
3 changed files with 26 additions and 10 deletions

View File

@@ -26,5 +26,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
docker run --rm \
-e GITEA_TOKEN=${{ secrets.GITEA_TOKEN }} \
-e GITEA_TOKEN=${{ secrets.RELEASE_TOKEN }} \
-e RELEASE_TOKEN=${{ secrets.RELEASE_TOKEN }} \
gitnow-release release

View File

@@ -46,15 +46,15 @@ release:
name_template: "v{{ .Version }}"
mode: keep-existing
homebrew_casks:
brews:
- name: gitnow
binaries:
- gitnow
repository:
owner: kjuulh
name: homebrew-tap
token: "{{ .Env.GITEA_TOKEN }}"
url:
template: "https://git.kjuulh.io/kjuulh/gitnow/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
token: "{{ .Env.RELEASE_TOKEN }}"
directory: Formula
url_template: "https://git.kjuulh.io/kjuulh/gitnow/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
homepage: "https://gitnow-client.prod.kjuulh.app"
description: "Git Now is a utility for easily navigating git projects from common upstream providers."
install: |
bin.install "gitnow"

View File

@@ -8,9 +8,24 @@ Git Now is a utility for easily navigating git projects from common upstream pro
## Installation
```bash
cargo (b)install gitnow
### Homebrew
```bash
brew tap kjuulh/tap https://git.kjuulh.io/kjuulh/homebrew-tap
brew install gitnow
```
### Cargo
```bash
cargo install gitnow
# or
cargo binstall gitnow
```
### Setup
```bash
# You can either use gitnow directly (and use spawned shell sessions)
gitnow