find-things-fast icon indicating copy to clipboard operation
find-things-fast copied to clipboard

ftf fails when running over tramp

Open holdenk opened this issue 3 years ago • 2 comments

It seems to execute the find in the homedir rather than the current dir that's open.

holdenk avatar Jul 23 '21 18:07 holdenk

I don't use tramp and have never tried this. ftf's design is to shell out to git, hg or find to do the majority of the work, and I'm uncertain if that sort of design is even compatible with tramp.

eglaysher avatar Jul 24 '21 13:07 eglaysher

Legit, it does seem to shell out to find "successfully" but I think's the resolving the root of the project gets screwy running over tramp mode because it ends up doing a find over my entire home dir instead of just the project.

holdenk avatar Jul 28 '21 18:07 holdenk