-
Updated
Dec 21, 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,390 public repositories matching this topic...
ng update on windows fails when cli version wants to preinstall | loader.js | Cannot find module
-
Updated
Dec 18, 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 ;)
Currently we let a user get through two prompts of gh auth login when GITHUB_TOKEN is set, then unceremoniously tell them that the token is read-only.
We should proactively notice that situation when gh auth login is run and give clear messaging about unsetting the token in order to use the command.
Initially we thought only power users would be using GITHUB_TOKEN as an opt-in choice, making
GenMarkdownTreeCustom has a way to a header (filePrepender arg), however there is not a first class way to add a footer.
-
Updated
Dec 20, 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 20, 2020 - Python
In Git Bash, I use the alias fd='MSYS_NO_PATHCONV=1 fd --path-separator=/' so that everything is generally done with bash-style path names. This doesn't work with the --exec feature. This makes the output of "grep -H" annoying. The good news is that it functions - grep must accept either file separator. The bad news is that I get a path string I can't usefully copy/paste in the shell to pass to
-
Updated
Dec 16, 2020 - JavaScript
-
Updated
Dec 19, 2020 - TypeScript
-
Updated
Dec 3, 2020 - JavaScript
-
Updated
Dec 13, 2020 - Go
-
Updated
Dec 16, 2020 - JavaScript
-
Updated
Dec 22, 2020
-
Updated
Dec 18, 2020 - C
...this boilerplate is awesome, thank you for sharing it guys
-
Updated
Dec 22, 2020 - TypeScript
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)' fromPairsBut 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 soSearch backwards
-
Updated
Dec 21, 2020 - Python
-
Updated
Dec 21, 2020 - C
