Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1004 Bytes

File metadata and controls

31 lines (20 loc) · 1004 Bytes

NEX.sh

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".

screencast

Usage

Just run nex HOST[ PATH]. Example: ./nex nightfall.city.

Use C-c or enter :q for exit.

Roadmap

  • Local navigation
  • Inter-host navigation
  • Calling external apps for other protocols

Disclaimer

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