-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
long file name support by default? #364
Copy link
Copy link
Closed
Labels
help wantedOthers are encouraged to work on this issue.Others are encouraged to work on this issue.iceboxA feature that is recognized as possibly desirable, but is unlikely to implemented any time soon.A feature that is recognized as possibly desirable, but is unlikely to implemented any time soon.questionAn issue that is lacking clarity on one or more points.An issue that is lacking clarity on one or more points.rollupA PR that has been merged with many others in a rollup.A PR that has been merged with many others in a rollup.
Metadata
Metadata
Assignees
Labels
help wantedOthers are encouraged to work on this issue.Others are encouraged to work on this issue.iceboxA feature that is recognized as possibly desirable, but is unlikely to implemented any time soon.A feature that is recognized as possibly desirable, but is unlikely to implemented any time soon.questionAn issue that is lacking clarity on one or more points.An issue that is lacking clarity on one or more points.rollupA PR that has been merged with many others in a rollup.A PR that has been merged with many others in a rollup.
Seems long file names may not work in the Windows x64 build of ripgrep 0.4.0.
In cmd on windows 10 (Version 1607 OS Build 14393.693) do the following:
Execute rg:
rg "foobar"Result:
./abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrs: The system cannot find the path specified. (os error 3)Try again:
Result:
\\?\c:\ar\abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrs 1:"foobar"It would be nice to have long file name support by default without having to add
\\?\%cd%.