From 4c5954f70b145f112813571abce45a94c78d4e4b Mon Sep 17 00:00:00 2001 From: Phani Rithvij Date: Wed, 4 Oct 2023 12:43:06 +0530 Subject: [PATCH] add upterm (#5030) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca45be52..dc13d426 100644 --- a/README.md +++ b/README.md @@ -2744,6 +2744,7 @@ _General utilities and tools to make your life easier._ - [toolbox](https://github.com/viant/toolbox) - Slice, map, multimap, struct, function, data conversion utilities. Service router, macro evaluator, tokenizer. - [ugo](https://github.com/alxrm/ugo) - ugo is slice toolbox with concise syntax for Go. - [UNIS](https://github.com/esemplastic/unis) - Common Architecture™ for String Utilities in Go. +- [upterm](https://github.com/owenthereal/upterm) - A tool for developers to share terminal/tmux sessions securely over the web. It’s perfect for remote pair programming, accessing computers behind NATs/firewalls, remote debugging, and more. - [usql](https://github.com/knq/usql) - usql is a universal command-line interface for SQL databases. - [util](https://github.com/shomali11/util) - Collection of useful utility functions. (strings, concurrency, manipulations, ...). - [watchhttp](https://github.com/nikolaydubina/watchhttp) - Run command periodically and expose latest STDOUT or its rich delta as HTTP endpoint.