DEV Community

Discussion on: Tired of opening manually the same programs every morning ?

Collapse
 
zaimazhar97 profile image
zaimazhar97

I use Brave browser with saved session and tabs. My calendar, emails, git repositories are all in the browser. I could simply close Brave with all the tabs running and open Brave the next day with the same tabs popping up. 😉

Collapse
 
leamsigc profile image
Ismael Garcia

That sounds nice. Probably this is more towards to someone that switch project in between the day and you need to run more than one command to get the project up and running.
Here is an example
when I'm working on a specific day
I need to do the following.

  • CD to the folder of the project
  • git pull all the branches for the other services like the backend for some sort of business.
  • rebuild the jar files
  • open a new tmux -panel -run a couple of Docker commands to get systems up
  • open vscode