Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lesleyrs/multi-start
Launch browser bookmarks directly from the terminal
https://github.com/lesleyrs/multi-start
Last synced: 2 months ago
JSON representation
Launch browser bookmarks directly from the terminal
- Host: GitHub
- URL: https://github.com/lesleyrs/multi-start
- Owner: lesleyrs
- License: unlicense
- Created: 2023-06-21T02:00:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T22:43:43.000Z (12 months ago)
- Last Synced: 2024-04-26T18:05:48.658Z (9 months ago)
- Language: Rust
- Homepage: https://crates.io/crates/multi-start
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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`](https://github.com/BurntSushi/ripgrep) and/or [`bat`](https://github.com/sharkdp/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](https://github.com/lesleyrs/multi-start/releases/latest)