#website #forms #gentoo

bin+lib webspeeddial

A dial system for websites

1 stable release

Uses new Rust 2024

new 1.0.0 Apr 4, 2025

#5 in #gentoo

GPL-3.0 license

21KB
262 lines

Webspeeddial

A speed dial system for websites and files

Installation

Gentoo

There is an ebuild on lentoo under app-misc to install the package.

Usage

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

Dependencies

~2–13MB
~108K SLoC