/scripts

Set of utilities for making life easier, generally it's for my personal use but contribution would be appreciated.

Primary LanguageShell

Collection of scripts and utils for personal user

image-halver

Chops an image into half x number of times iteratively

./imghalver myimage.jpg 3

if the image is 1920x768, it will become 480x192 after 3 iterations.

movss

moves the latest screenshot to a directory specified

init_go_project

Initialized the directory structure of a Golang project