urll
lets you browse URLs in a webpage in a recursive manner.
cargo:
cargo install --git https://github.com/dhth/urll.git
Usage: urll [OPTIONS] <URL>
Arguments:
<URL>
Options:
-t, --tui
-h, --help Print help
urll
lets you browse results in a TUI. You can interactively view results for
a URL returned as a result of a previous URL, creating a history of viewed
results in the process.
Keymap | Action |
---|---|
j / Down |
go down |
k / Up |
go up |
Enter |
show results for URL under cursor |
g |
go to the top |
G |
go to the end |
<backspace> |
go back in navigation history |
y |
yank URL under cursor to system clipboard |
Y |
yank all URLs to system clipboard |
o |
open URL under cursor in browser |
? |
show/hide help view |
Esc / q |
go back/quit |
<ctrl+c> |
quit immediately |