issues
search
reubeno
/
brush
bash/POSIX-compatible shell implemented in Rust
MIT License
26
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
chore: upgrade reedline
#268
reubeno
closed
1 week ago
2
build(deps): bump the cargo group with 7 updates
#267
dependabot[bot]
closed
1 week ago
2
test(parser): snapshot testing with `expect_test`
#266
39555
opened
2 weeks ago
2
test(parser): snapsot testing with insta
#265
39555
opened
2 weeks ago
1
test: consider using existing shell test suites
#264
39555
opened
2 weeks ago
0
Parser: `AssignmentWord` inside `rule cmd_suffix`
#261
39555
closed
2 weeks ago
4
Consider using one of the error reporting libraries
#260
39555
opened
2 weeks ago
1
feat(ast): derive `PartialEq` and `Eq` for testing
#259
39555
closed
2 weeks ago
4
build(deps): bump the cargo group with 3 updates
#258
dependabot[bot]
closed
2 weeks ago
2
chore: remove outmoded dependabot ignores
#257
reubeno
closed
2 weeks ago
2
chore: prepare release
#256
reubeno
closed
2 weeks ago
2
fix: support here documents in command substitutions
#255
reubeno
closed
2 weeks ago
2
Use `insta` or `expect_test` for snapshot based testing of the parser
#254
39555
opened
2 weeks ago
1
Consider adding a JIT and JIT cache for static sections of source files
#253
skull-squadron
opened
3 weeks ago
1
fix: the heredoc inside a substitution
#252
39555
closed
2 weeks ago
2
feat: implement `$SHLVL` and `$BASH_SUBSHELL`
#251
39555
opened
3 weeks ago
3
Experiment: try to run interactive tests with Alacritty
#250
39555
opened
3 weeks ago
1
docs: generate usage docs in actions via xtask
#249
reubeno
closed
3 weeks ago
1
build: run lychee to check intra-repo links in action
#248
reubeno
closed
3 weeks ago
1
chore: upgrade crate dependencies
#247
reubeno
closed
3 weeks ago
2
build: run cargo udeps in checks
#246
reubeno
closed
3 weeks ago
3
experiment: test running rudra
#245
reubeno
closed
3 weeks ago
2
feat: implement `|&` for function declarations
#244
39555
closed
3 weeks ago
2
Support `|&` for `function` and `extended test`
#242
39555
closed
3 weeks ago
0
test: add os-targeted integration tests
#241
reubeno
closed
3 weeks ago
2
feat: implement `|&` extension
#240
39555
closed
3 weeks ago
4
fix: handle PS2 prompts that require prompt-expansion
#239
reubeno
closed
4 weeks ago
2
test: run completion tests using bash-completion 2.14.0
#238
reubeno
closed
4 weeks ago
2
fix(completion): correct behavior of slice past end of array
#237
reubeno
closed
4 weeks ago
2
fix: omit dirs from executable searches
#236
reubeno
closed
4 weeks ago
2
fix(completion): fix -- handling in getopts
#235
reubeno
closed
4 weeks ago
2
heredoc doesn't work inside of command substituiton
#234
Quackdoc
closed
2 weeks ago
6
generalize $RANDOM impl to support dynamic vars like `SHELLOPTS` + `BASHOPTS`
#233
reubeno
opened
4 weeks ago
0
fix: correct pattern removal expansions on arrays
#232
reubeno
closed
4 weeks ago
2
fix: string replacement with slashes
#231
reubeno
closed
4 weeks ago
2
`crossterm` error (via `reedline`) causes `pexpect` et al. not to work with `brush`
#230
reubeno
opened
4 weeks ago
4
Honor `noglob` option for disabling glob expansion/matching
#229
reubeno
opened
4 weeks ago
0
Honor `nocasematch` option for case-insensitive matches
#228
reubeno
opened
4 weeks ago
0
feat: implement `read -t`
#227
39555
opened
4 weeks ago
2
fix: assorted completion-related issues
#226
reubeno
closed
4 weeks ago
2
fix: assorted correctness issues in getopts builtin
#225
reubeno
closed
4 weeks ago
2
fix: allow usually-operator chars in regex parens
#224
reubeno
closed
4 weeks ago
2
feat: implement support for ;;& and ;& in case items
#223
reubeno
closed
4 weeks ago
2
Lots of issues in Arch Linux's bash completion
#222
Quackdoc
closed
4 weeks ago
4
feat: implement `kill -l`
#221
39555
closed
3 weeks ago
19
build(deps): bump the cargo group with 2 updates
#220
dependabot[bot]
closed
1 month ago
2
feat: implement physical and logical cwd
#219
39555
opened
1 month ago
3
docs: update readme
#218
reubeno
closed
1 month ago
2
chore: prepare release
#217
reubeno
closed
1 month ago
2
build: remove rustyline support
#216
reubeno
closed
1 month ago
2
Next