2 releases
Uses old Rust 2015
0.1.1 | Oct 5, 2018 |
---|---|
0.1.0 | Oct 5, 2018 |
#3 in #ie
15KB
362 lines
tmux-hints
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.
Is it any good?
Requirements
Depends on rust
, tmux
and stty
.
Installation
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.
Usage
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
: quit
FAQ
Q: Why rust?
A: Needed a excuse to do something on it.
Dependencies
~2.3–3.5MB
~61K SLoC