Skip to content
#

Command line interface

cli logo

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

ohmyzsh
bat
cli
startakovsky
startakovsky commented Jan 3, 2022

It would be consistent with codespaces and the github CLI at large to add a command to the gh cs that allows the end user to open the codespace environment in the browser, such as open ==> gh cs open.

It would be just like gh cs code where it shows a dropdown of the choices of codespaces, and then instead of opening vs-code it would open up the OS's default browser which, if it's au

davdroman
davdroman commented Mar 11, 2022

Currently, $LAZYGIT_NEW_DIR_FILE's path only gets updated on exit. It'd be a lot more useful if it was updated on the spot whenever directories are changed while running lazygit.

This would enable a new realm of functionality outside of lazygit, namely being able to quickly span a parallel session that points to lazygit's current directory for running miscellaneous commands.

The only other

jvgeee
jvgeee commented Dec 14, 2021

I may be reading it completely wrong, but the current way the Screen component decides whether to use a scrollview or not is to check isNonScrolling(preset)

The code:

export function isNonScrolling(preset?: ScreenPresets) {
  // any of these things will make you scroll
  return !preset || !presets[preset] || preset === "fixed"
}

The comment "Any of these things will make yo

Stratus3D
Stratus3D commented Feb 10, 2019

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

Created by Glenda Schroeder

Released 1965

Wikipedia
Wikipedia