goto icon indicating copy to clipboard operation
goto copied to clipboard

Where Am I feature

Open enogrob opened this issue 4 years ago • 0 comments

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]
└─$ 
``

enogrob avatar Nov 11 '21 12:11 enogrob