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 18,529 public repositories matching this topic...
ng update on windows fails when cli version wants to preinstall | loader.js | Cannot find module
-
Updated
Jan 30, 2021 - Rust
Describe the bug
When I try to fork a repo and add a new remote, it doesn't add a new remote to my current repository.
gh version 1.4.0 (2020-12-17)
Expected vs actual behavior
I expect to see a fork remote added to my repository, but nothing is added.
Logs
❯ gh repo fork --clone=false --remote=true $(git remote get-url up)
- Forking someorg/somerepo...GenMarkdownTreeCustom has a way to a header (filePrepender arg), however there is not a first class way to add a footer.
-
Updated
Feb 7, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
Currently the git log in the pane only shows <short commit> <message>, I'd like that to be configurable as the log commit message in the full sized panel shows
Describe the solution you'd like
I'd like to have the git log message in the pane be configurable in the same way that the branchLogCmd is configurable
**Des
-
Updated
Feb 7, 2021 - 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
Jan 30, 2021 - JavaScript
-
Updated
Feb 2, 2021 - TypeScript
-
Updated
Feb 3, 2021 - JavaScript
-
Updated
Feb 7, 2021 - Go
-
Updated
Jan 29, 2021 - JavaScript
-
Updated
Feb 3, 2021 - C
-
Updated
Feb 7, 2021 - TypeScript
...this boilerplate is awesome, thank you for sharing it guys
-
Updated
Jan 31, 2021 - C
What about adding sort option to choice?
Sometimes it's better to have choices in original order (e.g. python sorts russian words in wrong order)
https://github.com/pallets/click/blob/f537a208591088499b388b06b2aca4efd5445119/click/_bashcomplete.py#L265
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
Feb 6, 2021 - Python
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
Feb 6, 2021 - TypeScript