An open API service for providing issue and pull request metadata for open source projects.

GitHub / rust-shell-script/rust_cmd_lib issues and pull requests

#86 - Rewrite `span_location()` with new proc_macro's span apis

Issue - State: closed - Opened by tao-guo about 1 month ago - 1 comment

#85 - Add non-global ways to set debug and pipefail modes

Pull Request - State: open - Opened by delan about 1 month ago

#84 - Fix thread unsafety due to internal use of set_var()

Pull Request - State: closed - Opened by delan about 1 month ago

#82 - Fix handling of `ignore` in wait() and wait_with_all()

Pull Request - State: closed - Opened by delan about 1 month ago - 1 comment

#81 - Minor cleanups

Pull Request - State: open - Opened by delan about 1 month ago

#80 - Inherit tracing spans, if the program uses tracing

Pull Request - State: open - Opened by delan about 1 month ago

#78 - Fix test_escape() to work with any path to echo(1)

Pull Request - State: open - Opened by delan about 1 month ago

#76 - Trace commands which are being launched

Issue - State: closed - Opened by k-bx about 1 month ago - 2 comments

#75 - Use of PathBuf variable in Quotes Breaks in 1.9.6

Issue - State: open - Opened by catcatmu 2 months ago

#73 - examples: port from structopt to clap/derive

Pull Request - State: closed - Opened by decathorpe 8 months ago - 1 comment

#73 - examples: port from structopt to clap/derive

Pull Request - State: open - Opened by decathorpe 8 months ago

#72 - The rust version is outdated

Issue - State: open - Opened by programskillforverification 11 months ago

#71 - Misleading error messages

Issue - State: open - Opened by TheButlah 11 months ago

#70 - Cut a new release

Issue - State: open - Opened by TheButlah 11 months ago

#69 - Can cmd_lib cooperate with Command?

Issue - State: open - Opened by jesHrz 12 months ago

#68 - Getting error code number

Issue - State: open - Opened by Elsie19 12 months ago

#67 - (RUSTSEC-2024-0370) stop using `proc-macro-error`

Issue - State: open - Opened by TheButlah about 1 year ago

#66 - pipefail doesn't work

Issue - State: open - Opened by M1cha about 1 year ago

#65 - Add kill_all method to FunChildren

Issue - State: open - Opened by bn-l over 1 year ago

#64 - Include license text in packaged macros crate

Pull Request - State: open - Opened by davide125 over 1 year ago

#63 - Regression >=0.10: Behavior with empty string

Issue - State: closed - Opened by akiradeveloper over 1 year ago

#62 - Possible examples of testing / mocking of outputs

Issue - State: open - Opened by Chaser over 1 year ago

#61 - Support unix exec for replacing current process

Issue - State: open - Opened by neilyio over 1 year ago

#60 - Support expressions in string template parameters

Issue - State: open - Opened by coolbluewater over 1 year ago

#59 - Behavior of semi-colon in macros is confusing

Issue - State: open - Opened by michaeleisel over 1 year ago

#58 - spawn with output

Issue - State: closed - Opened by shiqicao over 1 year ago - 1 comment

#57 - how to set timeout when use run_cmd!

Issue - State: closed - Opened by baoyachi over 1 year ago - 2 comments

#56 - How to catch all output and return code?

Issue - State: closed - Opened by manfredlotz almost 2 years ago - 2 comments

#55 - ability to kill (long-running) pipeline

Issue - State: closed - Opened by Phaqui almost 2 years ago - 4 comments

#54 - dynamic redirection and piping

Issue - State: closed - Opened by bjarthur almost 3 years ago - 2 comments

#53 - Command substitution workaround

Issue - State: closed - Opened by shafouz almost 3 years ago - 2 comments

#51 - Idiomatic way to include optional arguments in command

Issue - State: closed - Opened by rob-p about 3 years ago - 1 comment

#50 - nested `cd` does not work

Issue - State: closed - Opened by ikey4u over 3 years ago

#49 - Support iterators that can produce OsStr for `$[value]`

Pull Request - State: closed - Opened by crzysdrs over 3 years ago - 1 comment

#48 - Problem with pipefail

Issue - State: closed - Opened by manfredlotz over 3 years ago - 4 comments

#47 - Fix dependency build error on arm

Pull Request - State: closed - Opened by xenomorph1096 over 3 years ago - 1 comment

#46 - Build fails on arm-unknown-linux-gnueabihf (raspberry pi).

Issue - State: closed - Opened by xenomorph1096 over 3 years ago - 4 comments

#44 - Unnecessary character escape occurs on dynamic input

Issue - State: closed - Opened by TheOnlyArtz over 3 years ago - 1 comment

#43 - is there any way to access Cmd or arguments from the result?

Issue - State: closed - Opened by horacimacias over 3 years ago - 2 comments

#42 - how to use vector of arguments in run_cmd?

Issue - State: closed - Opened by horacimacias over 3 years ago - 5 comments

#41 - How can one spawn a process without opening up a window?

Issue - State: open - Opened by amitka-rnd almost 4 years ago - 1 comment

#40 - run_cmd!{} alone with curly braces doesn't compile

Issue - State: closed - Opened by allmycode almost 4 years ago - 1 comment

#36 - Inconsistent behavior

Issue - State: closed - Opened by 0x7FFFFFFFFFFFFFFF almost 4 years ago

#35 - Command never ends when being executed in cmd_lib::spawn_with_output

Issue - State: closed - Opened by 0x7FFFFFFFFFFFFFFF almost 4 years ago - 4 comments

#34 - Stderr is unconditionally redirected

Issue - State: closed - Opened by andylizi almost 4 years ago - 1 comment

#32 - How would I pipe commands with no hardcoding of command strings?

Issue - State: closed - Opened by redragonx about 4 years ago - 1 comment

#31 - How to support the glob pattern?

Issue - State: closed - Opened by wuchu about 4 years ago - 1 comment

#30 - spawn: doesn't appear as though file descriptors are inherited

Issue - State: closed - Opened by da-x about 4 years ago - 2 comments

#26 - How to output Chinese and correct code

Issue - State: closed - Opened by shijunti19 over 4 years ago - 1 comment
Labels: question

#25 - Does not compile

Issue - State: closed - Opened by matteoturini over 4 years ago - 1 comment

#24 - Feature request: Allow cd-ing to a path

Issue - State: closed - Opened by danielzfranklin over 4 years ago - 3 comments

#23 - output stderr only to logs, not to stderr of process

Issue - State: closed - Opened by danielzfranklin over 4 years ago - 3 comments

#18 - Would the performance be the same with your library vs "std::process::Command"

Issue - State: closed - Opened by Joe23232 over 4 years ago - 2 comments
Labels: question

#17 - Iterate over options

Issue - State: closed - Opened by akiradeveloper over 4 years ago - 2 comments

#16 - support pipefail

Pull Request - State: closed - Opened by gdetal almost 5 years ago

#15 - How do I get the return code of the command?

Issue - State: closed - Opened by NightMachinery almost 5 years ago - 3 comments
Labels: question

#14 - remove dependency to cmd_lib_core

Pull Request - State: closed - Opened by gdetal almost 5 years ago

#13 - Does not work on stable anymore?

Issue - State: closed - Opened by Jokler about 5 years ago - 7 comments

#12 - Build fails in Cargo workspace

Issue - State: closed - Opened by flxo about 5 years ago - 2 comments

#11 - Fix typo in Rust Cookbook link

Pull Request - State: closed - Opened by disco0 about 5 years ago - 1 comment

#10 - How is escaping handled?

Issue - State: closed - Opened by ChrisJefferson about 5 years ago - 1 comment
Labels: question

#9 - Clash with shell environment variable syntax

Issue - State: closed - Opened by clbarnes about 5 years ago - 3 comments

#8 - 同步执行命令?

Issue - State: closed - Opened by lionoggo about 5 years ago - 1 comment

#7 - Seems to spawn an interactive bash shell on osx

Issue - State: closed - Opened by gilescope over 5 years ago - 1 comment

#6 - Strange behavior with current_dir().

Issue - State: closed - Opened by virtualritz over 5 years ago - 1 comment

#5 - Prevent stripping quotes?

Issue - State: closed - Opened by chrisalcantara over 5 years ago - 3 comments

#4 - Consider adding a "quiet()" method.

Issue - State: closed - Opened by VentGrey over 5 years ago - 2 comments

#3 - FIX resource leak

Pull Request - State: closed - Opened by yxdunc almost 6 years ago - 2 comments

#2 - Consider adding a link to Scriptisto as a tip

Issue - State: closed - Opened by igor-petruk almost 6 years ago - 1 comment

#1 - Command "echo" missing in first example

Issue - State: closed - Opened by willi-kappler almost 6 years ago - 1 comment