Topic: https://brettterpstra.com/2021/12/24/a-fuzzy-cd-command-for-fish/
hide preview

What's next? verify your email address for reply notifications!

y5FnwF9P 3y, 66d ago [edited]

Howdy. Much appreciated, just switching over to fish from zsh. I snagged all your files and I think it's missing 'shortest.fish' from the list

my run:

$ cd bar 
fish: Unknown command: shortest
in command substitution
    called on line 32 of file ~/.config/fish/functions/ffmark.fish

this is super dope.

remark link
hide preview

What's next? verify your email address for reply notifications!

Brett 3y, 65d ago

Ah, sorry I missed that one. It's in the autoload functions (functions/shortest.fish)

hide preview

What's next? verify your email address for reply notifications!

unverified 3y, 83d ago

Hello Brett, in ffmark.fish shouldn't the two instances of 'replace' (lines 35 and 42) actually be 'string replace'? Otherwise it throws an error for me.

remark link
hide preview

What's next? verify your email address for reply notifications!

Brett 3y, 83d ago

Yep, just caught that this morning, new version in the repo.

hide preview

What's next? verify your email address for reply notifications!