Pinned
1,104 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created 13 commits in 2 repositories
Created a pull request in sharkdp/fd that received 4 comments
is_dir: do not check for existence of directory
This fixes a bug on Windows where fd
could not be used on ram disks
and encrypted folders.
closes #752
+44
−20
•
4
comments
Opened 3 other pull requests in 1 repository
Reviewed 18 pull requests in 3 repositories
sharkdp/bat
9 pull requests
- Make --no-paging and --no-pager work again, plus regression tests
- Cargo.toml: Introduce 'quick-build-application' feature
- integration_tests: Add diagnostic_sanity_check()
- When returning a SyntaxReference, also return the SyntaxSet that contains it
- Add code for analyzing dependencies between syntaxes
- Make --style docs reflect that 'full' is default
- Bump assets/syntaxes/02_Extra/http-request-response from f58bffe to 93b9326
- Use assert!(..) instead of assert_eq!(true, ..)
- Warn when building assets from files if some referenced contexts are missing
sharkdp/fd
8 pull requests
- No buffering of command output when running on a single thread
- Add documentation and examples of ** in glob mode
- Add better documentation of vcs-ignore files.
- Refactor file types check to be on impl of FileTypes
- Added example for searching exactly a filename
- Use local times for time functions
- Add --has-match flag
- Use short options for ls command