From 1febfd418d0e0d887dd3bc132e8b32b11aea4cc0 Mon Sep 17 00:00:00 2001 From: Graham Clark Date: Mon, 5 Apr 2021 22:00:02 -0400 Subject: [PATCH] Add tmux-wormhole to the list of tcell-dependent apps I published this yesterday on github. It's a tmux plugin that scrapes the active tmux pane for a magic wormhole code, then downloads and optionally opens the file tied to the code. I wrote this to make it easier to get pcaps from termshark into Wireshark. This plugin uses gowid which itself depends wholly on tcell to manipulate the terminal. Link: https://github.com/gcla/tmux-wormhole --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index 86106c1..a572098 100644 --- a/README.adoc +++ b/README.adoc @@ -52,6 +52,7 @@ Version 1.x remains available using the import `github.com/gdamore/tcell`. * https://github.com/tmountain/uchess[uchess] - A UCI chess client for your terminal * https://github.com/a-h/min[min] - A Gemini browser * https://github.com/noborus/ov - Terminal pager +* https://github.com/gcla/tmux-wormhole - A tmux plugin to transfer files with magic wormhole == Pure Go Terminfo Database