/shell-utils

Collection of scripts used in the shell for convenience.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Shell-Utils

About

This is a collection of shell utility programs for your and my convenience!

Installation

You can clone this repository and simply add the scripts subdirectory to your path!

Scripts

gac

Basically an alias to git add . && git commit -m $*

nimdocgen

Script to automatically generate and deploy docs for projects using the Nim programming language.

python-webserver

Script to quickly start a python3 webserver.

updateall

Updates all software supporting multiple package managers, determining which ones are installed at runtime.

wtf-is-this

Utility to get information about all the scripts or a single one in this project.

See it for up-to-date documentation on the scripts!

zipdir

Zips an entire directory and puts the zip file next to it with the same name with a .zip appended.

Contributions

Contributions are always welcome. For example by expanding the supported package managers in scripts/updateall.

Licence

These scripts are distributed under the GPL-3.0 licence.