dependabot[bot]
ca92bea0d7
Bump version_check from 0.9.2 to 0.9.3
...
Bumps [version_check](https://github.com/SergioBenitez/version_check ) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/SergioBenitez/version_check/releases )
- [Commits](https://github.com/SergioBenitez/version_check/compare/v0.9.2...v0.9.3 )
---
updated-dependencies:
- dependency-name: version_check
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-08 11:43:01 +02:00
dependabot[bot]
252beb8df7
Bump libc from 0.2.80 to 0.2.98
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.80 to 0.2.98.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.80...0.2.98 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-08 11:42:55 +02:00
dependabot[bot]
b80764b19a
Bump regex from 1.4.2 to 1.4.6
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.4.2 to 1.4.6.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.4.2...1.4.6 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-08 11:27:36 +02:00
Daniel Bast
148fa64a73
Change dependabot interval to monthly
2021-08-08 11:15:18 +02:00
Daniel Bast
6ce55624f7
Add dependabot config for cargo updates
2021-08-08 11:15:18 +02:00
David Peter
708efaa812
Literal separators
2021-07-27 09:05:23 +02:00
David Peter
a7a4499d1d
Fix unneeded references
2021-07-27 09:05:23 +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
David Peter
81a051f07c
Fix shell completion path
2021-07-26 22:33:27 +02:00
David Peter
95d6470956
Fix stripping on arm musl target
2021-07-26 22:33:27 +02:00
David Peter
e59a2001cc
Fix shell completion path
2021-07-26 22:33:27 +02:00
David Peter
c60338a28b
Adapt test options
2021-07-26 22:33:27 +02:00
David Peter
16464a35b1
Fix man page path
2021-07-26 22:33:27 +02:00
David Peter
1d85e31260
Migrate to GitHub actions
2021-07-26 22:33:27 +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
Andrew Mitchell
cb385a4822
Issue 624 newer older help text ( #733 )
...
* Document the newer and older aliases in the help text
* Documentation for new older aliases, remove commas
* Adds better clarification on alias usage for newer and older
* Fixes inconsistencies in help text for newer and older aliases
2021-02-25 07:39:44 +01:00
David Peter
efc71bc00b
Update CHANGELOG
2021-02-15 22:53:50 +01:00
Allen Wild
1a3615df9c
set default path separator to '/' in MSYS
...
MSYS and MSYS2 environments (such as Git Bash) have a UNIX like
filesystem which uses '/' as the path separator rather than '\', but
Rust doesn't know about this by default.
On Windows, check the MSYSTEM environment variable and set the default
value of the --path-separator option to '/' for convenience.
There is no similar detection of Cygwin because there seems to be no way
for Rust (and any native Win32) programs to detect that they're being
called from a Cygwin environment. Cygwin users can use a shell
alias/function/script to wrap fd.
Fixes: https://github.com/sharkdp/fd/issues/537
2021-02-15 20:08:59 +01:00
David Peter
cf7dd43f80
Hide --print0 from the short help text
2021-02-14 20:02:37 +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
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