tool
Here are 5,236 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 26, 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.
Using --length=16block with --block-size=0 is the same thing as doing --length=0, and it doesn't make much sense to do intentionally.
Related: #106
Note: I'm doing a class assignment regarding creating tests (from scratch) for an open-source command line program, and I chose hexyl for it. You might have a couple more of these on the way, depending on what the assignment brings
-
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 19, 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 26, 2020 - JavaScript
-
Updated
Oct 26, 2020 - Rust
when browsing, i should be able to perf-check right from the browser and results should be siphoned back to the extension.
Installation of Laravel Zero with the command below
laravel-zero new TestApp
Results in output
Writing lock file
Generating optimized autoload files
> @php application app:rename
Renaming the application...
What is your application name?:
>
Aborted.
Script @php application app:rename handling the post-create-project-cmd event returned with error code 1
Applicati
-
Updated
Oct 25, 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