add upterm (#5030)

This commit is contained in:
Phani Rithvij 2023-10-04 12:43:06 +05:30 committed by GitHub
parent be0bb72b25
commit 4c5954f70b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. Its 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.