Shell
A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage program execution.
Here are 119 public repositories matching this topic...
-
Updated
Oct 8, 2020 - Rust
if you have a command typed as
echo foo \
bar
that ends up as separate entries in mcfly, rather than a single one. It looks like mcfly is incorrectly parses the history entry? The relevant snippet for that from my .zsh_history is:
: 1593624164:0;echo foo \\
bar
It looks like mcfly is getting confused by this, and I think it only gets the last line of the comman
-
Updated
Oct 2, 2020 - Rust
-
Updated
Sep 8, 2020 - Rust
.. since italic text ANSI escape codes can cause problems on some terminal emulators / tmux.
-
Updated
Oct 6, 2020 - Rust
Write testcases
Current test code coverage is pretty low (about 13.56%): https://codecov.io/gh/mesalock-linux/mesabox/tree/master
Our target coverage is around 80%.
Finish tar
Cleanup ping
-
Updated
Aug 1, 2020 - Rust
We currently output completion possibilities over 25 in length by simply joining them with \ns. We should mirror sh style completions and format them into columns.
-
Updated
May 8, 2020 - Rust
-
Updated
Jun 30, 2020 - Rust
-
Updated
Oct 2, 2020 - Rust
Describe the bug
NuShell native and external commands hang when followed by a newline/linefeed character.
To Reproduce
Steps to reproduce the behavior:
lsfollowed by theEnterkey.