Skip to content

makimoto/glitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glitch

Just another glitch command line tool

Synopsis

$ glitch sed -f a -t b -e 15 -o glitched.jpg /path/to/yourfile.jpg
$ glitch repeat -e 15 -b 200 -n 10 -o glitched.jpg /path/to/yourfile.jpg

Installation

$ go get github.com/makimoto/glitch

Usage

NAME:
   glitch - Just another glitch command line tool

USAGE:
   glitch [global options] command [command options] [arguments...]

VERSION:
   0.1.0

COMMANDS:
   sed		sed glitch a.k.a. replacement glitch
   repeat	repeat glitch
   help, h	Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --version, -v	print the version
   --help, -h		show help

Samples

sed glitch

glitch sed -f a -t b -o sed.jpg original.jpg

repeat glitch

glitch repeat -n 5 -b 400 original.jpg

the original image

Author

Shimpei Makimoto

License

MIT

About

Just another glitch command line tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages