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

ohmyzsh

🙃 A delightful community-driven (with 1900+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

  • Updated Nov 24, 2021
  • Shell
bat
v-timofeev
v-timofeev commented Oct 26, 2021

Describe the bug you encountered:

If you use bat on C# source files (.cs, .xaml and others), a space appears in the first line. This is due to byte order mark (BOM)
Maybe reproduced for others files on Windows systems
https://en.wikipedia.org/wiki/Byte_order_mark#Byte_order_marks_by_encoding
Sample file with BOM:
[Program.cs.txt](https://github.com/sharkdp/bat/files/7420061/Program

cli
jawnothin
jawnothin commented Nov 23, 2021

Describe the bug

When running gh auth login and it uploads the SSH key to the account, if it's already registered on another account it just proceeds without error.

Steps to reproduce the behavior

  1. Generate an SSH key
  2. Create an account, and upload the ssh key
  3. Create another account, and run gh auth login
  4. Upload the same SSH key that's already on another account
jkogler-cloudflight
jkogler-cloudflight commented Aug 2, 2021

Is your feature request related to a problem? Please describe.
In our company we have way too many branches remotely. Basically everybody creates new ones for every PR, and most of the time the branches don't get deleted afterwards.
That makes it very hard to check out a remote branch with lazygit, as I have to search for it. Need to know the exact PR number, ...

**Describe the solution

vbd
vbd commented Oct 10, 2021

fd 8.2.1 on Windows 10

fd --changed-within "2021-10-09" | rg -i xxx
won't return an result.

fd --changed-within "2021-10-09" --exec rg -i xxx
returns the lines macthing xxx but the output is missing the filename where xxx is found.
Any idea how to get the filename where xxx is found?

rg -i xxx
alone returns machting lines including filename

Created by Glenda Schroeder

Released 1965

Wikipedia
Wikipedia