issues
search
shellgei
/
rusty_bash
bash written with Rust
BSD 3-Clause "New" or "Revised" License
109
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Script with -c option should be able to handle args after itself
#114
ryuichiueda
closed
19 hours ago
0
Difference of escape handling on path expansion
#113
ryuichiueda
closed
2 weeks ago
0
update README
#112
t-koba
closed
2 weeks ago
0
Add SECONDS, EPOCHSECONDS, EPOCHREALTIME variables
#111
t-koba
closed
2 weeks ago
1
The while command in a shell script doesn't stop by Ctrl+C.
#110
ryuichiueda
closed
2 weeks ago
2
Modify core/data, and add RANDOM, SRANDOM variables, by 32 bit RNG based on ChaCha20
#109
t-koba
closed
1 month ago
1
Omission of `[0-9]` type wildcard implementation
#108
ryuichiueda
opened
1 month ago
0
Add MACHTYPE, BASH_VERSINFO, and change BASH_VERSION
#107
t-koba
closed
1 month ago
0
Add variables to the List of Features
#106
t-koba
closed
1 month ago
1
Add build profile to BASH_VERSION suffix
#105
t-koba
closed
1 month ago
1
Panic with echo ${あ..ん}
#104
ryuichiueda
closed
2 weeks ago
0
Script::check_nest
#103
ryuichiueda
closed
2 months ago
0
Panic by an assignment of non-number to a variable in `$(())`
#102
ryuichiueda
opened
3 months ago
0
Line numbres in error messages
#101
ryuichiueda
opened
3 months ago
0
Execution after calculation error should be canceled.
#100
ryuichiueda
closed
4 months ago
0
Print control characters for brace expansions
#99
ryuichiueda
closed
4 months ago
1
To permit the omission of ";;" at the end of a case command
#98
ryuichiueda
opened
4 months ago
0
Enable to be a login shell
#97
ryuichiueda
opened
4 months ago
0
The wait command must be cancelled by Ctrl+C.
#96
ryuichiueda
opened
5 months ago
0
Remove a typo
#95
lu-zero
closed
5 months ago
1
History dissapear after an enter.
#94
ryuichiueda
closed
5 months ago
0
Complation freezes on WSL
#93
ryuichiueda
closed
5 months ago
0
A bug on completion
#92
ryuichiueda
closed
5 months ago
0
Requirement of word splitter
#91
ryuichiueda
closed
5 months ago
0
Give 141 as the exit status at pipefail
#90
ryuichiueda
closed
6 months ago
1
Cursor position detection timed out
#89
ryuichiueda
closed
6 months ago
1
same name in parameters and arrays
#88
ryuichiueda
closed
6 months ago
1
need a counter for source and function nest
#87
ryuichiueda
closed
6 months ago
0
;s
#86
ryuichiueda
closed
6 months ago
0
Improved pwd command options (-L, -P)
#85
t-koba
closed
11 months ago
1
Add builtins (pwd)
#84
t-koba
closed
11 months ago
0
Add builtins (true, false)
#83
t-koba
closed
11 months ago
1
macOS support by removing system dependencies
#82
t-koba
closed
11 months ago
1
シングルクォート内でのバックスラッシュの扱いがBashと異なる
#81
ryuichiueda
closed
11 months ago
0
()は外部コマンドひとつだとforkしない
#80
ryuichiueda
closed
11 months ago
0
( )と打ってもエラーが出ない
#79
ryuichiueda
closed
1 year ago
0
~のあとの補完が効かない
#78
ryuichiueda
closed
1 year ago
3
パスの通ってないスクリプトが実行できない
#77
ryuichiueda
closed
1 year ago
0
if文を含むコードをsourceすると処理が止まる
#76
ryuichiueda
closed
1 year ago
1
if文の書き直し
#75
ryuichiueda
closed
1 year ago
1
.rusty_bashrcのifで処理が止まる
#74
ryuichiueda
closed
1 year ago
1
Command not found: ""が表示される
#73
ryuichiueda
closed
1 year ago
0
シェルスクリプトでコマンドのあとにコメントアウトがあるとCommand not foundが出る
#72
ryuichiueda
closed
1 year ago
1
Job::parseから引数parent_typeを追い出す
#71
ryuichiueda
closed
1 year ago
1
ジョブはパイプライン単位ではなく&&や||でつないだ複数のパイプライン
#70
ryuichiueda
closed
1 year ago
2
パイプラインをバックグラウンドで実行してfgしたあとCtrl+Cが効かない
#69
ryuichiueda
closed
1 year ago
2
SIGCONTを送ってもjobsでみたときにStoppedのまま
#68
ryuichiueda
closed
1 year ago
1
fgした際にCtrl+Cが効かない
#67
ryuichiueda
closed
1 year ago
1
バックグラウンド実行すると端末から外れる
#66
ryuichiueda
closed
1 year ago
1
Ctrl+Zが動いているバックグラウンドジョブまで止めてしまう
#65
ryuichiueda
closed
1 year ago
0
Next