1 private link
The command line really wasn’t designed for secrets. So, keeping secrets secret on the command line requires some extra care and effort.
Nu draws inspiration from projects like PowerShell, functional programming languages, and modern CLI tools. Rather than thinking of files and services as raw streams of text, Nu looks at each input as something with structure. For example, when you list the contents of a directory, what you get back is a table of rows, where each row represents an item in that directory. These values can be piped through a series of steps, in a series of commands called a 'pipeline'.
Do not copy-paste anything from this article into your shell. You have been warned.
A simple terminal dashboard for Kubernetes built with Rust
git peek is the fastest way to open a remote git repository in your local text editor.
kubecolor colorizes your kubectl command output and does nothing else. kubecolor internally calls kubectl command and try to colorizes the output so you can use kubecolor as a complete alternative of kubectl.
dyff is inspired by the way the old BOSH v1 deployment output reported changes from one version to another by only showing the parts of a YAML file that change.
Disk Usage/Free Utility (currently Linux-only, support for BSDs soon)
Remote shell into ephemeral environments 🐚 🦀. Contribute to TimeToogo/tunshell development by creating an account on GitHub.
Major improvements over the last year
Upterm is an open-source solution for sharing terminal sessions instantly over the public internet via secure tunnels.
Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster. This operator is not an operator for a particular software product such as prometheus-operator or kafka-operator. Shell-operator provides an integration layer between Kubernetes cluster events and shell scripts by treating scripts as hooks triggered by events. Think of it as an operator-sdk but for scripts.
Konsole is having a resurge in the moment, it’s the terminal emulator of choicefor the power user that wants to break the 4th wall in *nix systems. Right nowit can do almost all the things I want it to do, and a few more.Since last year you can use splits in Konsole, with full drag & drop...
This is choose, a human-friendly and fast alternative to awk and cut
demo-magic.sh is a handy shell script that enables you to script repeatable demos in a bash environment so you don't have to type as you present. Rather than trying to type commands when presenting you simply script them and let demo-magic.sh run them for you.
A CLI interface to git that relies heavily on fzf
kubie is an alternative to kubectx, kubens and the k on prompt modification script. It offers context switching, namespace switching and prompt modification in a way that makes each shell independent from others. It also has support for split configuration files, meaning it can load Kubernetes contexts from multiple files.
You stuffed command shell with aliases, tools and colors but you lose it all when using ssh. The mission of xxh is to bring your favorite shell wherever you go through the ssh without root access and system installations.
Learn how to make Linux/Unix script portable with #!/usr/bin/env shebang to execute script using the interpreter such as bash, perl, python.