Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarukuku/scripts
All kinds of tools I've built to myself
https://github.com/sarukuku/scripts
Last synced: about 1 month ago
JSON representation
All kinds of tools I've built to myself
- Host: GitHub
- URL: https://github.com/sarukuku/scripts
- Owner: sarukuku
- Created: 2013-12-31T11:23:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-04T09:52:35.000Z (over 10 years ago)
- Last Synced: 2023-03-29T18:48:35.675Z (almost 2 years ago)
- Language: Shell
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Welcome!
This is a repo where I keep all kinds of commandline tools & scripts I've built to myself that might even slightly be of use to anyone else. All comments & improvements are welcome!### osx_basic_maintenance.sh
- Checks for all available updates & installs them
- Cleans log files
- Empties the trash
- Runs all the built in maintenance scripts
- Checks & tries to repair the startup volume
- Repairs disk permissions### svg2png.sh
- Converts all .svg ending files in the current directory to .png files
- Doesn't delete the .svg files
- The width is hardcoded in the script (-w 600) but it can be easily changed### create_wp_project.sh
- Creates a WP development environment project structure
- Pulls in a theme boilerplate
- Pulls in newest WP version for install
- Links the theme to a defined git repository