issues
search
rust-shell-script
/
rust_cmd_lib
Common rust command-line macros and utilities, to write shell-script like tasks in a clean, natural and rusty way
https://docs.rs/cmd_lib/
Apache License 2.0
1.05k
stars
37
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
The rust version is outdated
#72
programskillforverification
opened
3 weeks ago
0
Misleading error messages
#71
TheButlah
closed
1 month ago
1
Cut a new release
#70
TheButlah
closed
1 month ago
0
Can cmd_lib cooperate with Command?
#69
jesHrz
opened
2 months ago
0
Getting error code number
#68
Elsie19
opened
2 months ago
0
(RUSTSEC-2024-0370) stop using `proc-macro-error`
#67
TheButlah
closed
1 month ago
0
pipefail doesn't work
#66
M1cha
closed
2 months ago
2
Add kill_all method to FunChildren
#65
bn-l
opened
5 months ago
0
Include license text in packaged macros crate
#64
davide125
opened
5 months ago
0
Regression >=0.10: Behavior with empty string
#63
akiradeveloper
closed
6 months ago
1
Possible examples of testing / mocking of outputs
#62
Chaser
opened
7 months ago
1
Support unix exec for replacing current process
#61
neilyio
opened
7 months ago
0
Support expressions in string template parameters
#60
coolbluewater
opened
8 months ago
0
Behavior of semi-colon in macros is confusing
#59
michaeleisel
opened
9 months ago
1
spawn with output
#58
shiqicao
closed
10 months ago
1
how to set timeout when use run_cmd!
#57
baoyachi
closed
11 months ago
2
How to catch all output and return code?
#56
manfredlotz
closed
1 year ago
2
ability to kill (long-running) pipeline
#55
Phaqui
closed
1 year ago
4
dynamic redirection and piping
#54
bjarthur
closed
2 years ago
2
Command substitution workaround
#53
shafouz
closed
2 years ago
2
Idiomatic way to include optional arguments in command
#51
rob-p
closed
2 years ago
1
nested `cd` does not work
#50
ikey4u
closed
2 years ago
0
Support iterators that can produce OsStr for `$[value]`
#49
crzysdrs
closed
2 years ago
1
Problem with pipefail
#48
manfredlotz
closed
2 years ago
4
Fix dependency build error on arm
#47
xenomorph1096
closed
2 years ago
1
Build fails on arm-unknown-linux-gnueabihf (raspberry pi).
#46
xenomorph1096
closed
2 years ago
4
Unnecessary character escape occurs on dynamic input
#44
TheOnlyArtz
closed
2 years ago
1
is there any way to access Cmd or arguments from the result?
#43
horacimacias
closed
1 year ago
2
how to use vector of arguments in run_cmd?
#42
horacimacias
closed
2 years ago
5
How can one spawn a process without opening up a window?
#41
amitka-rnd
opened
2 years ago
1
run_cmd!{} alone with curly braces doesn't compile
#40
allmycode
closed
3 years ago
1
Inconsistent behavior
#36
0x7FFFFFFFFFFFFFFF
closed
3 years ago
0
Command never ends when being executed in cmd_lib::spawn_with_output
#35
0x7FFFFFFFFFFFFFFF
closed
3 years ago
4
Stderr is unconditionally redirected
#34
andylizi
closed
3 years ago
1
How would I pipe commands with no hardcoding of command strings?
#32
redragonx
closed
3 years ago
1
How to support the glob pattern?
#31
wuchu
closed
3 years ago
1
spawn: doesn't appear as though file descriptors are inherited
#30
da-x
closed
3 years ago
2
How to output Chinese and correct code
#26
shijunti19
closed
3 years ago
1
Does not compile
#25
zoeleu
closed
3 years ago
1
Feature request: Allow cd-ing to a path
#24
dzfranklin
closed
3 years ago
3
output stderr only to logs, not to stderr of process
#23
dzfranklin
closed
3 years ago
3
builtin/custom command may become blocking when pipe is full
#22
rust-shell-script
closed
3 years ago
0
Would the performance be the same with your library vs "std::process::Command"
#18
Joe23232
closed
3 years ago
2
Iterate over options
#17
akiradeveloper
closed
3 years ago
2
support pipefail
#16
gdetal
closed
4 years ago
0
How do I get the return code of the command?
#15
NightMachinery
closed
3 years ago
3
remove dependency to cmd_lib_core
#14
gdetal
closed
4 years ago
0
Does not work on stable anymore?
#13
Jokler
closed
3 years ago
7
Build fails in Cargo workspace
#12
flxo
closed
4 years ago
2
Fix typo in Rust Cookbook link
#11
disco0
closed
4 years ago
1
Next