/scripts

A set of useful scripts that are (mostly) written by me.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Installation

./install.sh

Scripts

  • alias.py: quickly generate a "send to" address for email alias services; to be used in-tandem with Espanso
  • get-all-virsh-ips: used to get all the IPs of the VMs in a virsh environment
  • gh-artifacts: used to download artifacts from a GitHub Actions workflow
  • input: used to enable/disable input devices
  • install: used to symlink these scripts to /usr/local/bin without the .sh extension
  • memdump: used to dump the memory of a process
  • s: "secrets"; used to inject secret environment variables into a command
  • zed: "EZ sed" - a wrapper around sed that makes it easier to use; taken from easy-sed