Björn Richter

Results 19 issues of Björn Richter

I think it would be nice to be able to set the alias inside the subcommand file using the `@command()` decorator. It is currently only possible to defined aliases in...

feature-request

When defining subcommand properties like `alias` or `brief` in the parent commands `subcommands` export, there is no error shown, when a subcommand does not exist: ```text src/ +-- app.ts +--...

planned
feature-request

# Description This is a follow up to PR https://github.com/nushell/nushell/pull/6084. It was intended as a fix to https://github.com/nushell/nushell/issues/6078 but @merelymyself beat me to it. However, this PR adds the decimal...

### Describe the bug The history file `~/.config/nushell/history.txt` uses the sequence `` to indicate that a command had a line break. This sequence is not escaped before writing it to...

bug

Hi there, this game is an awesome idea :) But I found some commands that break the current level and I have to go back to the level selection and...

bug

Sorry for the late PR, have been very busy with my studies since I posted #138

### Related problem I am trying to alias `-` to `cd -` as I have done in other shells. Unfortunately `-` (and everything that starts with `-`) is interpreted as...

enhancement
parser

### Related problem As described in https://github.com/nushell/nushell/issues/5853, the `source` keyword should be file-relative, which seems to work now for scripts that are run from the cli. But it does not...

enhancement

### Checklist before submitting an issue - [X] I have searched through the existing [closed and open issues](https://github.com/elkowar/eww/issues?q=is%3Aissue) for eww and made sure this is not a duplicate - [X]...

bug