Command line interface
Before there were graphical user interfaces, command-line interfaces were used to issue commands to a computer. Programs that handle the user interface are called command language interpreters, often known as a shell. A CLI may give a user more control over the computer and programs they wish to execute.
Here are 17,249 public repositories matching this topic...
When using AUFS
as the storage driver in docker (or podman, etc.) then the maximum number of layers that can have data is "42".
This is because each layer that has data is unpacked into the file-system and then union mounted over each other. AUFS
only allows a maximum of 42 layers to be mounted over each other.
The hard-limit is 127 data layers which is due to the maximum number of argu
As far as I can tell bat as a library only supports writing to stdout, I'm interested in seeing if I can integrate bat
with color-backtrace
/color-spantrace
and eyre
. To do this I need bat to write to a std::fmt::Formatter
and return a fmt::Result
instead of printing to stdout
(i assume?) and returning a bat::error::Error
.
So assuming I'm not misreading the docs...
Proposal
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 {
From https://github.com/kennethreitz/autoenv :
Note: you should probably use direnv instead. Simply put, it is higher quality software. But, autoenv is still great, too. Maybe try both? :)
Hi, I've found the following cheatsheet :
In the README you explain that there must be an edit button in the page and a github button to access the sheet but as you can see it doesn't appear here.
Thx ;)
Spurred by conversation in avajs/ava#2449 and avajs/ava#1485 we'd like for our assertions to return booleans. true
when they pass, false
when they fail. This does not apply to the throws()
and throwsAsync()
assertions.
Failing assertions will fail the test, but do not throw exceptions. This means your test does not stop executing. Usua
Note: Given a little bit of guidance on what formats are supported, I'm available to contribute to the below and/or create a PR.
User Story:
As a developer using Fire, I would like to have a page or section in the Fire documentation here and/or here which gives guidance on which docstyle formats are s
FYI attempting to run lazygit
on Mac OS X 10.9 fails with both 64-bit & 32-bit builds:
# Darwin_x86_64
$ lazygit_0.20.2_Darwin_x86_64/lazygit
dyld: Symbol not found: _fdopendir$INODE64
Referenced from: /<path>/lazygit_0.20.2_Darwin_x86_64/lazygit
Expected in: flat namespace
Trace/BPT trap: 5
# Darwin_32-bit
$ lazygit_0.20.2_Darwin_32-bit/lazygit
dyld: Symbol n
Better document #522
Hello, could we somehow document #522 / provide a better error message? I've spent waaaaay too much time trying to solve the issue before finding the already existing solution:/
Even better - fix it, instead of a work-around?
Thanks!
- I have marked all applicable categories:
- exception-raising bug
- [ x] visual output bug
- documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
- new feature request
- [ x] I have visited the [source website], and in particular
read the [known iss
-
Updated
May 7, 2020 - JavaScript
Readme mistake
In the section Usage > CLI, the following command:
$ svgo *.svg
This command appears no longer works. I thought it was a Windows issue as I was getting a "no such file" error as it was the first command I tried with the module!
Checklist
- [X ] Are you running the latest v2 release? The list of releases is here.
- [X ] Did you check the manual for your release? The v2 manual is here
- [ X] Did you perform a search about this feature? Here's the [Github guide](https://help.github.com/en/github/managing-your-wor
Document what we found in closed issues:
- #214 (shelljs)
- #217 (nodemon) -- Note: Adding
--raw
seems to solve the issue. - (potentially) #218 (concurrently)
`-prune` options
Is it possible to add an option -prune
, to not explore sub-directories, when the current directory has been matched ? (like find -prune
)
See vadimdemedes/ink@a056565 for context.
It probably wasn't designed for mobile usage but it does work... Kind of. It works but you can only traverse the history by tapping on either edge side of the top bar.
Using Firefox mobile
Change the default username color to something like blue (via variable, so it's changeable). Then, when user su's to root or logs in as root, change username color to RED. This would be a good visual warning that you might be doing something with root privs by mistake ...
So the _username function would check the euid, and if 0 set color to RED
Hi there
I'm trying to parse this king of lines, from a python flask service whose log format is %(asctime)s [%(process)d] (%(levelname)s) (%(name)s): %(message)s
2020-02-10 13:58:38,594 [31383] (INFO) (flask.app): request: OPTIONS https://server_hostname/0.1/token/a_big_uuid {'Host': 'server_hostname', 'X-Script-Name': '/api/auth', 'X-Forwarded-For': 'an_IP_address', 'Connection': 'c
Hey there! Ignite CLI seems to be having a problem, eh?
Welllllll, it just might be. First, search the issues to make sure it's not already
here, and if not head over to http://community.infinite.red to
get some help. If you've identified that it's really an Ignite CLI issue, then:
- Explain what's going on and preferably how to replicate the issue (bonus points for a repro app)
- Run
Currently, each argument to fx treated as an anonymous function. Here is an example:
fx 'groupBy("commit.author.name")' 'mapValues(size)' toPairs 'sortBy(1)' reverse 'take(10)' fromPairs
But this requires a lot of '
quotes. My idea is to split the argument by whitespaces
. So next will be possible to write:
fx 'groupBy("commit.author.name") mapValues(size) toPairs so
Audit the wiki pages
Some of our wiki pages are outdated. User manual or developer guide type information should move into the sphinx docs for better visibility and so that it's versioned with the code. I think it makes sense to use the wiki for longer-term planning or planning of big changes, with the target audience being beets contributors. Where possible smaller plans can go to issues on beets with appropriate lab
First of all, thank you for maintaining this wonderful project!
We've been running CI tests on our product that uses click, and tests for command-line stumbled upon a change in output representation [introduced](pallets/click@718485b#diff-fb2a32ceb27b1c3d30b386fbae56f34eR
F1 simply prints "11~" in whatever field I have selected.
Debian GNU/Linux 9.5
I always feel bad about my first contact with developers being a bug report or complaint; so I wanted you to know how cool I think this. Thanks for your efforts!
Describe the bug
After following the instructions for enabling shell completion I still can’t get the completion functionality to work. I’ve tried both the eval
and Homebrew options. I’m on Mac OS 10.15.4 using zsh with Oh My Zsh and gh version 0.6.2.
Steps to reproduce the behavior
- Add the Homebrew completion [snippet](https://do
It's not clear from the website's documentation, or the
--help
output, how to do the following equivalent curl task:Post a raw JSON query to ElasticSearch:
T