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,395 public repositories matching this topic...
GitHubTags: #A11yTCS; #A11yAAT; #A11yMAS; #A11y_WindowsTerminal; #WindowsTerminal; #DesktopApp; #C+E-H; #A11ySev1;
Accessibility Conformance Documentation requirement is waived for certain websites. To determine if your website qualifies for this waiver, read CELA Guidance. Based on this guidance, if you think this requirement is waived for your website, then please add notes on why this websit
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
Right now there's no way to set fixed colored cursor with escape sequence from inverted cursor, so it should be supported.
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
-
Updated
May 20, 2019 - 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 ;)
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
.
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
Monitor open files
Description
This utility can monitor open files number count (in real-time)?
Example count open files in the Linux machine, and count open files group by existing users.
Versions
Nothing
Logs
Nothing
- 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
-
Updated
May 7, 2020 - JavaScript
Version: 1.0.107
Platform: win32 10.0.19041
Plugins: clickable-links
Can you add a setting to hide Terminus when click the close button instead of directly closing it? Please ~
Thanks for publishing this! How about adding it to GitHub.com/topics/terminal-share alongside similar tools by adding that topic to this repo? Thank you :-)
`-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
)
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
通过一站式安装完jumpserver后,启动jumpserver就会过几分钟服务自动stop,这是为什么。
`- Start Celery as Distributed Task Queue: Ansible
2020-03-27 08:08:47 > Find celery_ansible stopped, retry 2, 17960
- Start Celery as Distributed Task Queue: Ansible
2020-03-27 08:09:21 > Find celery_ansible stopped, retry 3, 17980
--- Logging error ---
Traceback (most recent call last):
File "/usr/lib64/python3.7/logging/init.py"
-
Updated
Apr 23, 2020 - Shell
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 ~
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
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 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
Gitea integration
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
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-mode
is enabled,shift+tab
does not cycle backwards through the autocomplete suggestions.If
vi-mode
is removed from the plugins, `shift+ta