cdargs icon indicating copy to clipboard operation
cdargs copied to clipboard

ca works differently, worse

Open surrain opened this issue 5 years ago • 1 comments

When I used to use ca, it would...

  1. make a line in my ~/.cdargs file and
  2. when I used cv, it would take me right back to where I was when I used ca

Now it doesn't do that, but instead does this:

  1. makes no change to ~/.cdargs and
  2. 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 avatar Jul 06 '20 16:07 surrain

@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?

jorjahung avatar Jan 31 '21 20:01 jorjahung