Skip to content

Instantly share code, notes, and snippets.

@octplane
Created June 6, 2012 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save octplane/2881699 to your computer and use it in GitHub Desktop.
Save octplane/2881699 to your computer and use it in GitHub Desktop.
fish function file for cdargs
function ca
command cdargs --add=":$argv:$PWD"
end
function cv
cdargs "$argv"; and cd (cat "$HOME/.cdargsresult")
end
function _cdargs_completion
cat ~/.cdargs | cut -d' ' -f1 | xargs echo
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment