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 20,134 public repositories matching this topic...

cli
AndrewCS149
AndrewCS149 commented Dec 3, 2020

For some reason when I try to merge a pr with gh pr merge from my development branch into master I get the following error:

Pull request #1 (Initial Commit.) can't be merged right now; try again in a few seconds

I am able to create and merge pr's from any other branch except into master. I have to go into the Github each time to commit the merge. My master did have a protection rule on i

OliverJAsh
OliverJAsh commented Jul 14, 2020

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

sharkdp
sharkdp commented Dec 1, 2020

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
fx
antonmedv
antonmedv commented 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
You can’t perform that action at this time.