shellrb icon indicating copy to clipboard operation
shellrb copied to clipboard

A unix-like shell built in Ruby

Results 5 shellrb issues
Sort by recently updated
recently updated
newest added

Complete the remaining use-cases of `cat` as defined by GNU Coreutils [here](https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html#cat-invocation). These include: 1. When called with no arguments copies STDIN to STDOUT 2. When called with multiple files...

The current version of CONTRIBUTING.md is pretty bare bones IMO. I would like to know what what challenges you had/have when looking into this codebase for the first time, and...

Discussion

Either we could implement the help for the command using `--help` parameter or we could make something more detailed, a tiny bit less detailed than man pages, something similar to...

enhancement
up-for-grabs
Discussion

When running the ls command, the output lists directories and files without spaces between them. This makes it difficult to read and distinguish between items, especially in lists with multiple...