fd icon indicating copy to clipboard operation
fd copied to clipboard

feat: Add option to always include cwd prefix

Open tmccombs opened this issue 6 months ago • 1 comments

Fixes: #1243 Fixes: #1331

  • [x] add test
  • [ ] update changelog

tmccombs avatar Dec 06 '23 08:12 tmccombs

Not sure if this was mentioned in the linked issues, but it is already possible to get the leading ./ by specifying . as the search path explicitly, e.g.

$ fd . .
./cli.rs
./config.rs
...
$ fd --search-path .
./cli.rs
./config.rs
...

tavianator avatar Dec 06 '23 18:12 tavianator

Thank you for the update

sharkdp avatar May 06 '24 06:05 sharkdp