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,172 public repositories matching this topic...
I see that there is a guide for Schematics, but I don't see any reference for Schematics API, so we can learn all about all Schematics functions.
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 11, 2019 - 537 commits
A tool for exploring each layer in a docker image
-
Updated
Oct 10, 2019 - 309 commits
- Go
In the readme, the link to pronunciation won't play the pronunciation because it violates content Security Policy directive.
Refused to load media from 'https://raw.githubusercontent.com/avajs/ava/master/media/pronunciation.m4a' because it violates the following Content Security Policy directive: "default-src
ripgrep recursively searches directories for a regex pattern
-
Updated
Oct 11, 2019 - 1 commits
- Rust
I've been trying to export most of my dotfile-type configs to system packages I can install. A lot of programs offer the option for both a system and a user config (e.g. git reads from /etc/gitconfig, then ~/.gitconfig) although currently, bat reads just one file. It'd be nice if we could do something similar for bat as well, loading both /etc/bat/config and ~/.config/bat/config.
As I understand this is a rebranding of the enclose module? Would love to know how this happened btw.
But, in original documentation, here – http://enclosejs.com/#compilation-srsly it says that resulting binary will be at least 2x slower, is that still the case? And if so, can you mention that in the readme? It would be better I think to also document how this sort of measurements was perform
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 10, 2019 - 284 commits
- JavaScript
:tiger: Node.js tool for optimizing SVG files
-
Updated
Oct 10, 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 11, 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.tAs far as I can tell, there is no way to see which ignite packages are currently installed. Now that my app is gearing up for release, I would like to remove the ignite packages that I didn't end up using, but I don't know what they are.
Should there be an ignite list command added?
When building 1.30 it looked like I needed to add gettext-devel to the requirements on CentOS 7. I was going to PR the readme but was not sure if the additional dependency is correct or not. I figured I would ask first just in case.
The spec file I used as reference is the following:
https://src.fedoraproject.org/rpms/goaccess/blob/master/f/goaccess.spec
🇫🇷 Oh My Tmux! Pretty & versatile tmux configuration made with ❤️ (imho the best tmux configuration that just works)
-
Updated
Oct 11, 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.
Show line numbers
Modes
- Hide line numbers by default
- Toggle line numbers by shortcut
Line numbers display
- For fully opened nodes only
- For currently highlighted (search) line only
- For partly collapsed nodes
Reference
May be like in bat:
 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-hawkand then runhttp --helphawk will not show as an auth type. If youpip3 install httpie-oauthit will install httpie via pip as a dependency and overwrite the brew installed link in/usr/local/bin/httpand now all the plugins wil