2019-02-23

Envirou - Master your shell environment

Envirou is a simple tool that I created years ago to manage my own shell environment.  I was tired of having a long list of unreadable PATH definitions and learning the various idiosyncrasies of the many tools that require you to learn their own syntax and conventions.
Now I simply create a new profile and switch between Python versions, AWS profiles and Kubernetes contexts using the same tool.  The best part is that it is complementary - you can use it to view your config and check out what changes various scripts do to your environment.

Envirou in action
How Envirou gives you quick overview of your environment

Head over to Envirou to install.  It is fully open sources with the most permissive license possible (MIT).

No comments:

Post a Comment

Backup your PostgreSQL database on Kubernetes

I did not find any out of the box solution so I created my own.  Please see the Github Readme page for more information: postgresql-backup-s...