-
Updated
Jul 9, 2022 - Shell
Shell
A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage program execution.
Here are 14,945 public repositories matching this topic...
-
Updated
Jul 9, 2022 - C
-
Updated
Jul 9, 2022 - Markdown
-
Updated
Jul 9, 2022 - Shell
-
Updated
Jul 8, 2022 - CSS
-
Updated
Jul 9, 2022 - C#
TODO
-
Updated
Jul 7, 2022 - Haskell
-
Updated
Jul 9, 2022 - Shell
-
Updated
Jun 26, 2022 - Shell
Related problem
No response
Describe the solution you'd like
The "Debugging Tips" in CONTRIBUTING.md causes a lot of logging output to be written to the terminal (stdout or stderr). This makes it difficult to debug a command-line application like a shell :-( It does appears that env_logger
does have the ability log to a Target
, which can be a File
, so an option to do that see
-
Updated
May 20, 2019 - TypeScript
Sanity checks
- My issue relates to a specific CLI completion spec (e.g.
git checkout
is missing options ingit
completion spec). If your issue is more general, please create your issue here: withfig/fig - I have searched [github.com/withfig/autocomplete/issues](https://gi
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
Jun 20, 2022
It is possible to write a loop using a different syntax like:
while (( i++ < 10 )) { echo i is $i }
Issue:
The syntax highlighting fails on the { echo i is $i } part. Has this been a conscious decision made in the past? If not is it possible to fix this?
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
-
Updated
Jul 2, 2022 - Shell
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
-
Updated
Jul 8, 2022 - Shell
CONTRIBUTING.md
.shopt
andset
./dev/tcp
pdf