Shell
A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage program execution.
Here are 10,039 public repositories matching this topic...
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
-
Updated
Jul 17, 2020 - C
-
Updated
Jul 17, 2020 - Shell
A black hole for Internet advertisements
-
Updated
Jul 16, 2020 - Shell
Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more
-
Updated
Jul 8, 2020 - CSS
ShellCheck, a static analysis tool for shell scripts
-
Updated
Jul 6, 2020 - Haskell
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
From https://github.com/kennethreitz/autoenv :
Note: you should probably use direnv instead. Simply put, it is higher quality software. But, autoenv is still great, too. Maybe try both? :)
A terminal emulator for the 21st century.
-
Updated
May 20, 2019 - TypeScript
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&
Fish-like autosuggestions for zsh
-
Updated
Jul 8, 2020 - Shell
-
Updated
Jul 13, 2020 - Shell
A community Bash framework.
-
Updated
Jul 15, 2020 - Shell
Various Dockerfiles I use on the desktop and on servers.
-
Updated
Jul 9, 2020 - Dockerfile
A history expansion followed by a character ineligible for history expansion (e.g. =) isn't highlighted correctly. !!= unquoted is all highlighted as history expansion and "!!=" terminates the history expansion style on the first ! rather than the second.
This is the official location of the Kaldi project.
-
Updated
Jul 17, 2020 - Shell
Pretty, minimal and fast ZSH prompt
-
Updated
Jul 8, 2020 - Shell
Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
-
Updated
Feb 4, 2020 - Go
Is your feature request related to a problem? Please describe.
This is unexpected:
❯ config --get startup
───┬────────────────────────────────────────
# │ <value>
───┼────────────────────────────────────────
0 │ alias myecho [msg] { echo Hello $msg }
1 │ alias s [] { git status -sb }
───┴────────────────────────────────────────
nushell on 📙 1709-from-docs is 📦 v0.13.1 via 🦀
Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
-
Updated
Jul 15, 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