tool
Here are 5,041 public repositories matching this topic...
I see a lot of fd
users that seem to think that they need to add "{}"
to all commands. Some users also seem to think that the closing semicolon (which needs to be escaped) \;
is required:
fd … -x command "{}" \;
In reality, 90% of the --exec
use cases can be written without the "{}"
part (which fd
adds, if it is ommitted) because the file entry often comes last. The semic
-
Updated
Aug 31, 2020 - PHP
Is there currently any way to force hyperfine to write intermediate results, so that I can abort a benchmark without losing all the progress I've made so far? I'm asking, because I've been benchmarking several algorithms with exponential complexity recently, and so sometimes letting the benchmark finish isn't an option.
-
Updated
Jul 18, 2020 - C
Whenever CLI process gets interrupted or killed, CDP driver must (and used to) close all open tabs.
It stopped doing this.
Right now they're untrackable
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
Jun 30, 2020 - C#
-
Updated
Aug 14, 2020 - Go
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
Aug 31, 2020 - JavaScript
-
Updated
Aug 31, 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
Apr 22, 2019 - Java
-
Updated
Aug 30, 2020 - Go
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
Nov 22, 2019 - 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."
An alias for
--decorations always
so I can pipe the decorations when doing something likebat FILE | gview -
. …but without the^M
's.