Support Ubuntu image preview backend
This commit is contained in:
parent
ded9b9fdfb
commit
e229cbc6cc
5 changed files with 70 additions and 32 deletions
18
README.md
18
README.md
|
|
@ -64,26 +64,26 @@ go build -o vcom ./cmd/vcom
|
|||
Run directly from the flake:
|
||||
|
||||
```bash
|
||||
nix run github:vrubelroman/vcom?ref=v0.1.5
|
||||
nix run github:vrubelroman/vcom?ref=v0.1.7
|
||||
```
|
||||
|
||||
Install into user profile:
|
||||
|
||||
```bash
|
||||
nix profile add github:vrubelroman/vcom?ref=v0.1.5
|
||||
nix profile add github:vrubelroman/vcom?ref=v0.1.7
|
||||
```
|
||||
|
||||
The Nix package wraps `vcom` with `ueberzugpp` in `PATH`, so image preview works in non-`kitty` terminals out of the box.
|
||||
|
||||
### Debian / Ubuntu
|
||||
|
||||
Download the release `.deb` for `v0.1.5`, then install:
|
||||
Download the release `.deb` for `v0.1.7`, then install:
|
||||
|
||||
```bash
|
||||
sudo apt install ./vcom_0.1.5_amd64.deb
|
||||
sudo apt install ./vcom_0.1.7_amd64.deb
|
||||
```
|
||||
|
||||
The Debian package declares `ueberzugpp` as a dependency for image preview outside `kitty`.
|
||||
The Debian package declares `ueberzug` (or `ueberzugpp` where available) as a dependency for image preview outside `kitty`.
|
||||
|
||||
Install a Nerd Font (example):
|
||||
|
||||
|
|
@ -136,7 +136,7 @@ Built-in themes:
|
|||
|
||||
## Releases
|
||||
|
||||
Pushing a tag like `v0.1.5` triggers GitHub Actions release workflow (`.github/workflows/release.yml`) which:
|
||||
Pushing a tag like `v0.1.7` triggers GitHub Actions release workflow (`.github/workflows/release.yml`) which:
|
||||
|
||||
- runs tests
|
||||
- vendors Go modules
|
||||
|
|
@ -146,9 +146,9 @@ Pushing a tag like `v0.1.5` triggers GitHub Actions release workflow (`.github/w
|
|||
|
||||
Release artifacts:
|
||||
|
||||
- `vcom-v0.1.5-x86_64-unknown-linux-gnu.tar.gz`
|
||||
- `vcom_0.1.5_amd64.deb`
|
||||
- `vcom-v0.1.5-checksums.txt`
|
||||
- `vcom-v0.1.7-x86_64-unknown-linux-gnu.tar.gz`
|
||||
- `vcom_0.1.7_amd64.deb`
|
||||
- `vcom-v0.1.7-checksums.txt`
|
||||
|
||||
## Notes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue