Compare commits
2 Commits
v0.3.7
...
v0.3.8-alp
| Author | SHA1 | Date | |
|---|---|---|---|
|
451fbe1640
|
|||
|
254e09a724
|
@@ -46,15 +46,15 @@ release:
|
|||||||
name_template: "v{{ .Version }}"
|
name_template: "v{{ .Version }}"
|
||||||
mode: keep-existing
|
mode: keep-existing
|
||||||
|
|
||||||
homebrew_casks:
|
brews:
|
||||||
- name: gitnow
|
- name: gitnow
|
||||||
binaries:
|
|
||||||
- gitnow
|
|
||||||
repository:
|
repository:
|
||||||
owner: kjuulh
|
owner: kjuulh
|
||||||
name: homebrew-tap
|
name: homebrew-tap
|
||||||
token: "{{ .Env.RELEASE_TOKEN }}"
|
token: "{{ .Env.RELEASE_TOKEN }}"
|
||||||
url:
|
directory: Formula
|
||||||
template: "https://git.kjuulh.io/kjuulh/gitnow/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
url_template: "https://git.kjuulh.io/kjuulh/gitnow/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||||
homepage: "https://gitnow-client.prod.kjuulh.app"
|
homepage: "https://gitnow-client.prod.kjuulh.app"
|
||||||
description: "Git Now is a utility for easily navigating git projects from common upstream providers."
|
description: "Git Now is a utility for easily navigating git projects from common upstream providers."
|
||||||
|
install: |
|
||||||
|
bin.install "gitnow"
|
||||||
|
|||||||
19
README.md
19
README.md
@@ -8,9 +8,24 @@ Git Now is a utility for easily navigating git projects from common upstream pro
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
### Homebrew
|
||||||
cargo (b)install gitnow
|
|
||||||
|
|
||||||
|
```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)
|
# You can either use gitnow directly (and use spawned shell sessions)
|
||||||
gitnow
|
gitnow
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user