diff options
author | joe <rbo@gmx.us> | 2025-08-29 17:23:08 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-29 17:23:08 +0200 |
commit | 06549448c8e0c2e499bd12001b4ec56ba3752d89 (patch) | |
tree | ccee025bec7bd254ae2c4c31703f17d3c4d0b504 /README.md | |
parent | fuck good (diff) | |
download | hardflip-06549448c8e0c2e499bd12001b4ec56ba3752d89.tar.gz hardflip-06549448c8e0c2e499bd12001b4ec56ba3752d89.tar.bz2 hardflip-06549448c8e0c2e499bd12001b4ec56ba3752d89.tar.xz hardflip-06549448c8e0c2e499bd12001b4ec56ba3752d89.tar.zst hardflip-06549448c8e0c2e499bd12001b4ec56ba3752d89.zip |
fzf bin plus fix bad behaviour
Diffstat (limited to '')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -15,6 +15,7 @@ Install those if you need them: + `gpg` to crypt passwords, similarily to [pass](https://www.passwordstore.org/). You can store them in plain text if you prefer but I wouldn't recommend that option ++ `fzf` + `go` + GNU `make` @@ -89,6 +90,8 @@ that, it doesn't work at all, just leave that unset entered by default when adding a new SSH host or jump, saving a ton of time. Of course it can be changed when adding the host. Leave empty if you don't have a main key ++ `fuzzy_finder`: (`string`) custom path for the fuzzy search program. For you +`skim` nerds. Defaults to `fzf` if not set ### `colors.yml` @@ -140,9 +143,13 @@ keys, maybe in the future. On first start, you will be prompted to configure GnuPG and default SSH keys. +### Options + +`man hf` for more infos. + ## Next -Check `ROADMAP.md` to see the intended upgrades for `hardflip`. VNC hosts and +Check [ROADMAP.md](ROADMAP.md) to see the intended upgrades for `hardflip`. VNC hosts and fuzzysearch are big ones. But that's pretty much it. Enjoy. ## Bugs |