goto
goto copied to clipboard
Where Am I feature
I think it is an interesting missing feature. If you just type goto, it will return where you are e.g. the alias if it was registered otherwise return the directory as red. If you go to some directory and succeed it will also return the corresponding directory.
┌──(venv)(rnogueira㉿brcpqn0753)-[goto] (where-ami-in-goto)
└─$ goto
/home/rnogueira/THINGS_HOME/Projects/goto
┌──(venv)(rnogueira㉿brcpqn0753)-[goto] (where-ami-in-goto)
└─$ goto today
/home/rnogueira/THINGS_HOME/Today
┌──(venv)(rnogueira㉿brcpqn0753)-[Today]
└─$ goto
today
┌──(venv)(rnogueira㉿brcpqn0753)-[Today]
└─$
``