An open API service indexing awesome lists of open source software.

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! :)

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.