command-line-tool
Here are 3,003 public repositories matching this topic...
This part of the documentation seems wrong.
-c --count: Only print the number of matches in each file. Note: This is the number of matches, not the number of matching lines. Pipe output to wc -l if you want the number of matching lines.
I think the fix should be s/matching lines/matching files
Test file:
cat cat cat
dog
dog dog
bull
bull
bull
Test output:
What version of ripgrep are you using?
$ rg --version
ripgrep 11.0.2
-SIMD -AVX (compiled)
+SIMD +AVX (runtime)
How did you install ripgrep?
Cargo
What operating system are you using ripgrep on?
Ubuntu
Describe your question, feature request, or bug.
Sometimes you end up inside a directory that's actually gitignored, and search for stuff. Of course,
I can't find this in any documentation. How does autojump know what file manager to run? I want to change the default on my system to use midnight commander?
Thanks.
Currently there is a single example config file which serves as a great starting point, but it would be nice to have a few pre-built configs for people to drop in and go.
Some examples:
- One designed entirely around Docker and monitoring container metrics.
- Another designed to look pretty and having an overview of system metrics.
I have been testing q and I've found something that could be an issue.
Issue
When I'm doing something like round(avg(c3),3) when querying, is rounding this 32655,5265 to this 32655,526 instead of expected result: 32655,527.
I think that could be an issue, or should be configurable.
Cheers.
idk what happened to the readme but i had to go look at an old commit were the documentation is in it. I dont like the website and it isnt convienent. also its very slow. issue #117 mentioned parallel threading. Why was this issue closed. its not fixed and its still an issue. Threading isnt difficult if its high level enough. it should be an argument along with what the deley should be to spawn a
There appears to be a lot of variation in how complete the "partially done" commands are. For example od seems fairly complete, but date doesn't even support simple usages like date +%Y%m%d, and sort seems to have a good selection of options, but is missing some relatively important ones like sort keys.
It would be really useful if there were some documentation clarifying how complete t
taken from checkstyle/checkstyle#7997
we need to remove all introduced suppressions.
All Inputs need to be updated to wrap long lines is possible.
Hello there,
I just installed the latest version of broot 0.12.2 in iTerm Build 3.3.8 on a Mac OS Catalina 10.15.3.
It looks like a pretty amazing tool! Thanks for all the hard work*
One question, Alt+Enter is the default to bring the current windows into full size.
How can I change this? In the config file at /Users/USER/Library/Preferences/org.dystroy.broot/conf.toml, there is no Alt+
-
Updated
May 28, 2019 - JavaScript
Python3 support, --averaged-lot-prices, etc.
This question actually has 3 Answers but currently the program displays 0.
This is the URL of search Page : https://stackoverflow.com/search?pagesize=50&q=python3+SyntaxError:+Missing+parentheses+in+call+to+%27print%27.+Did+you+mean+print(a)
-
Updated
Mar 22, 2020 - Python
-
Updated
Apr 15, 2020 - JavaScript
Dockly doesn't display well in a terminal using light colouring.
Case in point, I use automatically generated documentation which is a whole bunch of html files, so onefetch thinks my project is about html. I know I can specify a language via the -a switch but it still seems like a fairly easy change to avoid this. It is very common to include documentation in /doc or /docs or /documentation, so I suggest ignoring these directories when determining the project'
-
Updated
Sep 15, 2019 - Swift
-
Updated
Dec 23, 2019 - JavaScript
Most command examples currently shown do the operation way worse than what I'd expect thunar would do (and afair, does). Here's an attempt at fixing the most obvious differences.
-cp readme.txt documents
+cp --verbose --no-clobber --no-dereference --target-directory='documents' -- 'readme.txt'stop right click and duplicate file
A core feature of the duplicate command is
In order to connect to a websocket service inside a pod in a minikube setup, I need to address the Kubernetes remote API which then demands a client certificate (~/.minikube/client.crt and ~/.minikube/client.key). I also have the server's CA ( ~/.minikube/ca.crt).
curl allows to use these certs with the --cert, --key, and --cacert options.
Does websocat also support specifyin
- Please describe the feature you would like to have.
The home page should show most recently updated notes first
- What alternatives have you considered?
None
- Any additional context
Currently the home page sorts the notes by the time at which they are created. When I update an old note, I expect to see it at the top of the list so that I can access it quicker.
If you try to deserialize a protobuf message without the corresponding schema you get a generic message error message:
[INFO] [record_query::proto_index] Proto descriptor cache is stale; recomputing
Missing input file.
thread 'main' panicked at 'protoc descriptor compilation failed', src/proto_index.rs:60
note: Run with `RUST_BACKTRACE=1` for a backtrace.It would be nice to g
-
Updated
Feb 28, 2020 - Shell
http://ok-b.org/t/tkk2iJLRg/xshould redirect tohttp://ok-b.org/t/tkk2iJLRg/nginx-dockerfile-most-minimalist-possiblehttp://ok-b.org/t/tkk2iJLRgdoes not load.
I named @ and @@ prices "transaction price" to differentiate them from P "market price". It's not a super intuitive name, and probably used only by me. Related to some future work, I'm considering renaming these in docs and code to "amount price". This may not be any more intuitive, but i
-
Updated
Jul 29, 2018 - HTML
-
Updated
Apr 16, 2020 - Swift
-
Updated
Feb 18, 2020 - Go
Improve this page
Add a description, image, and links to the command-line-tool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the command-line-tool topic, visit your repo's landing page and select "manage topics."



What's going wrong?
The docs say that the default exec_mode is fork. However, when exec_mode is not defined in the config, my processes start in cluster mode.
How could we reproduce this issue?
A config without exec_mode defined.