Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)