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 3,937 public repositories matching this topic...
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:
- Moving the properties up to the top above the pre props so we can selectively pick them out in the pre files
- List out what's supposed to go i
In = syntax,
- double quotes (
") - back slashes (
\) - non-ascii characters
$ http -v httpbin.org/post \
dquote='\"' \
multi-line='line 1\nline 2' given conversations in other issues (#1539, #839) it seems right click isn't supported, which is fine.
however right click does cause text selections to be deselected. which is annoying as old habits die hard.
System
OS: Linux
Version: 0.4.0
Linux/BSD: Wayland, sway, gnome
A terminal emulator for the 21st century.
-
Updated
Jan 17, 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 ;)
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
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,
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.
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
HCG was added after color-convert was added to ansi-styles. We should officially support it in ansi-styles and document its support here. It's similar to HSL and is (slowly) increasing in popularity.
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
- 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
- I have visited the [source website], and in particular
read the [known issue
Version: 1.0.91
Platform: darwin 18.7.0
Plugins: clickable-links
Copy pasting around 100 lines of code from macOS 10.14.6 into vim messes up the indentation and the code becomes invalid.
A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
-
Updated
Jan 17, 2020 - JavaScript
Jumpserver是全球首款完全开源的堡垒机,是符合 4A 的专业运维审计系统。
-
Updated
Jan 17, 2020 - JavaScript
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
This is similar to #333 which only addressed --exec-batch.
Here:
https://github.com/Powerlevel9k/powerlevel9k/wiki/Install-Instructions#step-1-install-powerlevel9k
Verified now on 3 machines. (all debian based though)
Instructions say add:
echo 'source /usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme' >> ~/.zshrc
but
$whereis powerlevel9k
gives
/usr/share/powerlevel9k
thus
echo 'source /usr/share/powerlevel9k/powerlevel
Solaris and Illumos use Bash as the default shell. However, currently bash-it does not work as expected on them.
This can be fixed as described, tested, and confirmed here.
Here's what I suggest:
- In
install.sh, check for `$0S
What should it do?
We should be able to get rid of the /vendor directory for two reasons:
- We're now using https://proxy.golang.org, which is so far much more reliable than the previous proxy site
- We're forking and maintaining dependencies that get abandoned or deleted
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
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
💥 A curated list of Terminal frameworks, plugins & resources for CLI lovers.
-
Updated
Jan 17, 2020 - Shell


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