Terminal
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...
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
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
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
if you run alt-screen-random-write from vtebench, select something during it, when it finish, you'll go back to a normal mode and won't see any selection. if you start it again you'll see your old selection from it.
I guess we should just always clear selection on mode toggle.
-
Updated
Mar 8, 2020 - TypeScript
Hi, I've found the following cheatsheet :
In the README you explain that there must be an edit button in the page and a github button to access the sheet but as you can see it doesn't appear here.
Thx ;)
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
Hello, i interested with glances app, but cant install in Kali, please make support it, thanks!
im not developer, so just request, cant do anything
thanks your attention!
The website should be updated. I found one typo on http://iterm2colorschemes.com/
Website:
The theme Mokokai Soda was found here.
But this line in the README is:
The theme Monokai Soda was found here.
It's Monokai, not Mokokai.
Is your feature request related to a problem? Please describe.
I am trying to change some of default lazygit behavior, e.g. have a --oneline graph in commits view. I could not find any info about configuring lazygit. The only glimpse of this I had was at 11:20 in the 15 lazygit features youtube video.
Describe the solution you'd like
I would expec
- Operating System (or Browser): Arch Linux
chalkVersion:3.0.0- Node Version:
13.7.0 - TypeScript Version:
3.7.5
How Do We Reproduce?
- Import
chalkin a TypeScript project - Attempt to build the project with the
--isolatedModulesoption
See minimal repro: https://github.com/MaxMilton/repro-chalk-enum-type
Expected Behaviour
Project builds without ty
Please add documentation about what value should TERM contain, and where to set it (in the gotty session from the browser, or from CLI before running gotty?).
- 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
Type
Enhancement/Feature Request
What You Do
- Copy a multiline string from somewhere, such as:
hello
world
- 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
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
`-prune` options
Is it possible to add an option -prune, to not explore sub-directories, when the current directory has been matched ? (like find -prune)
-
Updated
Mar 9, 2020 - JavaScript
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
New Theme?
We would love to support all code editors out there, but we need your help to accomplish that. Feel free to create a new theme based on our color palette.
^^ Not a code editor, but a wayland launcher application
. 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
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.
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


Describe the bug
When
vi-modeis enabled,shift+tabdoes not cycle backwards through the autocomplete suggestions.If
vi-modeis removed from the plugins, `shift+ta