You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ci/woodpecker/push/test Pipeline was successful
Details
|
2 months ago | |
---|---|---|
.woodpecker | 2 months ago | |
.gitignore | 8 years ago | |
CHANGELOG | 2 years ago | |
LICENSE | 8 years ago | |
README.md | 2 months ago | |
doc.go | 2 months ago | |
go.mod | 2 months ago | |
go.sum | 2 months ago | |
main.go | 2 months ago | |
main_test.go | 2 months ago |
README.md
mvshaker
mvshaker
swaps randomly your files.
It was created to remember Warsaw's Second Law: "Never change anything after 3pm on a Friday." See http://barry.warsaw.us/software/laws.html for more details.
Directories are ignored if you don't use --recursive
flag (short version -r
)
and files can be excluded using --exclude
flag (short version -e
).
Installation
To build mvshaker
and install it to $GOPATH/bin/mvshaker
you need a working
Go compiler:
% go install noa.mornie.org/eriol/mvshaker@latest
Examples
# mvshaker /bin/* --exclude bash
--exclude
flag has a compact vesion (-e
) useful when you want exclude
multiple files:
# mvshaker /bin/* -e bash -e ls
Since version 0.2:
# mvshaker -r /bin -e bash -e ls