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
Chinmay
5feb89aa99
README update: Use soft link instead of alias for Debian.
...
As export command will not work with fd because fd is just an alias to
fdfind, create a soft link instead of alias.
Addresses https://github.com/sharkdp/fd/issues/728
2021-02-14 10:44:52 +01:00
Allen Wild
8a532e5196
use custom --path-separator in arguments to --exec
...
When --path-separator is used, pass it on to commands run with
--exec(-batch) and --list-details.
On Windows, paths with drive letters (C:\foo) and UNC paths
(\\server\share\path) are handled as expected, though they're unlikely
to be found in normal usage of fd.
Fixes: https://github.com/sharkdp/fd/issues/697
2021-02-14 10:24:41 +01:00
johnwdjiang
b8089f8d58
hide private func
2021-02-13 21:55:38 +01:00
David Peter
85fb7389af
Shorter help text for --exec
2021-02-13 21:25:50 +01:00
Archer Stéphane
eb28030f87
include similar change to src/app.rs after feeback
2021-02-13 21:24:15 +01:00
Archer Stéphane
5d2e011e90
change documentation message after feedbacks
2021-02-13 21:24:15 +01:00
Archer Stéphane
64bde11887
Try to clarify the documentation for -x command
...
see issue #712
2021-02-13 21:24:15 +01:00
Richard Taityr
b928af7d9c
fix typo ( #723 )
2021-02-02 22:37:36 -07:00
Chathika Weerasuriya
9bc20e38b1
fixed: typographic error in help
...
- Changed "extention" to "extension"
2021-01-15 19:33:34 +01:00
sharkdp
6a3aae52fd
Bump version to v8.2.1
2020-12-07 19:01:36 +01:00
Travis Stewart
7dc81381b0
Move Installation and Development below Tutorial ( #701 )
2020-12-07 06:54:00 +01:00
sharkdp
c7cf2d1104
Revert using 'cleanup', we are still using dpl v1
2020-12-06 19:06:33 +01:00
sharkdp
91eaff056f
Update CHANGELOG
2020-12-06 16:04:37 +01:00
sharkdp
cadaef3f07
Show error if pattern matches leading dot but --hidden is not given, closes #615
2020-12-06 15:57:33 +01:00
sharkdp
17bd256ae6
Improve --fixed-strings help text, closes #627
2020-12-06 14:57:47 +01:00
sharkdp
ecfd8cea41
Update --help text regarding pattern, closes #684
2020-12-06 12:31:31 +01:00
sharkdp
d2659de782
Improve --extension help text, closes #673
2020-12-06 12:20:50 +01:00
sharkdp
d205a7ff9e
Improve --exclude help text, closes #661
2020-12-06 12:15:01 +01:00
sharkdp
296300ce46
Fix clippy suggestions
2020-12-06 12:04:47 +01:00
sharkdp
ea48a96945
Run cargo fmt
2020-12-06 12:02:22 +01:00
sharkdp
f2fec45099
Update dirs-next and users dependency
2020-12-06 12:02:04 +01:00
sharkdp
4faa201c89
Update dependencies
2020-12-06 12:00:11 +01:00
sharkdp
54603501ec
Bump version
2020-12-06 11:56:36 +01:00
sharkdp
45c66e7f1b
Update CHANGELOG
2020-12-06 11:54:54 +01:00
xanonid
441a235a0f
Simplify code a bit (suggestions by clippy)
2020-12-06 11:52:10 +01:00
xanonid
2cd3de8b94
Use NO_COLOR env variable check also for help screen
2020-12-06 11:52:10 +01:00
Marco Sirabella
6830b3dee9
Better defaults for LsColors
2020-12-06 11:48:19 +01:00
Platon Pronko
f3edaf0e4d
add changelog entry for exact file sizes in --size filter
2020-12-06 11:47:27 +01:00
Platon Pronko
e97a1e90cb
Add exact size support to the --size filter ( #669 )
2020-12-06 11:47:27 +01:00
Andreas Lappe
2338b3bc81
Fix typo in fd.1
2020-12-04 12:04:19 +01:00
sharkdp
9412648ee9
Add link to troubleshooting section
2020-12-01 19:44:13 +01:00
sharkdp
0a22dcc044
Add CHANGELOG section to CONTRIBUTING.md
2020-12-01 19:38:05 +01:00
Nick Flueckiger
24402dda7c
Remove .UE and .UR to fix url display on macos
2020-11-06 21:44:21 +01:00
Nicholas Bailey
4f8697c407
Update README to have updated instructions.
2020-10-30 08:09:06 +01:00
sharkdp
b2fa188029
Avoid panic when sending errors after receiver shutdown
...
fixes #678
2020-10-28 13:10:25 +01:00
David Peter
e0adb45d08
Fail with error message if numeric arguments can not be parsed
...
closes #675
2020-10-25 21:18:53 +01:00
Matthias Reitinger
ec4cc981fc
Add --prune flag
...
closes #535
2020-10-25 08:16:01 +01:00
Amrit Rathie
06eb231fbd
Update lockfile
2020-10-24 15:25:07 +02:00
Amrit Rathie
fd1ddc9d08
Change dependency dirs to dirs-next
2020-10-24 15:25:07 +02:00
Matthias Reitinger
e852009876
Add NO_COLOR to the man page
2020-10-24 12:15:06 +02:00
Allen Wild
99934ab98c
add --base-directory, --path-separator, and --search-path to the man page
...
These options are in `fd --help` but missing from the man page.
Also fix a typo in the help text for --base-directory.
2020-10-14 08:35:09 +02:00
Craig Hills
633d486ac1
Adjust the regex syntax reference wording
2020-10-14 08:34:06 +02:00
Craig Hills
4d2472bfab
Add documentation around regex syntax
...
This is to address https://github.com/sharkdp/fd/issues/622
2020-10-14 08:34:06 +02:00
Fredrik Fornwall
a851570b15
Disable jemalloc on Android ( fixes #636 and #642 )
...
Disabling jemalloc for Android fixes a build failure since jemalloc does
not build out of the box for that platform on older API versions.
Android started using jemalloc as the system allocator around 2014 for
most devices. In the latest Android version (11) the system allocator
has been switched to Scudo, which while not being jemalloc is modern and
actively maintained and should be used for most software on Android.
See:
- https://android-developers.googleblog.com/2020/06/system-hardening-in-android-11.html
- https://blog.nsogroup.com/a-tale-of-two-mallocs-on-android-libc-allocators-part-2-jemalloc/
- https://stackoverflow.com/questions/2266762/android-libc-version-and-malloc-implementation
2020-10-08 12:45:48 +02:00
sharkdp
f064e41bf1
Update CHANGELOG
2020-10-05 23:30:00 +02:00
Sebastián Mancilla
ef1bfc7508
Add native Zsh completion
...
Replace the auto-generated Zsh completion with a full completion script.
This script improves completion support for options and arguments,
which is hard to obtain from an auto-generated completion.
- Full completion support for external commands and options when using
`--exec`/`--exec-batch`.
- The completion for `--type` and `--color` adds descriptions instead of
just values.
- Complete files when using `--ignore-file`.
- Stop completing files for the pattern argument.
- Improve completion for path arguments. Only directories are
completed.
- Single-use options are not offered again.
- Updated exclusions lists for mutual-exclusive options.
- Add support for hidden options (as defined in `app.rs`). They are not
offered for completion, but if present are considered (and their value
may be completed).
Full support for exclusion lists depends of options groups, which was
added in Zsh 5.4. Older Zsh versions, as commented in the completion
script, will just offer most options.
The format of the completion script was taken from ripgrep completion
script. Command completion for `--exec`/`--exec-batch` was taken from
Zsh's `_find` completion.
2020-10-05 22:39:17 +02:00