3 releases
0.1.2 | Jan 24, 2024 |
---|---|
0.1.1 | Jun 22, 2023 |
0.1.0 | Jun 22, 2023 |
#1907 in Command line utilities
11KB
165 lines
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 |
Dependencies
~1.1–1.7MB
~34K SLoC