ca works differently, worse
When I used to use ca, it would...
- make a line in my
~/.cdargsfile and - when I used
cv, it would take me right back to where I was when I usedca
Now it doesn't do that, but instead does this:
- makes no change to
~/.cdargsand - takes me to the cdargs menu where I have to chose the new bookmark from a list before taking me to the location.
The readme and install notes have been gutted and are now useless for either a git or brew install, so any guidance would be appreciated.
@surrain - ran into the same problem after brew installing the latest cdargs (2.1)
It seems it has moved places but the bash-completion is still looking for the old file. I don't understand the reasoning. https://github.com/cbxbiker61/cdargs/blob/c6c53d6bf5e391ddfa91b0695e819765b4e029fe/src/cdargs.cpp#L169
I have just copied my old cdargs bookmark to where the new file exists and created a symlink
$ cp .cdargs .config/cdargs
$ rm .cdargs
$ ln -s .config/cdargs .cdargs
@chenrui333 @cbxbiker61 - why the different src/cdargs.cc and src/cdargs.cpp?