scripts

overview

A collection of personal scripts I use.

I use most of these scripts for convenience and to save on typing.

More recently I've been making an effort to learn PowerShell as I tend to use windows a fair bit too, so there are a few one-off scripts used for that too.

install

POSIX (Linux, Mac, BSD)

I've created an install script (bash).

usage: ./install [ARGUMENTS] [SCRIPT]

SCRIPTS
  Optionally, you can specify a script to install.
  Any specified scripts must be the filepath to the
  script (not just the filename).

ARGUMENTS
  -f, --force         overwrites files when installing
  -r,   --reinstall   re-install scripts already existing in
		      destination directory
  -d, --dest [DEST]   set the install destination
  -a, --all           install ALL the scripts ('y' to all prompts)
  -l, --link          'ln' the script (not cp).
  -h, --help          print this dialog

Windows

I haven't got a script for Windows since there aren't enough scripts to justify the effort (yet).

What I usually do is just put the scripts in a directory and add it to the PATH environment variable.

scripts

Powershell

Python

POSIX shell (and bash)

strings & numbers

Scripts related to string parsing/manipulation

file management

tooling

misc

depreciated

This contains scripts that I once used but aren't required anymore (or I eventually realised were useless).

authors

External Links