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.
-
- Sign up for GitHub or sign in to edit this page
- Created by Glenda Schroeder
- Released 1965
Here are 14,232 public repositories matching this topic...
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 ;)
A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
-
Updated
Oct 16, 2019 - 537 commits
A tool for exploring each layer in a docker image
-
Updated
Oct 16, 2019 - 309 commits
- Go
Document `t.try()`
#1947 landed a new t.try()
assertion. It's experimental, one of the reasons for which is that we don't have documentation yet.
We need to document the assertion, how to use it and what the edge cases are.
Apologies for how bare this issue is — happy to elaborate more if you're looking to contribute this
ripgrep recursively searches directories for a regex pattern
-
Updated
Oct 16, 2019 - 1 commits
- Rust
As mentioned in @sharkdp's comment on issue #651, the order in which things show up in --help
was intended to be "most useful"/"most frequently used" first.
As @sharkdp also pointed out in his comment, some of the entries need to be moved to bring --help
back in line with its intended ordering scheme.
I'm opening this is
Hi,
I get the following warning when compiling my code:
Warning Cannot resolve 'config.getServerMode() ? '../libserver/server_code.js' : '../liblocal/local_code.js''
Use a string literal as argument for 'require', or leave it
as is and specify the resolved file name in 'scripts' option.
I understand the reason for this and what I need to do. As it says in the manual: ```
Is your feature request related to a problem? Please describe.
It would be cool if e.g. pressing 1 focused the status panel, 2 focused the files panel, etc.
🖍 Terminal string styling done right
-
Updated
Oct 16, 2019 - 284 commits
- JavaScript
:tiger: Node.js tool for optimizing SVG files
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
When an error boundary's getDerivedStateFromError
handler is called, React will print out a warning to the console like so:
The above error occurred in the <Example> component:
in Example
in ErrorBoundary
in App
React will try to recreate this component tree from scratch using the error boundary you provided.
Because of this log output, it means that when the er
Document "Why"
"Flag provided but not defined" doesn't give enough details for end users who aren't specifically aware of how CLIs work. I get a lot of bug reports that are "I got this obscure error message, and I'm not sure what to do".
See also
A Fast, Extensible Progress Bar for Python and CLI
-
Updated
Oct 16, 2019 - 1 commits
- Python
As discussed in this bat
issue, the behavior of fd
's -X
flag is different from the behavior of fd | xargs
. My initial impression upon reading the docs was that -X
's behavior would be equivalent to piping to xargs
, and I was surprised when that wasn't the case.
Shell session for reference:
$ for i in a b c d; do echo $i > $i.t
...this boilerplate is awesome, thank you for sharing it guys
Documentation issue
https://goaccess.io/man#examples
Is this incomplete??:
under the SERVER section:
and if you don't want to install it on your server, you can still run it from your local machine:
ssh root@server 'cat /var/log/apache2/access.log' | goaccess -a -
🇫🇷 Oh My Tmux! Pretty & versatile tmux configuration made with ❤️ (imho the best tmux configuration that just works)
-
Updated
Oct 16, 2019 - 164 commits
See original discussion here: https://discourse.beets.io/t/importing-skipped-albums-incremental-skipped-later-not-being-observed-properly/815
There is a conflict between the behaviour of the incremental_skip_later flag as stated in the documentation here and in the actual implementation [here](https://github.
In ceb177163da4c94e64f262dd88cb8e8dce3b10be added bfs. Use it expand more path of first render to fill whole screen.
Modify scroll speed
What happened:
I tried to use the --make
option to pass --jobs=5
to the NodeJS build process.
What you expected to happen:
I expected the NodeJS build to be faster.
What happened:
I was unable to pass the jobs options to the NodeJS make command, here is what happened:
➤ nexe --build --make --jobs=5
ℹ nexe 3.3.2
✔ Node source extracted to: /home/thibault.hi
More of a curiosity than a bug, really.
Psy Shell v0.9.7 (PHP 7.0.30-0ubuntu0.16.04.1 — cli) by Justin Hileman
>>> false instanceof StdClass
PHP Fatal error: instanceof expects an object instance, constant given in Psy Shell code on line 1
>>> [] instanceof StdClass
PHP Fatal error: instanceof expects an object instance, constant given in phar:///home/tgr/bin/psysh/src
Brew is listed as the recommended way of installing httpie on macOS. However, it doesn't work with auth plugins.
For example, if you
pip3 install requests-hawk
and then runhttp --help
hawk will not show as an auth type. If youpip3 install httpie-oauth
it will install httpie via pip as a dependency and overwrite the brew installed link in/usr/local/bin/http
and now all the plugins wil