-
Updated
May 20, 2022 - Shell
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 29,780 public repositories matching this topic...
-
Updated
May 18, 2022 - Python
-
Updated
May 19, 2022 - Rust
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 ;)
Describe the bug
I have a local directory called "Advent of Code". It is not a git repository.
When trying to create a GitHub Repository from it using gh repo create "Advent-of-Code" --private --source="Advent of Code\"
I am warned that it is not a git repository.
This warning includes a hint to run git init
but the syntax is wrong as it just adds quotation marks to the end of the dir
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
When I start lazygit inside terminal, most of time I need to jump into a specific layout such git status
or git log
directly, right now, the default layout is all the panes/windows are displayed, and default focused pane is Files
-
Updated
May 18, 2022 - Go
The Schematics Glossary doesn't introduce what a Task
is, making it difficult for new schematic developers to know what Task
s should be used for and how they work.
The Schematics for libraries page on angular.io [demonstrates an example for adding a task](https://angular.io/guide/schematics-f
(As discussed in #885,) the current benchmark suite has a few shortcomings.
The most obvious one is that there is no standardized dataset. Past ideas involved using large Git repositories (Linux, Chromium, Rust compiler), but these repositories change over time. We can not simply check out a certain state because the .git
folder will still grow. It'
-
Updated
May 21, 2022 - TypeScript
-
Updated
May 20, 2022 - Python
-
Updated
May 20, 2022 - JavaScript
-
Updated
Apr 4, 2022 - JavaScript
-
Updated
May 17, 2022 - TypeScript
-
Updated
May 19, 2022 - Go
Sanity checks
- My issue relates to a specific CLI completion spec (e.g.
git checkout
is missing options ingit
completion spec). If your issue is more general, please create your issue here: withfig/fig - I have searched [github.com/withfig/autocomplete/issues](https://gi
-
Updated
May 13, 2022 - JavaScript
-
Updated
May 21, 2022
-
Updated
May 20, 2022 - C
Steps to reproduce
Run asdf
. In help output a line is printed for the asdf env
command:
asdf env <command> [executable] Prints or runs an executable under a command environment
I would assume <command>
is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.
FY
-
Updated
May 14, 2022 - C
Describe the bug you encountered:
The options
--map-syntax
and--ignored-suffix
cannot work together.How to reproduce it:
Prepare a file
foo.demo
in YAML syntax:Use
bat --map-syntax "*.demo:YAML" foo.demo
can print it with YAML syntax highlighting:bat foo.demo \ --map-syntax "