A speed dial system for websites and files
There is an ebuild on lentoo under app-misc
to install the package.
The script uses a config loacted at ~/.config/webspeeddial/config.yml
. It is constructed of the form
runner: fzf
arguments:
bookmarks:
- name: Webspeeddial
link: https://github.com/LarsZauberer/webspeeddial
- name: Some Website
link: https://example.com
You can also use wofi
to view the speeddial bookmarks. The configuration would look like this
runner: wofi
arguments:
- --dmenu
- -i
bookmarks:
- name: Webspeeddial
link: https://github.com/LarsZauberer/webspeeddial
- name: Some Website
link: https://example.com