Skip to content
#

Terminal

terminal logo

Terminal is a serial computer interface for text entry and display. Instruction given to perform a task are called commands. Current computers (GUI based) uses terminal emulators such as Unix shell, BASH shell, command prompt.

Here are 6,361 public repositories matching this topic...

ohmyzsh

🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, OSX, 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 Aug 25, 2021
  • Shell
chabou
chabou commented Apr 15, 2018

We are currently adding Hyper CLI path to user PATH in Windows registry: https://github.com/zeit/hyper/blob/262eb8ad9b7b9b15351f331765151538d67a09e2/app/utils/cli-install.js#L49-L91

A caveat is that environment variables are cached and users should open and validate "Edit environment variables for your account" dialog to force a cache refresh (or simply reboot their workstation).
![](https://

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

Over 250 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remmina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTerminal, Microsoft's Windows Terminal, Visual Studio, Alacritty

  • Updated Aug 5, 2021
  • Shell
maple3142
maple3142 commented Jul 1, 2021

My problem is that I use my home directory as a git repo to manage my dotfiles, so there is a ~/.gitignore that ignores everything except some files. The problem is fd won't work by default at this situation. Although there is a --no-ignore-vcs, but I still want .gitignore to be respected when I am in a project directory.

Ripgrep has a flag --no-ignore-parent that can ignore `.gitigno

spaceship-prompt