portalize
A simple shell alias to make portals
How it works?
It's a very simple alias that allows you to create alias for your current directory.
Several times we need to go from a different directory path to another as well as when you change the project that you are working, or needs to go working on a very deep directory path.
We make it easy to you with portalize.
Install
Execute on your shell:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/dapx/portalize/master/install.sh)"
source ~/.$(basename $SHELL)rc
How to create portals?
Create a portal is easy peasy:
cd project/directory
portalize aliasname
After that you can call the alias from any place:
aliasname
And you will be teleported to there.
How to remove portals
Call the unportalize alias from any place passing the alias name that you want to remove:
unportalize aliasname
How to uninstall
Very simple too:
unportalize portalize
unportalize unportalize