Crates.io | tmux-hints |
lib.rs | tmux-hints |
version | 0.1.1 |
source | src |
created_at | 2018-10-05 05:44:39.7918 |
updated_at | 2018-10-05 05:56:42.215971 |
description | An application to find matches, ie. urls and navigate them with the keyboard. |
homepage | |
repository | https://github.com/Roger/tmux-hints |
max_upload_size | |
id | 88129 |
size | 15,407 |
tmux-hints
is an application to find matches, ie. urls and navigate them
with the keyboard.
It's a rewrite of a previous tool written by me in go tmux-url-nav.
Inspired by another tool in perl tmux-url-select.
Depends on rust
, tmux
and stty
.
Run cargo build and copy/link target/release/tmux-hints
to somewhere in your
path.
Add this to your .tmux.conf
:
bind some-key-here run tmux-hints
Where some-key-here is any key you want to use to start url selection.
Once you're inside tmux-hints, keybindings:
j
: downk
: up0
-9
: select by numberp
: paste (insert text into the tmux window)o
: open linkO
: open link without closingq
: quitQ: Why rust?
A: Needed a excuse to do something on it.