Hacker News new | ask | show | jobs
by ajitid 1781 days 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/81a4993be410586c038f8b3fc140b...