Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
254e09a724
|
|||
|
2da5223fdd
|
|||
|
e4440ff3a4
|
|||
|
560f086656
|
@@ -26,5 +26,6 @@ jobs:
|
|||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-e GITEA_TOKEN=${{ secrets.GITEA_TOKEN }} \
|
-e GITEA_TOKEN=${{ secrets.RELEASE_TOKEN }} \
|
||||||
|
-e RELEASE_TOKEN=${{ secrets.RELEASE_TOKEN }} \
|
||||||
gitnow-release release
|
gitnow-release release
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ homebrew_casks:
|
|||||||
repository:
|
repository:
|
||||||
owner: kjuulh
|
owner: kjuulh
|
||||||
name: homebrew-tap
|
name: homebrew-tap
|
||||||
token: "{{ .Env.GITEA_TOKEN }}"
|
token: "{{ .Env.RELEASE_TOKEN }}"
|
||||||
url:
|
url:
|
||||||
template: "https://git.kjuulh.io/kjuulh/gitnow/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
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"
|
||||||
|
|||||||
21
README.md
21
README.md
@@ -8,15 +8,30 @@ 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
|
||||||
|
|
||||||
# Or install gitnow scripts (in your .bashrc, .zshrc) this will use native shell commands to move you around
|
# Or install gitnow scripts (in your .bashrc, .zshrc) this will use native shell commands to move you around
|
||||||
eval $(gitnow init zsh)
|
eval $(gitnow init zsh)
|
||||||
git-now # Long
|
git-now # Long
|
||||||
gn # Short alias
|
gn # Short alias
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user