https://github.com/emmiegit/scripts
My helper scripts and other utilities.
https://github.com/emmiegit/scripts
helpers python scripts shell shell-scripts utilities
Last synced: 12 months ago
JSON representation
My helper scripts and other utilities.
- Host: GitHub
- URL: https://github.com/emmiegit/scripts
- Owner: emmiegit
- License: mit
- Created: 2015-10-10T09:22:59.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-06-22T06:09:15.000Z (12 months ago)
- Last Synced: 2025-06-22T07:20:03.133Z (12 months ago)
- Topics: helpers, python, scripts, shell, shell-scripts, utilities
- Language: Python
- Homepage:
- Size: 1.08 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scripts
A collection of scripts and other utilities I have written for my personal usage. All files are copyrighted under the MIT license as specified in `LICENSE` unless otherwise specified. The scripts in this directory invoke other resources in this repo via `/usr/local/scripts`.
## Directory hiearchy
* `apps` - Contains scripts to start certain applications or other processes on my computer.
* `arch` - Scripts related to the archiving of files on my computer for long-term storage.
* `dat` - Contains data to be used by scripts. Private or encrypted data will not be present.
* `fun` - Scripts that don't serve any real purpose, and are just for fun.
* `local` - Scripts that are local to this particular machine, are not synchronized with git.
* `sbin` - Scripts that require root access.
* `wip` - Scripts that are not complete, do not function properly, or are experimental. Do not expect anything in here to work.
* `wm` - Scripts used by bindings (such as media keys) or by my window manager directly. See my dotfiles repo for more information.