https://github.com/thalesfp/lazydev
Scripts I use daily in my work environment. Why? Because I love scripts! :)
https://github.com/thalesfp/lazydev
fzf git script shell-script
Last synced: 2 months ago
JSON representation
Scripts I use daily in my work environment. Why? Because I love scripts! :)
- Host: GitHub
- URL: https://github.com/thalesfp/lazydev
- Owner: thalesfp
- Created: 2020-05-19T16:17:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T17:09:50.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T15:27:05.869Z (4 months ago)
- Topics: fzf, git, script, shell-script
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lazydev
Scripts I use daily in my work environment. Why? Because I love scripts! :)
### p.sh
Uses [fzf](https://github.com/junegunn/fzf) to find and run npm scripts
```bash
alias p="zsh ~/path/to/p.sh"
```### commit.sh
In my team, we need to prepend the Jira task ID in each commit message, so I created this script to help me with this.
```bash
alias co="zsh ~/path/to/commit.sh"
```### wakeup/sleep
Scripts used with [sleepwatcher](https://www.bernhard-baehr.de/) and [blueutil](https://github.com/toy/blueutil) to disconnect my Bluetooth phone when the notebook sleeps. Helps me saves a lot of battery.