Tooling under construction
Useful Linux Shit
The tree
- -L 3 gives us a tree 3 layers deep
- -d list folders only. THIS IS HUGE
- -a lists ALL the things
- -f gives us full dir paths
- -P '*.php' shows only files of the .php type
- -p permissions for each dir and file
Zipping
- zip is the cmd to run the zipping program
- -r for recursive
- -x is the exclude flag: -x ".git/*"
- adding space then "filename" for output
cbonsai in the terminal
- -l for a living tree
- -t follows -l and dictates time between growths.
So the syntax looks like -t0.3. Higher integer = longer duration between. - -i for infinite replants
- -m to write a nice little message.
So the syntax looks like -m"yo"
And thats it!
A simple little example looks like this: cbonsai -l -t0.69 -i -m"Welcome to Cracktune tooling"