This is a just-for-fun/proof-of-concept terminal browser app for the NEX protocol. Under the hood it uses:
- GNU netcat (AKS
nc) for networking - fzf* for TUI. Just because :)
*) You'll need fzf >= 0.63.0, because I've used the --footer option which is pretty
new. You can remove "--footer=..." part from the script and make it more
"backward compatible".
Just run nex HOST[ PATH]. Example: ./nex nightfall.city.
Use C-c or enter :q for exit.
- Local navigation
- Inter-host navigation
- Calling external apps for other protocols
This project wasn't targeted to be a full-featured app. If you want one, go and grab
something like Alhena - it is great. BUT
sometimes we just need something smol.. just as my script :P
