94 private links
Getting Started # Understanding fzf # Basically, you can think of fzf as an interactive version of βgrepβ (with bells and whistles, lots of bells and whistles). You feed lines of text to fzf via standard input, fzf starts an interactive terminal interface where you can narrow down the list using fuzzy matching algorithm. And when you finally make a selection, fzf prints it out to standard output. I n p u t l i n e s S T D I N f z π f S T D O U T O u t p u t l i n e ( s ) What Iβm trying to say here is that fzf is essentially a text filter; itβs up to you to provide the input list, and itβs up to you to do something with the filtered output.
Easily handle day to day CLI operation via Python instead of regular Bash programs. - GitHub - CZ-NIC/pz: Easily handle day to day CLI operation via Python instead of regular Bash programs.
Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster - GitHub - flant/shell-operator: Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster
Minimal Bash script template that will make your scripts safer, consistent with standards, and provide a way to parse and validate parameters.
Good intro on Bash errorhandling from Julia Evans
Bash argument parsing code generator. Contribute to matejak/argbash development by creating an account on GitHub.
Often during pen tests you may obtain a shell without having #tty, yet wish to interact further with the system. Here are some commands which will allow you to spawn a tty shell. Obviously some of this will depend on the system environment and installed packages.