From f804d34110ba6822cc4f930a3f4682d562de2cc8 Mon Sep 17 00:00:00 2001 From: "Shaun J. Clayton" Date: Sat, 2 Mar 2019 00:21:57 -0500 Subject: [PATCH] Moved Terminal Utilities to new subcategory under Utilities --- readme.md | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/readme.md b/readme.md index f9e16ec..c062818 100644 --- a/readme.md +++ b/readme.md @@ -37,15 +37,15 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Productivity](#productivity) - [Utilities](#utilities) - [macOS](#macos) + - [Terminal Utilities](#terminal-utilities) - [Command Line Learning](#command-line-learning) - [Data Manipulation](#data-manipulation) - [Files and Directories](#files-and-directories) - - [File managers](#file-managers) + - [File Managers](#file-managers) - [Deleting, Copying, and Renaming](#deleting-copying-and-renaming) - [Files](#files) - [Directory Listing](#directory-listing) - [Directory Navigation](#directory-navigation) -- [Terminal Utilities](#terminal-utilities) - [Version Control](#version-control) - [Git](#git) - [Changelogs](#changelogs) @@ -233,6 +233,20 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [stronghold](https://github.com/alichtman/stronghold) - Easily configure MacOS security settings from the terminal. - [shallow-backup](https://github.com/alichtman/shallow-backup) - Easily create lightweight documentation of installed packages, dotfiles, and more. +### Terminal Utilities + +- [gotty](https://github.com/yudai/gotty) - Share your terminal as a web application. +- [localtunnel](https://github.com/localtunnel/localtunnel) - Exposes your localhost to the world for easy testing and sharing. +- [mosh](https://mosh.org/) - Remote SSH client that allows roaming with intermittent connectivity. +- [ngrok](https://ngrok.com/) - secure introspectable tunnels to localhost. +- [serveo](https://serveo.net/) - Expose local servers to the internet using only a SSH client. +- [seashells.io](https://seashells.io/) - Pipe output from command-line programs to the web in real-time. +- [teleconsole](https://www.teleconsole.com/) - Share your UNIX terminal in seconds. +- [tmate.io](https://tmate.io/) - Instant terminal (tmux) sharing. +- [warp](https://github.com/spolu/warp) - Secure and simple terminal sharing. +- [OverTime](https://github.com/diit/overtime-cli) - Easy time-overlap tables for remote teams. +- [undollar](https://github.com/ImFeelingDucky/undollar) - undollar strips the '$' preceding copy-pasted terminal commands. + ## Command Line Learning - [cmdchallenge](https://cmdchallenge.com/) - presents small shell challenge with user submitted solutions. @@ -245,7 +259,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Wat](https://github.com/dthree/wat) - Instant, central, community-built docs. - [teachcode](https://github.com/madlabsinc/teachcode) - A tool to develop and improve a student’s programming skills by introducing the earliest lessons of coding. - ## Data Manipulation - [jq](https://github.com/stedolan/jq) - Command-line JSON processor [http://stedolan.github.io/jq/](http://stedolan.github.io/jq/). @@ -298,20 +311,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [fz](https://github.com/changyuheng/fz) - Seamless fuzzy tab completion for z. - [goto](https://github.com/iridakos/goto) - Directory aliases for the shell with autocomplete. -## Terminal Utilities - -- [gotty](https://github.com/yudai/gotty) - Share your terminal as a web application. -- [localtunnel](https://github.com/localtunnel/localtunnel) - Exposes your localhost to the world for easy testing and sharing. -- [mosh](https://mosh.org/) - Remote SSH client that allows roaming with intermittent connectivity. -- [ngrok](https://ngrok.com/) - secure introspectable tunnels to localhost. -- [serveo](https://serveo.net/) - Expose local servers to the internet using only a SSH client. -- [seashells.io](https://seashells.io/) - Pipe output from command-line programs to the web in real-time. -- [teleconsole](https://www.teleconsole.com/) - Share your UNIX terminal in seconds. -- [tmate.io](https://tmate.io/) - Instant terminal (tmux) sharing. -- [warp](https://github.com/spolu/warp) - Secure and simple terminal sharing. -- [OverTime](https://github.com/diit/overtime-cli) - Easy time-overlap tables for remote teams. -- [undollar](https://github.com/ImFeelingDucky/undollar) - undollar strips the '$' preceding copy-pasted terminal commands. - ## Version Control ### Git