Skip to content
#

command-line-tool

Here are 3,140 public repositories matching this topic...

boared
boared commented Sep 12, 2019

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:

blueyed
blueyed commented Sep 12, 2019

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 {
Directory
Directory commented May 19, 2019

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

pfmoore
pfmoore commented Nov 12, 2019

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

checkstyle
broot
HachimanSec
HachimanSec commented Feb 3, 2020

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+

philer
philer commented Dec 10, 2019

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'

TheDiveO
TheDiveO commented Apr 26, 2019

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

mk-pmb
mk-pmb commented Nov 9, 2016

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

dnote
sungwoncho
sungwoncho commented May 2, 2020

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
rpussente
rpussente commented Dec 2, 2016

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

simonmichael
simonmichael commented Mar 18, 2020

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

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.

Curate this topic

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."

Learn more

You can’t perform that action at this time.