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

ohmyzsh
terminal
grubba
grubba commented Feb 14, 2020

All existing documentation of ConPTY seem to only mention the case where stdin, stdout and stderr are all to be connected to the pty and no STARTF_USESTDHANDLES. The only mention that the proper value to have in StartupInfo.hStdInput et al when STARTF_USESTDHANDLES is active is NULL is indirectly in the documentation for GetS

httpie
nhooey
nhooey commented Mar 6, 2020

It's not clear from the website's documentation, or the --help output, how to do the following equivalent curl task:

Post a raw JSON query to ElasticSearch:

curl \
    --header "Content-Type: application/json" \
    --request POST \
    --data '{ "_source": [ "restricted_countries.*" ], "query": { "match_all": {} }, "size": 1000 }' \
    'http://localhost:9200/_search'

T

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
sQVe
sQVe commented Feb 14, 2020

Hey 👋,

I have my .cache directory set as tmpfs to run all cache related files on RAM. This makes the .cache available only per session which is an issue with bat as the built custom themes I have are removed.

Is there a way to specify a directory for bat to load theme and syntax from? I've tried bat cache --source ~/.local/share/bat but that just creates the cache at

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
terminus
Fizzixnerd
Fizzixnerd commented Feb 16, 2020

Type
Enhancement/Feature Request

What You Do

  1. Copy a multiline string from somewhere, such as:
hello
world
  1. Paste this into the terminal window

What You See

The pasted text is entered without a warning and immediately executed by the shell.

What You Expect

A popup dialog confirming that you really wanted a multi-line paste. In my experience

micro
ShalokShalom
ShalokShalom commented Aug 9, 2019

Description of the problem or steps to reproduce

In your help keybindings, you list a couple of key combinations, who are available.

Combining Ctrl with Shift is not mentioned.

A few lines later, you mention that things such as CtrlShiftLeft ARE actually part of the default key settings. Manually setting CtrlShiftL to SelectLine, as an example, has turned out to not work.

Sp

ChrisBaker97
ChrisBaker97 commented Mar 17, 2019

I was having a hard time getting the next branch up and running on my machine. After much trial and error and lots of echo statements sprinkled throughout the powerlevel9k code as well as my own config files, I came to the realization that, unlike 0.6.7, the 0.7.0 branch was caching a lot of info the first time it was called, and all of my configuration information (which had always resi

heisian
heisian commented May 17, 2018

The current line reads git remote set, and we can see in the below screenshot that the t is cut off:
screen shot 2018-05-17 at 11 18 56 am

Switching to a non-modern font shows the cursor in the correct position:
<img width="1920" alt="screen shot 2018-05-17 at

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
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

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.