Skip to content

VladimirRybalko/lazy-developer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lazy-developer

Everybody hates stupid frequently repeating actions. Me too. So let's automate it.

I'm going to collect my automation tools and different useful tricks here. All of them help me with my daily work. Hope it will be also helpful for you.

Listing

hosts.ps1

Simply powershell script to manage a windows hosts file. It will be very useful if you should switch between different environments during your work.

# switch to hosts file.
Switch-Host 'dev'

# create a new empty host file in special my-hosts folder.
Create-Host 'dev'

# open an existing hosts file.
Open-Host 'qa'

# open a current used hosts file.
Open-Current-Host

About

Automate your frequently repeating actions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published