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,726 public repositories matching this topic...
A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
-
Updated
Nov 26, 2019
A tool for exploring each layer in a docker image
-
Updated
Nov 26, 2019 - Go
ripgrep recursively searches directories for a regex pattern
-
Updated
Nov 26, 2019 - Rust
Theme warning
Hi, every time I run:
bat --theme=default file
I get:
[bat warning]: Unknown theme 'default', using default.
bat is not recognising default theme as default.
thanks
🖍 Terminal string styling done right
-
Updated
Nov 26, 2019 - JavaScript
:tiger: Node.js tool for optimizing SVG files
-
Updated
Nov 26, 2019 - JavaScript
A simple, fast, and fun package for building command line apps in Go
-
Updated
Nov 26, 2019 - Go
A Fast, Extensible Progress Bar for Python and CLI
-
Updated
Nov 26, 2019 - Python
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"
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.tThe hottest CLI for React Native, boilerplates, plugins, generators, and more!
-
Updated
Nov 26, 2019 - TypeScript
🇫🇷 Oh My Tmux! Pretty & versatile tmux configuration made with ❤️ (imho the best tmux configuration that just works)
-
Updated
Nov 26, 2019
In ceb177163da4c94e64f262dd88cb8e8dce3b10be added bfs. Use it expand more path of first render to fill whole screen.
🎉 create a single executable out of your node.js apps
-
Updated
Nov 26, 2019 - TypeScript


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 ;)