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

ohmyzsh
terminal
DHowett-MSFT
DHowett-MSFT commented Nov 5, 2019

The one comment I'd like you to follow up on eventually is:
"Please make a docs\MSBuildWizardry.md with all the rules and nuances here."

I feel like we're doing a lot of custom or interesting MSBuild stuff which should be documented somehow like:

  1. Moving the properties up to the top above the pre props so we can selectively pick them out in the pre files
  2. List out what's supposed to go i
bat
desbma
desbma commented Nov 27, 2019

Line wrapping seems to be disabled when piping to another process, even when forced with --wrap=character.

$ echo 123456789abcd > /tmp/file
$ bat --style plain --terminal-width 10 --wrap=character /tmp/file
123456789a
bcd
$ bat --style plain --terminal-width 10 --wrap=character /tmp/file | command cat
123456789abcd
glances
AdrienLemaire
AdrienLemaire commented Dec 18, 2019

Description

While reading the wifi doc , I see

You need to install the wireless-tools package on your system.

The manpage doesn't give information as to what is really used behind, all I can find is:

   W      Show/hide Wifi module

And the WiFi plugin doesn't show up in my glances terminal view.
Unfortunately,

jpfender
jpfender commented Jan 9, 2020

This is a very very minor quibble, but I keep finding myself stumped when I'm staging changes line-wise and want to commit --- intuitively, I would just want to press c from the staging view, but instead I have to go back to the file menu with Esc and then press c. A bit unnecessary in my opinion, especially since c is not mapped to anything else in the staging view.

So if at all poss

vinc
vinc commented Jan 15, 2020

It'd be really useful to have a command option to use or import a JSON profile from the command line when launching cool-retro-term on a system that don't have a mouse. And even with a mouse, that option could automate the process.

Ideally --profile should be able to take a JSON directly, but another option like --import-profile foo.json would work too, although there's a potential for co

salmanulfarzy
salmanulfarzy commented Dec 2, 2018

Is your feature request related to a problem? Please describe.

Check for Zsh version for compatibility with prompt.

Describe the solution you'd like

autoload -Uz is-at-least && if ! is-at-least 5.2; then
  print "ERROR: You're using zsh version ${ZSH_VERSION}, and versions < 5.2 are not supported. Update your zsh." >&2
  return 1
fi
charlesreid1
charlesreid1 commented Jan 6, 2020

Documentation does not cover how to specify city names consisting of multiple words (Los Angeles, Hong Kong, etc). Should it be wttr.in/LosAngeles, or wttr.in/Los_Angeles, or wttr.in/Los+Angeles, or something else? This would be a useful thing to add to the Readme.

onehungrygeek
onehungrygeek commented Jan 6, 2019

Thanks a ton for any helpful feedback

I need help with getting best quality GIFs.

I am not used to CSS syntax so it would be amazing if you add a lot of example config.yml files. Also, try adding config.yml files for the GIFs you are displaying in your README.md. They look fantastic. I have spent hours trying to get perfect GIF but no luck.

I don't know what value to give for shadow

You can’t perform that action at this time.