tool
Here are 5,248 public repositories matching this topic...
Describe the bug you encountered:
Though the folder has few files without extension, but the following command returns nothing.
$ fd -t f -e ''
Describe what you expected to happen:
I expected to have a output ~similar to the output of find . -type f ! -name "*.*"
What version of fd are you using?
fd 8.1.1
Which operating system / distribution are you on?
-
Updated
Oct 30, 2020 - PHP
Output improvements
A few ideas from tdulcet/Benchmarking-Tool#1:
- Show the actual exit code if a command fails and
-i,--ignore-failureis not set - Think about adding the median runtime between min and max. This would be easy to implement, but I don't really like that the output width becomes even larger. Open for ideas.
I'm not too sure how other platforms handle this one, but on MacOS it will print "Error: Invalid argument (os error 22)" and then immediately exit with exit code 1.
Example:
$ hexyl "$(which hexyl)" --skip=-5gib
Error: Invalid argument (os error 22)
Note: I'm doing a class assignment regarding creating tests (from scratch) for an open-source command line program, and I c
-
Updated
Oct 1, 2020 - C
Right now they're untrackable
Add .nextElementSibling and .previousElementSibling properties to DOM Element that point to sibling elements.
- nextElementSibling
- previousElementSibling
| Q | A |
|---|---|
| Bug report? | no |
| Feature request? | yes |
| Library version | 1.13.0 |
Related with nunomaduro/phpinsights#23 will be a great idea to allow set all commands parameters from config/insights.php when is used with php artisan insights.
Maybe something like:
'parameters' => '--format=json -d memo-
Updated
Oct 27, 2020 - Go
-
Updated
Jun 30, 2020 - C#
Description
npkill lists the home directory as a node_modules directory:
Reproduction
- Run
npkill --sort size. - Wait for search to complete.
- Do other tasks, and return to the process.
/Users/user/.will appear on the list.
-
Updated
Oct 31, 2020 - JavaScript
-
Updated
Oct 30, 2020 - Rust
when browsing, i should be able to perf-check right from the browser and results should be siphoned back to the extension.
-
Updated
Oct 30, 2020 - PHP
-
Updated
Oct 30, 2020 - Go
-
Updated
Apr 22, 2019 - Java
Support for HolyC
-
Updated
Sep 2, 2020 - Swift
Improve this page
Add a description, image, and links to the tool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tool topic, visit your repo's landing page and select "manage topics."


Hey, I am really enjoying
batfor peeking at everything, but here is one little pet peeve I recently encountered:I only want line numbers when the auto-pagination sets in. Beforehand, the files are so small that it doesn't matter, and having no numbers makes copying much easier. But in the pager, they are super useful!
I tried to create a workaround by using bat as a pager for itself, but s