A collection of shell tools I've created for fun and productivity.
-
Manages containers, images, networks, and volumes using FZF.
-
Requirements:
-
Tested Environments:
- Mac (Big Sur and Monterey)
- Arch Linux
-
Instructions:
-
Copy the contents of the fzfcontainer directory into a directory.
- See path.sh if you intend to use all shell tools.
-
Use it ;-)
# Manages containers. ./fzfcontainer # Manages images. ./fzfcontainer i # Manages networks. ./fzfcontainer n # Manages volumes. ./fzfcontainer v
-
- Adds the shell tools to the path.
- Tested Environments:
- Mac (Big Sur and Monterey)
- Arch Linux
- Instructions:
-
Direct invocation to change the path of the current shell.
# Clones the repository. git clone https://github.com/m-paternostro/shelltools.git # Adds the shell tools to the path. source shelltools/path.sh
-
Adding it to
~/.zshrc
- This is how I am using the script.
- It assumes the repository was cloned into
~/bin
.
# Adds the shell tools to the path. [[ -d ~/bin/shelltools ]] && source ~/bin/shelltools/path.sh
-
Everything we produced here is licensed under the MIT License.