From 7656da2a71e2e2a7b59347da450eb4d2c50ce3a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Sun, 15 Jun 2025 20:22:30 +0200 Subject: [PATCH] Merge pull request #1 from BlueInGreen68/main --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index aa49de3..7166153 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ with a CalDav server, such as [Radicale](https://radicale.org/), and a synchroni Installation ------------ + +### Manual + Download the file `fzf-vjour` from the [latest release](https://github.com/baumea/fzf-vjour/releases/latest), or run `./scripts/build.sh`, then copy `fzf-vjour` to your preferred location, e.g., `~/.local/bin`, and make it executable. @@ -21,6 +24,12 @@ This is a POSIX script with inline `awk` elements. Make sure you have [fzf](https://github.com/junegunn/fzf) installed. I also suggest to install [batcat](https://github.com/sharkdp/bat) for colorful previews. +### Arch Linux + +```bash +yay -S fzf-vjour-git +``` + Configuration -------------- This application is configured with a file located at `$HOME/.config/fzf-vjour/config`.