5 ms·
I made a slightly different thing: If you are on /home/user/projects/app/src/handlers/ and you want to go to `app/`, you'll do: > up src Or give name o
by ajitid 5y ago
I made a slightly different thing:
If you are on
/home/user/projects/app/src/handlers/
and you want to go to `app/`, you'll do:
> up src
Or give name of any other child folder/file of `app/`. So if `.git` exists in `app/`,
> up .git
would work too.
I made it for Fish shell:
https://gist.github.com/ajitid/81a4993be410586c038f8b3fc140b1c7 https://gist.github.com/ajitid/81a4993be410586c038f8b3fc140b...