Move formula to homebrew-core
This commit is contained in:
parent
e4ddfb411c
commit
f406dff9bc
17
README.md
17
README.md
@ -93,13 +93,14 @@ yay -S dive
|
|||||||
```
|
```
|
||||||
|
|
||||||
The above example assumes [`yay`](https://aur.archlinux.org/packages/yay/) as the tool for installing AUR packages.
|
The above example assumes [`yay`](https://aur.archlinux.org/packages/yay/) as the tool for installing AUR packages.
|
||||||
*Note*: the AUR repository is **not** controlled by the dive project maintainer.
|
*Note*: the AUR repository is **not** controlled by the dive project maintainer.
|
||||||
|
|
||||||
**Mac**
|
**Mac**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew tap wagoodman/dive
|
|
||||||
brew install dive
|
brew install dive
|
||||||
```
|
```
|
||||||
|
|
||||||
or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.7.2/dive_0.7.2_darwin_amd64.tar.gz).
|
or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.7.2/dive_0.7.2_darwin_amd64.tar.gz).
|
||||||
|
|
||||||
**Windows**
|
**Windows**
|
||||||
@ -119,7 +120,7 @@ go get github.com/wagoodman/dive
|
|||||||
docker pull wagoodman/dive
|
docker pull wagoodman/dive
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker pull quay.io/wagoodman/dive
|
docker pull quay.io/wagoodman/dive
|
||||||
@ -142,7 +143,7 @@ docker run --rm -it `
|
|||||||
**Note:** depending on the version of docker you are running locally you may need to specify the docker API version as an environment variable:
|
**Note:** depending on the version of docker you are running locally you may need to specify the docker API version as an environment variable:
|
||||||
```bash
|
```bash
|
||||||
DOCKER_API_VERSION=1.37 dive ...
|
DOCKER_API_VERSION=1.37 dive ...
|
||||||
```
|
```
|
||||||
or if you are running with a docker image:
|
or if you are running with a docker image:
|
||||||
```bash
|
```bash
|
||||||
docker run --rm -it \
|
docker run --rm -it \
|
||||||
@ -209,7 +210,7 @@ keybinding:
|
|||||||
toggle-view: tab
|
toggle-view: tab
|
||||||
filter-files: ctrl+f, ctrl+slash
|
filter-files: ctrl+f, ctrl+slash
|
||||||
|
|
||||||
# Layer view specific bindings
|
# Layer view specific bindings
|
||||||
compare-all: ctrl+a
|
compare-all: ctrl+a
|
||||||
compare-layer: ctrl+l
|
compare-layer: ctrl+l
|
||||||
|
|
||||||
@ -223,9 +224,9 @@ keybinding:
|
|||||||
toggle-filetree-attributes: ctrl+b
|
toggle-filetree-attributes: ctrl+b
|
||||||
page-up: pgup
|
page-up: pgup
|
||||||
page-down: pgdn
|
page-down: pgdn
|
||||||
|
|
||||||
diff:
|
diff:
|
||||||
# You can change the default files show in the filetree (right pane). All diff types are shown by default.
|
# You can change the default files show in the filetree (right pane). All diff types are shown by default.
|
||||||
hide:
|
hide:
|
||||||
- added
|
- added
|
||||||
- removed
|
- removed
|
||||||
@ -238,7 +239,7 @@ filetree:
|
|||||||
|
|
||||||
# The percentage of screen width the filetree should take on the screen (must be >0 and <1)
|
# The percentage of screen width the filetree should take on the screen (must be >0 and <1)
|
||||||
pane-width: 0.5
|
pane-width: 0.5
|
||||||
|
|
||||||
# Show the file attributes next to the filetree
|
# Show the file attributes next to the filetree
|
||||||
show-attributes: true
|
show-attributes: true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user