vtm icon indicating copy to clipboard operation
vtm copied to clipboard

Implement Brow.sh

Open DavidSatimeWallin opened this issue 3 years ago • 1 comments

Brow.sh (https://www.brow.sh/) should be implemented as a shortcut. Would be nice to have a terminal browser in the basics.

DavidSatimeWallin avatar Mar 10 '22 20:03 DavidSatimeWallin

The current (v0.6.0) version of vtm allows you to customize the tile manager profile by defining the VTM_PROFILE_N environment variable, N is any literal.

Example

VTM_PROFILE_4='"Browsh", "Browsh Browser Title", a("Term", "Browsh Window Title", "browsh")'

or instantly

export VTM_PROFILE_4='"Browsh", "Browsh Browser Title", a("Term", "Browsh Window Title", "browsh")'; vtm

Later I will make vtm menu items configurable via global settings. See #52.

o-sdn-o avatar Mar 11 '22 12:03 o-sdn-o