The Wayback Machine - https://web.archive.org/web/20200707085758/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,574 public repositories matching this topic...

ohmyzsh
terminal
Amulya-95
Amulya-95 commented Apr 21, 2020

GitHubTags: #A11yTCS; #A11yAAT; #A11yMAS; #A11y_WindowsTerminal; #WindowsTerminal; #DesktopApp; #C+E-H; #A11ySev1;

Fix and close other bugs before starting accessibility conformance documentation. Any bug that will not be fixed and closed within SLA must be declared in the AAT. The SLA for this bug is also 60 days.
[Guide](https://microsoft.sharepoint.com/teams/ceacc/SitePages/Conformance%20

tldr
dbrgn
dbrgn commented Feb 28, 2020

The spec says:

If a client has access to environment variables, several standard ones exist to specify the language in which a client should operate. If not, then clients MUST make reasonable assumptions based on the information provided by the environment in which they operate (e.g. consulting navigator.languages in a browser, etc.).

Windows systems do have environment variables, but the

alacritty
bat
yaahc
yaahc commented Apr 27, 2020

As far as I can tell bat as a library only supports writing to stdout, I'm interested in seeing if I can integrate bat with color-backtrace/color-spantrace and eyre. To do this I need bat to write to a std::fmt::Formatter and return a fmt::Result instead of printing to stdout (i assume?) and returning a bat::error::Error.

So assuming I'm not misreading the docs...

Proposal

follower
follower commented Apr 22, 2020

FYI attempting to run lazygit on Mac OS X 10.9 fails with both 64-bit & 32-bit builds:

# Darwin_x86_64
$ lazygit_0.20.2_Darwin_x86_64/lazygit 
dyld: Symbol not found: _fdopendir$INODE64
  Referenced from: /<path>/lazygit_0.20.2_Darwin_x86_64/lazygit
  Expected in: flat namespace

Trace/BPT trap: 5
# Darwin_32-bit
$ lazygit_0.20.2_Darwin_32-bit/lazygit 
dyld: Symbol n
apengwin
apengwin commented Feb 6, 2020
  • I have marked all applicable categories:
    • exception-raising bug
    • [ x] visual output bug
    • documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
    • new feature request
  • [ x] I have visited the [source website], and in particular
    read the [known iss
micro
str225
str225 commented Apr 21, 2020

Description of the problem or steps to reproduce

I was trying to replace the gcc linting for clang with custom flags by customizing the linter through a custom plugin (mostly to see how it works).
I first tried to use the linter.removeLinter function (that isn't documented in the readme but is in the source code) and it didn't disabled the gcc linting. For disabling the gcc linter one has to

thebitstick
thebitstick commented May 1, 2020

Getting this weird error everytime I use cool-retro-term.

$ user@host ~ ❱ ✔ ≻ cool-retro-term
WARNING: CPU random generator seem to be failing, disable hardware random number generation
WARNING: RDRND generated: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
$ user@host ~
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
djsegal
djsegal commented Nov 2, 2018

Don't know if this is the correct place to suggest it, but a quick day/night flag might be interesting?

You already have their area code, so you would just need to check it against the current world map sunrise/sundown timer?

Halfwalker
Halfwalker commented Feb 29, 2020

Change the default username color to something like blue (via variable, so it's changeable). Then, when user su's to root or logs in as root, change username color to RED. This would be a good visual warning that you might be doing something with root privs by mistake ...

So the _username function would check the euid, and if 0 set color to RED

Seanstoppable
Seanstoppable commented May 3, 2019

What problem does this solve?

Configs are prone to error. If we can give people a setup command to ease problems, this would reduce errors.

How do envision it working?

In #408, it was brought up that since every module has a strongly typed config, this means we should be able to annotate the config to generate documentation. It follows that, if we can generate documentation, we

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.