0

Fish can't cd into a folder on a Webdav remote directory through Rclone:

Welcome to fish, the friendly interactive shell
Type `help` for instructions on how to use fish
drive ) ls
Documents/  Music/           Videos/
Gem/        Misc/            Pictures/
drive ) cd Documents
cd: The directory “Documents” does not exist
drive ) sh
$ cd Documents
$ pwd
/mnt/drive/Documents
$ exit
drive )

Perhaps because it uses a wrapper around cd, maybe it is a bug, or instead I have to disable or rename the cd function, not sure how to address it.

5
  • What does echo $FISH_VERSION show? How about echo $CDPATH? Commented Jun 15, 2023 at 4:39
  • Hi, there you go: echo $FISH_VERSION returns: 3.1.2 ; while echo $CDPATH returns: A BLANK LINE ; thanks!
    – freezr
    Commented Jun 15, 2023 at 13:04
  • That fish version is quite old - the current version is 3.6.1, 3.1.2 is 31.1% of all commits ever made to fish behind. In particular this seems like it could be solved by github.com/fish-shell/fish-shell/pull/7586, which was added in fish 3.3.0. Go to fishshell.com for the official repositories to get a new fish version.
    – faho
    Commented Jun 16, 2023 at 12:23
  • @faho I've just upgraded Armbian to bookworm, perhaps this will solve the issue!
    – freezr
    Commented Jun 17, 2023 at 15:02
  • 1
    Newer version now work!
    – freezr
    Commented Jun 22, 2023 at 14:26

0

You must log in to answer this question.

Browse other questions tagged .