Shell
A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage program execution.
Here are 9,449 public repositories matching this topic...
-
Updated
Apr 13, 2020 - C
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
TODO
- Dynamic variable naming.
- Internal variables.
- Turn the non-functions into functions.
- This is so tests can be written.
- It also shows a working use case for the task.
- Add a
CONTRIBUTING.md. - Look into side effects of using
shoptandset. -
/dev/tcp - Convert to
pdf- Add a cover.
- Add references.
- Write some
In raising this issue, I confirm the following: {please fill the checkboxes, e.g: [X]}
- I have read and understood the contributors guide.
- The issue I am reporting can be replicated.
- The issue I am reporting isn't a duplicate (see FAQs, [closed issues](htt
-
Updated
May 20, 2019 - TypeScript
For bugs
- Rule Id (if any, e.g. SC1000): SC2046
- My shellcheck version (
shellcheck --versionor "online"): n/a - The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2086)
- I tried on shellcheck.net and verified that this is still a problem on the latest commit
For new checks and feature suggestions
- shellcheck.net (i.e. the lates
shamelessly copy-pasted from exercism/bash/issues/171
tldp.org's shell scripting pages have very high Google page rank. They're detailed, extensive, and easy to read, and much of the information in there is useful. But the examples they use are very often riddled with code that runs between smelly and bug-prone to outright dead wrong and dangerous. An advanced bash scripter could maybe read
Summary of the new feature/enhancement
Back in Powershell 5, I could write a script which contained:
> $cred = Get-Credential -UserName "$first.$last"A dialog would then appear, asking for the password, but it also gave the option of changing what the username was. This was useful as you could implement a naming standard, but when there was an edge case allowed the end
When singular items are missing we say "does not exist" or doesn't exist".
When singular items are present we say "does exist" or "exists".
Yes, English can be difficult.
https://github.com/acmesh-official/acme.sh/search?q=%22doesn%27t+exists%22&unscoped_q=%22doesn%27t+exists%22
Text says "doesn't exists".
Ref also : https://github.com/acmesh-official/acme.sh/search?q=%22does+not+exists%22&
-
Updated
Apr 12, 2020 - Shell
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
Node version (or tell us if you're using electron or some other framework):
12.1.0
ShellJS version (the most recent version/Github branch you see the bug on):
0.8.3
Operating system:
Windows
Description of the bug:
sed is applied only once by line:
original archive:
import [COMPONENTNAME]Base from './[COMPONENTNAME]Base';
`const [COMPONENTNAME] = styled( [COMPONENTNAME]
-
Updated
Apr 7, 2020 - Dockerfile
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
As #475 pointed out, when ./foo existed, : 'f'oo highlighted the 'f' in underline,fg=yellow and the oo in underline. That regressed — bisected to 6835121eafa49899b396f5f85207fb1fe229bc1c. It'd be nice to have it back
--output-name : Do computation for specified output-node (string, default = "output")
The user had a network with multiple output-nodes. His life would have been easier if we had this option.
-
Updated
Apr 13, 2020 - Shell
At present, regardless of the terminal width, doc output seems to wrap at ~100 columns. I'm not sure whether this formatting is under psysh's control, but if so then it would be nice if it used the actual terminal width (or else used 80 columns, which is a much safer assumption for a hard-coded value).
Currently there is a single example config file which serves as a great starting point, but it would be nice to have a few pre-built configs for people to drop in and go.
Some examples:
- One designed entirely around Docker and monitoring container metrics.
- Another designed to look pretty and having an overview of system metrics.
Correct the terminology used in code and documentation so that it is consistent with HTTPie and web standards. Examples:
- body parameter -> data field
- operator -> separator
Crouton helps me a lot, but I wanna help more Chinese know about how to use it. So I plan to translate README and some of the Wiki into Chinese. Considering about the Copyright ("All rights reserved" says README) , is it possible for me to do that?


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