Shell
A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage program execution.
Here are 14,141 public repositories matching this topic...
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
-
Updated
Apr 1, 2022 - C
-
Updated
Apr 2, 2022 - Markdown
A black hole for Internet advertisements
-
Updated
Apr 2, 2022 - 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
Apr 2, 2022 - CSS
PowerShell for every system!
-
Updated
Apr 2, 2022 - C#
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
ShellCheck, a static analysis tool for shell scripts
-
Updated
Feb 16, 2022 - Haskell
A pure Unix shell script implementing ACME client protocol
-
Updated
Apr 1, 2022 - Shell
Fish-like autosuggestions for zsh
-
Updated
Mar 15, 2022 - Shell
A terminal emulator for the 21st century.
-
Updated
May 20, 2019 - TypeScript
Describe the bug
Currently, git push's is typed to only accept a single positional argument. This is incorrect, however, as multiple branches are definitely accepted by Git.
How to reproduce
-
Attempt to push multiple new branches at a time to a remote repository in Git. Observe that the command is rejected, and the following diagnostic is emitted:
git push -u orig
The problem
Users installing Spaceship via homebrew don't know they have to add following lines to their .zshrc:
autoload -U promptinit; promptinit
prompt spaceship
Describe the solution you'd like
Homebrew has to report a caveat with this information. Here's an example how they do that with nvm formula: https://github.com/Homebrew/homebrew-core/blob/23f6654873c
-
Updated
Jan 24, 2022
Sanity checks
- My issue relates to a specific CLI completion spec (e.g.
git checkoutis missing options ingitcompletion spec). If your issue is more general, please create your issue here: withfig/fig - I have searched [github.com/withfig/autocomplete/issues](https://gi
% tests/generate.zsh '{ a=42 }' main block-assignment-no-command
Set copyright year to 2022? y
BUFFER=$'{ a=42 }'
expected_region_highlight=(
'1 1 reserved-word' # {
'3 6 assign' # a=42
'5 6 default' # 42
'8 8 unknown-token' # }
)That's a valid command so the final } should be a reserved-word.
Manage your app's Ruby environment
-
Updated
Mar 9, 2022 - Shell
Steps to reproduce
Run asdf. In help output a line is printed for the asdf env command:
asdf env <command> [executable] Prints or runs an executable under a command environment
I would assume <command> is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.
FY
After using Bash-it very happily on Linux, I'm now trying it on macOS (10.15.5, with bash 3.2.57), and I'm having all sorts of weird line break/line wrap problems. The problems seem to stem from scm_prompt_info, as they don't appear when I'm using a theme that doesn't use it or when I'm not in a git repo.
The problems I'm seeing include unexpected line breaks in the middle of my prompt, early
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


Many systems don't link
pythontopython3. Debian even maintains it's wrong for their packages to expectpythonto work: