You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-77Lines changed: 3 additions & 77 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,7 @@ This is the full setup, for only starship scroll down to the starship section.
61
61
-[Installation](#installation)
62
62
-[Usage](#usage)
63
63
-[Customization](#customization)
64
-
-[Usage in scripts](#usage-in-scripts)
65
-
-[Troubleshooting](#troubleshooting)
66
64
-[What is and what will be (features)](#what-is-and-what-will-be)
67
-
-[Completions](#completions)
68
65
-[Contributing](#contributing)
69
66
-[Thanks](#thanks)
70
67
@@ -111,63 +108,15 @@ For more info run `gith help` or check out the [help articles](https://gith.feat
111
108
Gith tries to use intuitive, natural language commands,
112
109
combined with the usual git commands, for example `gith tag` or `gith update remote url`.
113
110
111
+
You can also get completions for fish, base or zsh: [Completions](https://gith.featurebase.app/help/articles/8096273)
112
+
114
113
## Customization
115
114
116
115
You can set your preferred flavor and accent in the Options.
117
116
Just run `gith` and select "Options".
118
117
119
-
When running gith the first time, a config file storing your settings will be created at
120
-
`XDG_CONFIG_HOME/gith/config.json` if `XDG_CONFIG_HOME` is set,
121
-
otherwise at `~/.config/gith/config.json`.
122
-
123
-
You can also manually edit the config file, although editing with gith ensures that no invalid configurations are used.
124
-
125
-
**If you have anything you'd like to configure in the settings or options, don't hesitate to open an issue or [Feature Request](https://gith.featurebase.app/).**
126
-
127
118
For more info check out the [help articles](https://gith.featurebase.app/help).
128
119
129
-
## Usage in scripts
130
-
131
-
You are able to easily change flavor and accent of gith in scripts:
132
-
133
-
```bash
134
-
gith config update --flavor=Latte --accent=Red
135
-
```
136
-
137
-
Useful for example if you want a script to switch between
138
-
light and dark mode in all your catppuccin themed apps.
139
-
140
-
> [!NOTE]
141
-
> Run `gith config help` for more info
142
-
143
-
## Troubleshooting
144
-
145
-
**I update gith via `go install github.com/a3chron/gith@latest`, but nothing changes / version stays the same**
146
-
147
-
> [!NOTE]
148
-
> If you get any output when running `go install github.com/a3chron/gith@latest`,
149
-
> you probably just discovered some other bug.
150
-
> Consider opening an issue at [Featurebase](https://gith.featurebase.app/) or GitHub.
151
-
152
-
Sometimes it takes some time for the go proxy server to recognize a new release,
153
-
so it is possible that the latest release for the proxy server is still the old one.
154
-
155
-
In that case, just request a lookup for the specific version, for example `v0.6.0` if this is the latest release:
156
-
157
-
```bash
158
-
go install github.com/a3chron/gith@v0.6.0
159
-
```
160
-
161
-
You should now see the output:
162
-
163
-
```bash
164
-
go: downloading github.com/a3chron/gith v0.6.0
165
-
```
166
-
167
-
> [!NOTE]
168
-
> You can check for the latest release on [github](https://github.com/a3chron/gith/releases/latest)
169
-
> or by simply running `gith version check`
170
-
171
120
## What is and what will be
172
121
173
122
**You can view the Roadmap / upvote Feature Requests and Bugs at [Featurebase](https://gith.featurebase.app/).**
0 commit comments