# fzfdapter The intention of fzfdapter is that it's supposed to be used in a floating terminal to replace something like wofi/rofi/fuzzel/dmenu/...! ``` A PATH and desktop file executor that uses fzf/skim/... Usage: fzfdapter [OPTIONS] Options: -m, --mode ... How to source programs [possible values: all, desktop, path] -h, --help Print help ``` We store the quantity of times a specific application has been opened within $XDG_CACHE_HOME/fzfdapter/cache.msgpack to be able to display most used apps above or below all the others depending upon your configuration. ## Configuration See ./config.toml.example for an example on how I use it. ## Screenshots image Help/about view image Desktop mode image Path mode image All mode