Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinfrost47/bashtimer
A very simple Timer built using bash script
https://github.com/justinfrost47/bashtimer
Last synced: 17 days ago
JSON representation
A very simple Timer built using bash script
- Host: GitHub
- URL: https://github.com/justinfrost47/bashtimer
- Owner: JustinFrost47
- License: mit
- Created: 2022-01-06T05:13:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T09:13:43.000Z (about 2 years ago)
- Last Synced: 2024-11-20T13:13:26.662Z (3 months ago)
- Language: Shell
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BashTimer
A very simple Timer built using bash script#Requirements:
1. Vlc player2.Bash based shell (Bash or Zsh or fishπ ...etc)
#Getting yourself a clone of Bash timer
git clone https://github.com/JustinFrost47/BashTimer.gitNote: make sure that git is installed . If it is not installed , install it using your package manager
#Installing git
1.Installing Git Ubuntu or similair Debian based distros
sudo apt-get install git
2.Installing Git on CentOS
sudo yum install git
3.Installing Git on Arch Linux
sudo pacman -Sy git#Running the script
1.Getting to cloned directory
cd < Location where you cloned this repo >2. Executing timer script
./Timer.sh
#Changing alarm sound
1. Get a .mp3 file of the music of your choice
2. paste it in the "alarm" folder found in the cloned repo
3. delete the previous alarm.mp3 file
4. rename your preferred .mp3 file to "alarm.mp3"
Note: This .sh file is just a fun learning experience and was originally intended for personal use.
I am a noob in this So, Dont Cringe at the absurd quality of code :]