#tmux #url #navigate #ie #find #keyboard #applications

app tmux-hints

An application to find matches, ie. urls and navigate them with the keyboard.

2 releases

Uses old Rust 2015

0.1.1 Oct 5, 2018
0.1.0 Oct 5, 2018

#9 in #navigate

MIT license

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?

Yes

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: down
  • k: up
  • 0-9: select by number
  • p: paste (insert text into the tmux window)
  • o: open link
  • O: open link without closing
  • q: quit

FAQ

Q: Why rust?

A: Needed a excuse to do something on it.

Dependencies

~2.3–3.5MB
~59K SLoC