urll lets you browse URLs in a webpage in a recursive manner.
💾 Installation
cargo:
cargo install --git https://github.com/dhth/urll.git
⚡️ Usage
Usage: urll [OPTIONS] <URL>
Arguments:
<URL>
Options:
-t, --tui
-h, --help Print help
📟 TUI
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.
TUI Reference Manual
Keymaps
---
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