-
Updated
Dec 2, 2020 - Python
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 20,094 public repositories matching this topic...
ng update on windows fails when cli version wants to preinstall | loader.js | Cannot find module
-
Updated
Nov 23, 2020 - 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 feature or problem you’d like to solve
gh-repo-clone will clone repos, but not the wiki repo associated with it. For example, if this repo had a wiki, then gh repo clone cli/cli
works, and git clone https://github.com/cli/cli.wiki.git
works, but gh repo clone cli/cli.wiki
will give the error `GraphQL error: Could not resolve to a Repository with the name 'cli/cli.wiki
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
-
Updated
Dec 3, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
I find myself having to manually refresh too often. I would like lazygit to refresh automatically more frequently.
Describe the solution you'd like
An option to change to refresh rate/frequency.
Describe alternatives you've considered
Additional context
-
Updated
Dec 1, 2020 - Python
It's always a good idea to work on documentation. There are a few open issues labeled with documentation
. I think it would also be good to restructure the README:
- Add a quick link section at the top of the readme (see https://github.com/sharkdp/bat)
- Extend the tutorial (rename "How to use"?)
- Move the "Parallel command execution" section inside the "How to use" section)
- Move "Instal
-
Updated
Nov 21, 2020 - JavaScript
-
Updated
Nov 29, 2020 - TypeScript
-
Updated
Dec 3, 2020 - JavaScript
-
Updated
Dec 1, 2020 - Go
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Dec 3, 2020
-
Updated
Dec 3, 2020 - C
...this boilerplate is awesome, thank you for sharing it guys
-
Updated
Dec 3, 2020 - TypeScript
-
Updated
Dec 1, 2020 - Python
Currently, each argument to fx treated as an anonymous function. Here is an example:
fx 'groupBy("commit.author.name")' 'mapValues(size)' toPairs 'sortBy(1)' reverse 'take(10)' fromPairs
But this requires a lot of '
quotes. My idea is to split the argument by whitespaces
. So next will be possible to write:
fx 'groupBy("commit.author.name") mapValues(size) toPairs so
Search backwards
-
Updated
Nov 29, 2020 - C