knqyf263 / pet

Simple command-line snippet manager
MIT License
4.41k stars 222 forks source link

Enhancement for README: Configuration settings to improve pet search layout #265

Closed kalip2 closed 6 months ago

kalip2 commented 6 months ago

I'd recommend updating the README to include this option in config.toml:

selectcmd = "fzf --ansi --layout=reverse --border --height=90% --pointer='*' --cycle --prompt='Snippets: '"

Adding that would bring the search familiarity of other applications like git log and history to pet search --color

Before

Screenshot 2024-02-04 at 2 45 43 PM

After

Screenshot 2024-02-04 at 2 44 29 PM
RamiAwar commented 6 months ago

Thanks @kalip2 , great suggestion. Are you interested in submitting a PR yourself? 😃