Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gibrown/bash-my-day
Bash scripts for my day
https://github.com/gibrown/bash-my-day
Last synced: about 1 month ago
JSON representation
Bash scripts for my day
- Host: GitHub
- URL: https://github.com/gibrown/bash-my-day
- Owner: gibrown
- Created: 2016-12-07T02:51:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T16:31:49.000Z (about 3 years ago)
- Last Synced: 2024-08-05T17:45:47.070Z (4 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - gibrown/bash-my-day - Bash scripts for my day (Shell)
README
# bash-my-day
A set of bash scripts to get me on task and keep me moving.Mac OS X only. Relies heavily on the `say` command and `osascript` commands for controlling applications.
The interesting functions are all in `timed-functions.sh`. Otherwise it is up to personal preference and whatever clever tricks you can come up with to optimize your time. If you want a place to start from I suggest `bash-morning.sh`. That is the script I use the most.
Personally I find that this sort of scripting gives me a lot less to think about during the morning. My equivalent to Obama's only having one suit so he doesn't need to make a decision. I can also do things like script up links to recent code changes by everyone on my team, or every dashboard that I want to review for performance. I find having that sort of thing in a text file much easier to maintain than putting it into browser bookmarks.