webspeeddial 1.0.0

A dial system for websites
Documentation
  • Coverage
  • 83.33%
    50 out of 60 items documented0 out of 53 items with examples
  • Size
  • Source code size: 62.16 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.66 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 35s Average build duration of successful builds.
  • all releases: 35s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • LarsZauberer

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