https://github.com/lpg2709/my-shellscritps
Collection of script that you use to help my laziness to take my hand off the keyboard.
https://github.com/lpg2709/my-shellscritps
Last synced: 9 months ago
JSON representation
Collection of script that you use to help my laziness to take my hand off the keyboard.
- Host: GitHub
- URL: https://github.com/lpg2709/my-shellscritps
- Owner: lpg2709
- Created: 2021-03-14T21:40:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T12:34:28.000Z (over 3 years ago)
- Last Synced: 2025-04-02T04:55:38.502Z (9 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Shellscritps
Collection of script that I use to help my laziness to take my hand off the keyboard.
## Configure
### Install
Justt copy and paste this command:
```sh
sudo bash -c "$(wget -qO- https://git.io/JqrsA)"
```
and press ENTER.
Enter a directory for installing the scripts or use the ```-d``` option for the standard installation (```/opt/ShellScripts```).
### Maual install
I place these scripts inside ```/opt/Shellscripts``` and export to $PATH.
```bash
export PATH=/opt/ShellScripts/:$PATH
```
I use the keyboard shortcut configuration to call some scripts, and if necessary I can call them directly from the terminal.
## Excute
To run any script, after exporting the folder in ~ / .bashrc:
```bash
./color.sh
```
## Scripts inside
What's in the project is and what it does.
##### $ bluefilter.sh
Decreases the color temperature.
#### $ color.sh
Show the color values accepted by the ASCII code
#### $ mic_stats.sh
Check whether the microphone is muted or not.
#### $ mictest.sh
Loopback to output the input audio.
#### $ mic_toggle.sh
Mute and unmute microphone.