Using Parallel Envs, you can put a library into the system folder without worry about making the folder dirty.
After installing this, you can create an "env" and add your files to the "env". Then, you get a right to make your "env" disabled or undo it. If an "env" were made disabled, the files which is included in it would be disabled(deleted). If undo, the files would reappear!
This project consists of three items.
- Parallel Envs System (Library)
- Parallel Envs CUI tool (Executable item)
- Parallel Envs GUI tool (Executable item, Windows only)
- Fork it
- Create your feature branch (git checkout -b feature/some)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin feature/some)
- Create new Pull Request