Skip to content

deda9/Morning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Morning

In every morning of every working day I always need to check slack and work/persoanl emails while having my coffee, so instead each time open it manually, this is a tiny script do that work on Mac OS.

Setup

1- move the morning.sh into your home directory

mv morning.sh $HOME

2- give the permission for the file chmod 755 path/to/morning.sh

3- Update the .bash_profile or .zshrc where you add an alias to run the script by appending to the file

echo " 
alias morning="./morning.sh"
alias mor="./morning.sh"
" >> .zshrc

3- to run the script, just type in your Terminal moror morning

TODO

  • Check if the time is working time or not to open.

About

Morning helper with your coffee

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages