Commit Graph

212 Commits

Author SHA1 Message Date
Thayne McCombs 4e7b403c1f Use clap-derive for option parsing
This makes the definition of arguments to fd a little more ergonomic,
and makes it easier to insure the types for the arguments are consitent.
2022-10-08 00:41:33 -06:00
Tom Eichlersmith 3e68733c94 add file-type requirement and redirect
as suggested by @sharkdp

Co-authored-by: David Peter <sharkdp@users.noreply.github.com>
2022-09-03 00:09:53 +02:00
Tom Eichlersmith c9db74bfd4 add md5sum example to README
this includes a statement that `fd` will not interlace or garble the terminal output from its multiple threads
2022-09-03 00:09:53 +02:00
David Peter 33beb7fc64 Bump version 2022-05-29 11:21:45 +02:00
Bost cf4964d0f8 Update README.md
GuixOS installation instructions.
2022-04-20 22:49:52 +02:00
ethsol 8a17ca25d6 Added install instructions for RHEL8 and clones
added chown for fd.1.gz, too
2022-04-02 20:55:08 +02:00
ethsol 6faf9ff1e0 Added install instructions for RHEL8 and clones 2022-04-02 20:55:08 +02:00
Max Coplan db2fd00c4a
📝 Update README formatting
Probably meant to use `code styling` instead of *italicizing*
2022-03-14 10:44:36 -07:00
Jacob Chapman 45f490a407 Looks like the COPR repo is no longer maintained
or only available on fedora rawhide
2022-03-08 07:41:46 +01:00
dependabot[bot] ba473fc925 Bump lscolors from 0.8.1 to 0.9.0
Bumps [lscolors](https://github.com/sharkdp/lscolors) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/sharkdp/lscolors/releases)
- [Commits](https://github.com/sharkdp/lscolors/compare/v0.8.1...v0.9.0)

---
updated-dependencies:
- dependency-name: lscolors
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-04 08:31:05 +01:00
David Peter c48d02e0a9 Bump version to v8.3.2 2022-01-29 16:49:09 +01:00
Thayne McCombs 2e9be3e3f5 Bump MSRV to 1.54
Because that is needed by clap 3.0
2022-01-07 23:56:03 -07:00
David Peter 72895675ef Bump version to v8.3.1 2022-01-06 14:20:02 +01:00
David Peter 52f22557a5 Update usage section 2021-11-26 22:18:50 +01:00
David Peter 72cc9a876c Bump version 2021-11-26 22:18:50 +01:00
David Peter fba6db5096 Modify example to a realistic use case 2021-11-26 19:31:06 +01:00
tacoda f2eb1be678 Add an example of the -X option using rg 2021-11-26 19:31:06 +01:00
David Peter 690976380d Add section concerning aliases, shell functions
closes #870
2021-11-14 16:21:26 +01:00
David Peter 828649a30d Revert "Add pemistahl as a maintainer"
This reverts commit c06c9952b6.
2021-11-14 13:58:57 +01:00
Niklas Mohrin a64a607fd8 Bump MSRV to 1.53 2021-10-12 18:49:07 +02:00
Frieder Bluemle fd1c3d376e
Fix typos 2021-10-06 18:38:50 +02:00
Thayne McCombs 1795e0e9dd Add documentation and examples of ** in glob mode
And how it should be used with the `--full-path` option.

Fixes #764.
2021-08-10 20:53:56 +02:00
Thayne McCombs 500f404c4f Mention `make` as a build dependency.
Fixes #743
2021-08-10 20:41:02 +02:00
David Peter c06c9952b6 Add pemistahl as a maintainer 2021-08-09 23:06:00 +02:00
Sean Joseph 25d7c4801f Changed to better whole word example 2021-08-09 13:42:45 +02:00
Sean Joseph d34e18a58c Added example for searching exactly a filename 2021-08-09 13:42:45 +02:00
David Peter c37592b0b7 Add tavianator as a maintainer 2021-08-09 07:34:26 +02:00
David Peter 2a2126c40a Fix clippy warnings 2021-07-27 09:05:23 +02:00
David Peter db30bfc2b7
Update README.md 2021-07-26 22:34:03 +02:00
Thayne McCombs 024309f378
Add comment to README about making sure .local/bin is on PATH (#797)
To make it more clear how to set up the symlin on debian/ubuntu.

Fixes #791
2021-07-20 09:05:01 -06:00
Luca Poldelmengo ac4ded5b27 Add explanation for musl releases 2021-06-20 10:26:58 +02:00
Sudeshna Sur c9873b4b82 A few spell-checks is required in the readme file
fd is a program to find entries in your 'filesytem'. It must be filesystem instead :)
2021-05-25 06:35:46 +02:00
Kaspar 07ebce9419 Add rofi to integration with other programs in README.md
As discussed in ISSUE #753
2021-05-13 11:40:10 +02:00
Delapouite f60b7687a2 doc: add link to GNU parallel 2021-03-14 20:10:47 +01:00
David Peter 4ebb3bbc81 Explain what will be executed 2021-02-14 19:59:53 +01:00
David Peter d283aba52e Move command execution section 2021-02-14 19:51:10 +01:00
David Peter 5423c45660 Update command execution section 2021-02-14 19:50:50 +01:00
David Peter 98738d2ac1 Remove xargs section from How-to 2021-02-14 11:27:44 +01:00
David Peter 371794047a Update features section 2021-02-14 11:22:10 +01:00
David Peter c43c931985 Update intro 2021-02-14 11:17:04 +01:00
David Peter 41dc622fb5 Update features section 2021-02-14 11:07:44 +01:00
David Peter 266ba7893a Add quick links 2021-02-14 11:03:24 +01:00
David Peter 194dbe2033 Move benchmark and CLI sections 2021-02-14 10:57:09 +01:00
David Peter 97f1558daf Move colorized output section to 'Troubleshooting' 2021-02-14 10:55:30 +01:00
David Peter f00af363d1 Fix section heading levels 2021-02-14 10:52:53 +01:00
David Peter 2155d19be0 Change section header 2021-02-14 10:51:40 +01:00
David Peter 3e728f3edd Update LICENSE terms => 2021 2021-02-14 10:51:30 +01:00
David Peter 6645131234 Integrate regex link into text 2021-02-14 10:47:34 +01:00
Travis Stewart 189d6a907a Move and update Parallel command execution section 2021-02-14 10:45:26 +01:00
David Peter 8a83ad41c8 Remove alias suggestions 2021-02-14 10:44:52 +01:00