The improved sessions.
pip install pipenv
if you have not installed it, yetpipenv shell
to activate the environmentpipenv install -e .
to install the command and use it "session [option]" (don't forget to use -e flag to activate the editable mode)
session [options]
Options | What it does |
---|---|
-s [session_name] | Stores a session with name [session_name] |
-r [session_name] | Restores a session with name [session_name] |
-i [app_name] -i [session_name] | Ignores from storing an app in a session with name [app_name] |
-ls | Lists all active sessions |
-a | Displays all running apps |