elvish icon indicating copy to clipboard operation
elvish copied to clipboard

Powerful scripting language & Versatile interactive shell

Results 308 elvish issues
Sort by recently updated
recently updated
newest added

From the documentation: > Integers are written in decimal (e.g. `10`), hexadecimal (e.g. `0xA`), octal (e.g. `0o12`) or binary (e.g. `0b1010`). However, from my testing, `(num '010')` -> `(num 8)`...

lang/stdlib

I would like to see that Elvish has an incognito mode. I mean not saving command/dir history under *incognito mode*. E.g. some programs require to pass them passwords in the...

As far as I can tell Elvish doesn't ship with man pages for the shell or it's builtins

doc

It would be really nice if we can source `~/.bashrc` directly. That will make migration much easier.

maybe

Is the example too "complex"? Not in terms of complexity per se, but because it uses several functions: `put`/`each`/`styled`.

If I begin typing a command, and then trigger `edit:histlist:start`, the filter will start empty. I think there should be an option for the filter to be equal to the...

While working on issue #1263 I noticed there isn't any mechanism for running unit tests that expect stdin, stdout and/or stderr to be connected to a TTY device rather than...

While working on issue #1263 it occurred to me it would be good if users didn't have to do something like this to write portable code: ``` use platform var...