-
Updated
Oct 27, 2021 - 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 25,328 public repositories matching this topic...
-
Updated
Oct 27, 2021 - Python
-
Updated
Oct 27, 2021 - Rust
-
Updated
Oct 27, 2021 - Python
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 feature or problem you’d like to solve
dev:~$ gh secret encrypt
Paste your secret: *************
✓ Encrypted secret for `org/repository`
QkMFB+vyCCE2yT5j6Tb07doxD2xKHagI2l6AjMuwUkizN7pMGXKBVOj154Pg/hwn0PbPWFvo83z+ir25iw==
Proposed solution
Separate the encryption step and make it available as a separate command so that users can easily generate an
Cannot read property 'properties' of undefined when adding a lazy loaded module with ng generate
🐞 Bug report
Command (mark with an x
)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- extract-i18n
- run
- config
- help
- version
- doc
Description
While attempting to find the
Is your feature request related to a problem? Please describe.
In our company we have way too many branches remotely. Basically everybody creates new ones for every PR, and most of the time the branches don't get deleted afterwards.
That makes it very hard to check out a remote branch with lazygit, as I have to search for it. Need to know the exact PR number, ...
**Describe the solution
-
Updated
Oct 27, 2021 - JavaScript
I want an option to only list text files (i.e., exclude binaries).
-
Updated
Oct 27, 2021 - TypeScript
-
Updated
Oct 26, 2021 - JavaScript
-
Updated
Oct 22, 2021 - TypeScript
-
Updated
Oct 15, 2021 - JavaScript
-
Updated
Oct 27, 2021 - Go
-
Updated
Oct 23, 2021
-
Updated
Oct 28, 2021 - C
-
Updated
Sep 16, 2021 - JavaScript
We should discuss/consider using baseUrl
in our tsconfig so we can change imports like this:
import { Thing } from "../../components/thing"
to this
import { Thing } from "components/thing"
-
Updated
Oct 27, 2021 - C
The ansi theme doesn't have
lineHighlight
defined, so the highlighted line is not apparent.