Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amenk/selfscripts
Collection of Scripts
https://github.com/amenk/selfscripts
hacktoberfest
Last synced: 10 days ago
JSON representation
Collection of Scripts
- Host: GitHub
- URL: https://github.com/amenk/selfscripts
- Owner: amenk
- License: other
- Created: 2012-04-13T11:27:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T17:04:05.000Z (11 months ago)
- Last Synced: 2024-10-12T01:09:35.506Z (27 days ago)
- Topics: hacktoberfest
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
SelfScript Script Collection
============================* mysql-stripped-dump.sh
Template for a script to dumps a MySQL database. For some unimportant tables, only the structure is dumped.
* clear-magento-cache
Clear various magento caches. Has support for AIToc extensions.
* git-extract-patches
Extracts git commits that contain a certain text (for example ticket number) in the commit message to .patch files
* exif-date-rename.py
Rename Pictures (JPEG Photos) to contain the shot-date in the name. The use case is to pass those files to a photo printing company and have the date printed on the back.
* auto-php.sh
Automatically switch console PHP version to match composer.json
Source this in your .bashrc (`source SelfScripts/auto-php.sh`) and `cd` to a PHP project folder -> update-alternatives is called with the current PHP version from composer.json* bitwarden-backup
Script to backup your Bitwarden Vault, encrypted with your Master Passphrase and 7zip
License
=======For license information see LICENSE.md