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

cli
zambonin
zambonin commented Feb 18, 2021

Describe the bug

Creating a Gist using the gh command-line interface does not preserve the
contents of binary files.

~ $ gh --version
gh version 1.5.0 (2021-01-21)
https://github.com/cli/cli/releases/tag/v1.5.0

Steps to reproduce the behavior

Create a Gist with a binary file using gh gist create /path/to/binary-file.
I have successfully reproduced this behavio

peppy
peppy commented Feb 12, 2021

Describe the bug
Lazygit allows you to edit its configuration by pressing the 'e' hotkey from pane 1. After editing, my expectation would be that the new configuration is loaded, but it does not seem to be.

To Reproduce
Steps to reproduce the behavior:

  1. Go to pane 1
  2. Press 'e'
  3. Edit the configuration (add a new custom command)
  4. Save and return to lazygit

**Expected beha

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