Commit Graph

248 Commits

Author SHA1 Message Date
David Peter db6fc44d05
Add packaging status to README 2020-04-24 12:40:55 +02:00
sharkdp a06efe1418 Update USAGE section 2020-04-16 10:02:29 +02:00
sharkdp ee1a9f567f Bump version to 8.0 2020-04-16 10:02:29 +02:00
spearkkk 12bd321a27 Add link for Korean 2020-04-01 17:08:12 +02:00
sharkdp dd07bc9ef1 Bump min. required Rust version to 1.36 2020-03-22 16:19:28 +01:00
sharkdp 2340bab32a Update README 2020-03-22 15:58:21 +01:00
sharkdp e5e14f31c4 Bump version to 7.5.0 2020-03-22 15:48:55 +01:00
David Peter 9c9bb12f23
Update README.md 2020-03-19 22:57:22 +01:00
Dave Parfitt 70448b0006 honor the NO_COLOR env var 2020-03-19 22:56:28 +01:00
Adam Smith 3c6fab3439 Fix homebrew formula link 2020-03-14 14:36:54 +01:00
Shun Sakai 56289041a6 Fix LICENSE
- Add copyright notice to the MIT License.
- Add information about the license to README file.
2020-01-19 19:06:21 +01:00
David Peter 8196f79fa4
Show `master` build state 2020-01-12 11:06:04 +01:00
sharkdp c001dd47a7 Hide --one-file-system from the short help text 2020-01-01 11:54:01 +01:00
Simon Engmann 94993ca6c2 Rename `--same-file-system` to `--one-file-system` 2020-01-01 11:54:01 +01:00
Simon Engmann 8796de57b5 Add same file system functionality
This adds a `--same-file-system` CLI option that instructs the walker to
not cross file system boundaries.
Due to the fact that the corresponding option of the `ignore` crate's
`WalkBuilder` does not support platforms other than Unix and Windows,
the option does nothing on platforms other than those.
Resolves #507
2020-01-01 11:54:01 +01:00
evitalis 19e5d6e36e Remove OpenBSD install instructions 2019-11-25 07:29:31 +01:00
sharkdp 25a728529d Bump version 2019-09-15 17:06:30 +02:00
sharkdp 1056220421 Update USAGE section 2019-09-15 17:05:34 +02:00
David Peter 630749f706
Clarify statement about number of threads for parallell execution 2019-06-17 19:25:16 +02:00
Jason Heeris 1daa454615 Added detail on parallel execution job pool to man page and README. 2019-06-17 19:21:47 +02:00
Chloe Kudryavtsev 0b04bd19df Add Alpine Linux installation instructions
Resolves #451
2019-06-11 07:38:55 +02:00
David Peter ac2dae0427
Update Ubuntu install instructions 2019-05-31 21:26:00 +02:00
sharkdp 53afcd8fc3 Add a section about "removing files"
see #387
2019-05-31 14:30:54 +02:00
Pablo Varela d266fa3010 Remove npm on macOS 2019-05-10 11:43:57 -05:00
Pablo Varela e7d0a91986 ocd 2019-05-10 11:43:57 -05:00
Pablo Varela 801816ee6c Add instructions for npm 2019-05-10 11:43:57 -05:00
evitalis f15540e501 Add OpenBSD installation steps 2019-03-13 08:17:06 +01:00
Tobias Kortkamp f3ec3d9cf0 Update FreeBSD install instructions
Installing fd does not require using portmaster (it will also build
fd from source).  IMHO this is pretty misleading.  Let's update the
FreeBSD install instructions to recommend using the binary package
in the official repository like on other systems.
2019-02-27 07:21:45 +01:00
sharkdp f1ab443dd0 Update USAGE in README 2019-02-13 19:58:27 +01:00
sharkdp c83bcfbdfc Bump version number 2019-02-13 19:50:50 +01:00
sharkdp 85f9db0565 Add troubleshooting section, closes #386 2019-01-09 23:06:54 +01:00
sharkdp 2672d84160 Add section about catch-all patterns, closes #385 2019-01-09 23:06:54 +01:00
sharkdp 04debe5c4e Adapt README 2019-01-01 16:23:22 +01:00
Sylvestre Ledru ec99e5d34c Update info about debian & ubuntu 2019-01-01 16:20:04 +01:00
sharkdp 3c87952c47 Bump minimum required Rust version 2018-12-14 23:20:18 +01:00
sharkdp 26c2371835 Bump version 2018-10-27 17:09:00 +02:00
sharkdp daf5191aac Add note about .ignore files 2018-10-27 16:44:34 +02:00
sharkdp c0c38872c4 Update usage 2018-10-27 16:37:41 +02:00
yobrave e2bb932f87 Doc: add chinese readme link (#347) 2018-10-19 22:05:15 +02:00
David Peter 437bd1188e
Remove shell prompt 2018-10-14 19:27:03 +02:00
David Peter dae09ecf6d
Add recommendation for "alias fd=fdfind" 2018-10-14 19:26:22 +02:00
Sylvestre Ledru d81cf34771 fd is now officially in Debian (#345)
* fd is now officially in Debian
2018-10-14 19:21:16 +02:00
sharkdp 53226f82eb Upgrade minimum reqiured version of Rust to 1.29
This upgrades the minimum required version of Rust to 1.29 in order to
fix #288.

See also:
- Rust compiler bug ticket: rust-lang/rust#50619
- Rust compiler PR with the fix: rust-lang/rust#50630

closes #288
2018-09-18 21:04:09 +02:00
sharkdp 67e76b8b5b Update USAGE 2018-08-19 18:50:35 +02:00
David Peter cb47be6497
Fedora is now in the official repositories 2018-05-02 20:54:08 +02:00
David Peter 060d14b5dc
Update README.md 2018-04-26 19:53:04 +02:00
Rainer Müller fe922688b3 README: Add install instructions for MacPorts 2018-04-26 19:51:04 +02:00
sharkdp f02b3cba6a Fix typos 2018-04-13 23:13:22 +02:00
Chen Bin 666f90db87 Re-org fzf part. Doc on using fd with Emacs 2018-04-13 23:13:22 +02:00
Avindra Goolcharan 2a1ee0b17d README: openSUSE package available
add software.opensuse.org link and `zypper in fd`
2018-04-01 17:25:23 +02:00
sharkdp 388b90e624 Update USAGE and man page 2018-03-26 10:25:33 +02:00
sharkdp 011e09840a Bump version number 2018-03-26 10:16:18 +02:00
joachimschmidt557 ab3ded8d27 Update README.md 2018-03-16 06:11:32 +01:00
sharkdp d49b0aa977 Fix small mistake in README 2018-03-14 22:40:49 +01:00
KmBKeef ddddc3f1db fd on Fedora copr (#255)
created fd rpm and added it to Fedora copr
2018-03-14 21:12:16 +01:00
David Peter 87d0ccd4c0
Documentation for `-E` and `.fdignore`, see #156 2018-03-13 22:54:08 +01:00
David Peter 82eeeda504
Update README.md 2018-02-24 12:07:24 +01:00
Chawye Hsu f16552f29c Add a installation method for Windows 2018-02-24 12:06:46 +01:00
Georgy Yakovlev ad8256c217 README.md: gentoo now has fd ebuild, document it 2018-02-19 08:38:14 +01:00
David Peter 1c1be76f35
Update README.md 2018-02-13 08:10:16 +01:00
David Peter 267598fba5
Arch Linux package was renamed to 'fd' 2018-02-11 11:41:54 +01:00
sharkdp a6086abe7f Updates for v6.3.0 2018-02-10 16:46:42 +01:00
David Peter 7f65e7a0d6
Update benchmark results 2018-02-10 16:43:36 +01:00
sharkdp 814d37030e Implement -F/--fixed-strings/--literal 2018-02-10 15:55:06 +01:00
Lewis Belcher 089c183d30 Update README.md
The suggested use of `--ignore` no longer exists (renamed to `--no-ignore`)
2018-02-10 14:19:54 +01:00
sharkdp 6d83eea32b Small screencast updates 2018-01-28 15:44:07 +01:00
Mario Nebl 4fb9d84ffc Use new screencast
* Might not require rawgit as per https://github.com/marionebl/svg-term-cli/issues/5#issuecomment-360037548
2018-01-28 12:59:27 +01:00
Mario Nebl 4e737b4b44 Use upstream src 2018-01-28 12:59:27 +01:00
Mario Nebl c985ba2e6f Use local svg demo 2018-01-28 12:59:27 +01:00
Vinaya 1045930dd9 Fix typos (#218)
This fixes few typos: "distributions", "want to" instead of "want so".
2018-01-10 13:02:25 +01:00
David Peter cc36543da2
Add GA
I'm curious :-)
2018-01-09 17:41:02 +01:00
sharkdp 61a065dd92 Update version information 2018-01-03 10:40:28 +01:00
sharkdp 941caeb053 Update documentation 2018-01-03 10:40:28 +01:00
David Peter b4ae0dca7e
Add instructions on how to use fd with fzf 2018-01-02 22:26:38 +01:00
sharkdp aeb3722b69 Update installation instructions, see #174 2018-01-01 15:27:05 +01:00
sharkdp b2797c0c45 Bump minimum rust version to 1.20 2017-12-09 22:14:53 -08:00
sharkdp aaf9e024d5 Updates for 6.1.0 2017-12-09 21:40:13 -08:00
maxice8 44ee5a0b85 Add instructions on how to install under Void Linux 2017-11-18 11:15:31 +01:00
David Peter 0999f8e328
Updated installation instructions 2017-11-16 08:19:20 +01:00
sharkdp 9be32fa6a7 Bump version number 2017-11-15 23:39:55 +01:00
Matthias Reitinger 5f4a1203b4 Update documentation for --exec syntax change 2017-11-15 23:18:36 +01:00
Andrey Cherkashin 1a6c92c475 Add instructions on how to install under FreeBSD
As of this morning 5.0.0 is in ports tree.
2017-11-15 21:54:34 +01:00
sharkdp 7b8d9322ba README and man page updates. 2017-10-25 22:43:36 +02:00
sharkdp 19afb15a98 Fix --exec examples in README
[ci skip]
2017-10-25 21:44:13 +02:00
sharkdp 7ecb623950 Updates for the parallel command execution part
[skip ci]
2017-10-22 21:59:03 +02:00
sharkdp 5863a5e706 Updates for the tutorial
[skip ci]
2017-10-22 21:59:03 +02:00
sharkdp d32fe0241e Updated tutorial with real-world examples
Initial work by @TitiAlone

Closes #73

[skip ci]
2017-10-22 21:59:03 +02:00
sharkdp e9cf8af911 Updates and preparations for v5.0 2017-10-22 12:10:51 +02:00
Ben Morgan 200dfaa20a README: Arch Linux has package fd-rs in official repos 2017-10-21 00:23:15 +02:00
Michael Aaron Murphy 2a23905af5 Fix merge conflicts 2017-10-15 09:37:48 -04:00
Matt 08aa06a0ad Added another way of installation
Added option using Nix package manager
2017-10-15 10:12:02 +02:00
Michael Aaron Murphy 718f723d31 Enable absolute paths w/ exec 2017-10-14 16:42:47 -04:00
Michael Aaron Murphy fb1cd3a322 Fix for older builds
Rust 1.19 will be a requirement, however.
2017-10-14 13:38:54 -04:00
Michael Aaron Murphy 4a5a5faf4d Implement --exec feature
Closes #84
2017-10-14 12:24:17 -04:00
Jean-Christophe Petkovich affe41949d Switch symlink arg from 's' to 'l' (#83)
closes #80
2017-10-09 21:25:30 +02:00
Oli Lalonde 68a85c7e5b Update README.md 2017-10-08 22:52:43 +02:00
sharkdp b9b6964f30 Small update for the tutorial 2017-10-08 21:46:29 +02:00
David Peter 0cd9d8c3a6 Link to benchmark section 2017-10-08 20:54:54 +02:00
David Peter b98e4c9931 Update development instructions 2017-10-07 16:19:47 +02:00
David Peter 43b124cf19 Add Windows install instructions 2017-10-07 16:18:19 +02:00
sharkdp d8da6ec83c Update long help text 2017-10-07 15:15:30 +02:00
sharkdp 080e8a9b6e First update for tutorial 2017-10-06 17:07:26 +02:00
Ricky 3b55edf5dd Add examples to README (#68)
closes #57
2017-10-06 16:31:04 +02:00
David Peter 083b1cfd9b Update USAGE. 2017-10-03 20:23:53 +02:00
Matthias Reitinger 83db8673cf Add extension filtering 2017-10-03 18:28:54 +02:00
sharkdp 8073635177 Add badges 2017-09-27 21:47:41 +02:00
David Peter 89124b317e Remove link to fd-rs-git 2017-09-27 20:53:25 +02:00
David Peter d8c588d805 Add crates.io badge 2017-09-17 13:17:40 +02:00
David Peter df44407b84 Formatting of help text 2017-09-17 09:45:54 +02:00
exitium 2a3dd5b631 Add file type filtering 2017-09-17 09:25:01 +02:00
David Peter 2def50bddd Add stable AUR package 2017-09-13 19:30:42 +02:00
David Peter 6c69b98b49 Add link to Homebrew formula 2017-09-10 09:49:53 +02:00
David Peter 3afd216008 Update demo video 2017-09-09 20:39:41 +02:00
sharkdp f1f537b83a Add new cargo install instructions 2017-09-09 19:35:03 +02:00
sharkdp a2349848c0 Add command-line options 2017-09-09 19:35:03 +02:00
sharkdp 4884c23283 Update development instructions 2017-09-09 19:04:17 +02:00
David Peter d67b1bba61 Update benchmark results 2017-09-09 18:46:05 +02:00
David Peter b34716051a Add note about regex and ignore crates 2017-09-09 17:07:19 +02:00
David Peter 1586d653ae Add link to AUR package 2017-08-01 18:43:45 +02:00
Wesley Moore f8b02ac5ae Add Arch Linux installation instructions 2017-08-01 11:44:29 +10:00
David Peter eb728756ed Update install instructions 2017-06-15 12:25:16 +02:00
sharkdp c74c2ca39b Update benchmark results, see #31 2017-06-09 15:06:31 +02:00
sharkdp 641ca69b49 Add note about rust 1.16 2017-06-06 20:47:11 +02:00
David Peter 1430c1d7bf Update benchmark results 2017-06-02 22:23:27 +02:00
David Peter 7b1a457214 Update README.md 2017-06-02 20:42:55 +02:00
sharkdp 7f49489aa2 Update README 2017-06-02 20:34:02 +02:00
David Peter 75f1404c25 Update README.md 2017-05-14 21:58:52 +02:00
David Peter 3cd208c143 New demo 2017-05-14 21:40:33 +02:00
David Peter 8ad71c16a4 Update README.md 2017-05-14 20:18:17 +02:00
David Peter a4e48cfcc4 Update install instructions 2017-05-14 20:07:59 +02:00
David Peter 7b007720ac Added benchmark results 2017-05-13 10:46:22 +02:00
David Peter 8e4171310a Update README.md 2017-05-13 10:21:38 +02:00
David Peter 9db4722010 Update README.md 2017-05-13 00:08:41 +02:00
David Peter b97038f0c1 Update README.md 2017-05-13 00:07:32 +02:00
David Peter 6a705b5267 Update README.md 2017-05-13 00:05:00 +02:00
David Peter 461f8b3bef Update README.md 2017-05-13 00:02:09 +02:00
David Peter 085c8dd291 Update README.md 2017-05-12 19:21:26 +02:00
sharkdp 92e2fd3d56 README updates 2017-05-12 14:16:58 +02:00
David Peter 472438d848 Add travis badge 2017-05-12 13:43:27 +02:00
sharkdp 6482f3ac09 Implement smart-case, closes #7 2017-05-12 13:32:30 +02:00
sharkdp 12bfee0bec Re-write in rust 2017-05-12 11:50:54 +02:00
David Peter 04892d2290 Require boost 1.60 2017-05-10 10:09:29 +02:00
David Peter 43adfc8e61 Updates for older compiler/boost version 2017-05-10 09:56:25 +02:00
David Peter 3ee77feddc Update README.md 2017-05-09 23:45:36 +02:00
David Peter 490c1ef192 Features 2017-05-09 23:45:02 +02:00
David Peter dddd47e078 Examples 2017-05-09 23:35:34 +02:00
David Peter 8acb30bc41 Build instructions 2017-05-09 23:29:14 +02:00
David Peter 21459731ee Initial commit 2017-05-09 23:27:10 +02:00