The Wayback Machine - https://web.archive.org/web/20200901000108/https://github.com/topics/terminal
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 4,768 public repositories matching this topic...

ohmyzsh
fredg0
fredg0 commented Jun 11, 2020

Hello,

fzf is installed via the openbsd package manager like this :

> % pkg_info -L fzf
Information for inst:fzf-0.21.1

Files:
/usr/local/bin/fzf
/usr/local/bin/fzf-tmux
/usr/local/man/man1/fzf-tmux.1
/usr/local/man/man1/fzf.1
/usr/local/share/doc/pkg-readmes/fzf
/usr/local/share/fish/functions/fzf-key-bindings.fish
/usr/local/share/fzf/bash/completion.bash
/usr/local/share/fz

Over 225 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 29, 2020
  • Shell
dpacbach
dpacbach commented Jun 13, 2020

Hello,

In the two menus containing "destructive" actions (d and D) can we have the "cancel" item first in the list? That way one doesn't accidentally hit enter and nuke their tree. Especially important since when you select one of those destructive actions there is not an "are you sure?" box that pops up. I think that the best solution which will keep the UI streamlined but make it a tad

sharkdp
sharkdp commented May 25, 2020

I see a lot of fd users that seem to think that they need to add "{}" to all commands. Some users also seem to think that the closing semicolon (which needs to be escaped) \; is required:

fd … -x command "{}" \;

In reality, 90% of the --exec use cases can be written without the "{}" part (which fd adds, if it is ommitted) because the file entry often comes last. The semic

You can’t perform that action at this time.