The Wayback Machine - https://web.archive.org./web/20210317182714/https://github.com/topics/cli
Skip to content
#

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 21,754 public repositories matching this topic...

cli
gibfahn
gibfahn commented on Jan 2, 2021

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...
theblazehen
theblazehen commented on Jan 5, 2021

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

fx
antonmedv
antonmedv commented on Dec 11, 2019

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

Created by Glenda Schroeder

Released 1965

Wikipedia
Wikipedia