-
Updated
May 15, 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,610 public repositories matching this topic...
-
Updated
May 16, 2022 - Python
-
Updated
May 11, 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
The Schematics Glossary doesn't introduce what a Task is, making it difficult for new schematic developers to know what Tasks 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
-
Updated
May 16, 2022 - TypeScript
(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 16, 2022 - Python
-
Updated
May 16, 2022 - JavaScript
-
Updated
Apr 4, 2022 - JavaScript
-
Updated
May 1, 2022 - TypeScript
-
Updated
May 14, 2022 - Go
Sanity checks
- My issue relates to a specific CLI completion spec (e.g.
git checkoutis missing options ingitcompletion 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
Jan 24, 2022
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
Apr 8, 2022 - JavaScript
It would be useful to add the current Expo version to the ignite-cli doctor output.
Relatively straightforward update, if anyone wants to take this on.
-
Updated
May 16, 2022 - TypeScript
The code coverage is 28.46% on coveralls.
Can tests be added and this be improved if possible?
I don't claim to know how bubbletea works internally and I think terminal based applications are hard to test, but if it is possible please add more thorough tests.


Describe the bug you encountered:
The options
--map-syntaxand--ignored-suffixcannot work together.How to reproduce it:
Prepare a file
foo.demoin YAML syntax:Use
bat --map-syntax "*.demo:YAML" foo.democan print it with YAML syntax highlighting:bat foo.demo \ --map-syntax "