command-line-tool
Here are 3,140 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:
rg --debug
should output information about ignore files being read.
Currently it outputs something like the following, but it is not clear where the patterns are coming from:
% rg --no-config --debug foo
DEBUG|rg::args|src/args.rs:544: not reading config files because --no-config is present
DEBUG|grep_regex::literal|grep-regex/src/literal.rs:59: literal prefixes detected: Literals {
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
discussed in checkstyle/checkstyle#7542 (comment)
we need to extend AbstractGoogleModuleTestSupport to allow load few modules from config file.
In referenced PR we need to load together for each test:
<module name="RightCurly">
<property name="id" value="RightCurlyAlone"/>
<property name="option" value="alone"/>
<property name="tokens"
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
https://www.ledger-cli.org/3.0/doc/ledger3.html#Example-Journal-File
https://github.com/ledger/ledger/blob/master/doc/ledger3.texi#L10285
Unless I'm mistaken, the opening balance statement should include the 5,500.00 USD transferred on 2011/01/25 to purchase a car.
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
May 25, 2020 - JavaScript
-
Updated
Mar 22, 2020 - Python
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
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
-
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
Environment
- project (cli, server, browser-extension): server
- version: 1.0.2
- operating system: ubuntu
Description
If the note content contains xml like content such as <someword>
, it is omitted in the full text search result from the postgres.
Steps to reproduce
- create a note with the following content
helloworld
<foo>
- Search for helloworld
-
Updated
Apr 26, 2020 - Shell
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
http://ok-b.org/t/tkk2iJLRg/x
should redirect tohttp://ok-b.org/t/tkk2iJLRg/nginx-dockerfile-most-minimalist-possible
http://ok-b.org/t/tkk2iJLRg
does not load.
Auto posting rules affect the whole current file and any parent or child file, but not sibling files (with multiple -f options). The docs at https://hledger.org/journal.html#auto-postings-transaction-modifiers are not clear on this. Also auto posting rules' and periodic transaction rules' scope should be mentioned in the https://hledger.org/journal.html#directives reference table, probably.
Wo
-
Updated
Jul 29, 2018 - HTML
-
Updated
Jun 7, 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."
There is no "pre-deploy" hook listed here as an option at https://pm2.keymetrics.io/docs/usage/deployment/. It should also be mentioned that this hook will run BEFORE
git pull
occurs, e.g. you may want to suggest to users to putgit reset --hard
as thepre-deploy
hook in case their files such asyarn.lock
change frequently, or localization occurs.