multi-start

Crates.iomulti-start
lib.rsmulti-start
version0.1.2
sourcesrc
created_at2023-06-22 02:17:26.667588
updated_at2024-01-24 22:41:09.719736
descriptionLaunch browser bookmarks directly from the terminal
homepage
repositoryhttps://github.com/lesleyrs/multi-start
max_upload_size
id896837
size13,461
(lesleyrs)

documentation

README

Multi Start

This project lets you launch your browser bookmarks directly from the terminal (without handle) simply by typing bm and any amount of numbers as an argument. Use bm ls to see what numbers are tied to which bookmark.

It's recommended to pipe the output into rg and/or bat. Unfortunately Windows doesn't have a good pager so if you want one you should either download an updated version of less or use less -R to ignore color codes if you're stuck with an older version.

Folders are ignored, and only the Windows + Chrome combination is supported for now. However changing it to work on other OS and browsers shouldn't be too much work as they use a similar json file.

How to get

Install Build Binaries
cargo install multi-start cargo r --release Github releases
Commit count: 9

cargo fmt