issues
search
denoland
/
deno_task_shell
Cross-platform shell for deno task.
https://crates.io/crates/deno_task_shell
MIT License
106
stars
16
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: use current deno executable even when not named deno
#123
dsherret
closed
1 month ago
2
Cross platform open file
#122
CarlAndersson
opened
2 months ago
0
feat: expose lightweight API for resolving a command path
#121
dsherret
closed
2 months ago
0
fix: do not propagate env changes outside subshells
#120
dsherret
closed
4 months ago
0
Parenthesised commands do not reset cwd at the end
#119
lucacasonato
closed
4 months ago
1
Feature request: support `basename` and `dirname` commands
#118
lowlighter
opened
5 months ago
0
fix(BREAKING): move `.resolve_command_path` to `ShellState`
#117
dsherret
closed
4 months ago
0
feat: `ShellCommandContext` - ability to resolve path to command
#116
dsherret
closed
6 months ago
0
[feature request] - Add env variable substitution
#115
CalvinWilkinson
closed
6 months ago
2
refactor: cleanup unresolved command execution
#114
dsherret
closed
7 months ago
0
feat: initial cross-platform shebang support
#113
dsherret
closed
7 months ago
1
fix: exit error code on arg parse failure
#112
dsherret
closed
7 months ago
0
feat: support output fd redirects for stdout and stderr
#111
dsherret
closed
7 months ago
0
feat: implement exit status var
#110
dsherret
closed
7 months ago
0
head -n, --lines don't support the leading '-'
#109
yingziwu
opened
9 months ago
0
Failure to parse exit command args should return 2 exit code
#108
dsherret
closed
7 months ago
0
feat: support parsing fd redirects
#107
dsherret
closed
7 months ago
0
feat: support file input redirects
#106
dsherret
closed
9 months ago
0
fix(serialization): redirect with fd panicked
#105
dsherret
closed
9 months ago
0
chore: bump copyright to 2024
#104
dsherret
closed
9 months ago
0
fix: bump monch to 0.5.0
#103
dsherret
closed
9 months ago
0
Request for Thread-Safe Methods in deno_task_shell.
#102
avinashkurup
closed
3 months ago
3
Can't load environment variable with space from .env file
#101
sntran
opened
10 months ago
0
Feature request: if / then / else support
#100
wolfv
opened
11 months ago
0
fix: parse escaped parens
#99
dsherret
closed
11 months ago
0
fix: exit with code 127 on command not found
#98
ruben-arts
closed
11 months ago
2
deno_task_shell doesn’t handle escaping of parentheses `(` and `)`
#97
luangong
closed
11 months ago
1
chore: update deps and fix new clippy errors
#96
dsherret
closed
1 year ago
0
Deno task `cp` wildcard does not work correctly
#95
Mqxx
closed
12 months ago
4
Consider relying on uutils/coreutils
#94
Hofer-Julian
closed
1 year ago
2
feat: add basic `head` command
#93
dahlia
closed
1 year ago
6
Feature request: `head` & `tail`
#92
dahlia
opened
1 year ago
0
`deno task` - Support brace expansion
#91
gaoxiaoliangz
opened
1 year ago
5
fix: move glob dependency to shell feature
#90
dsherret
closed
1 year ago
0
fix: ensure single quoted strings are maintained mid-word
#89
dsherret
closed
1 year ago
0
chore: upgrade ci caching
#88
dsherret
closed
1 year ago
0
feat: expose execute_with_pipes and the needed functions
#87
ruben-arts
closed
1 year ago
2
Expose `execute_with_pipes`?
#86
baszalmstra
closed
1 year ago
3
feat: support glob expansion
#85
dsherret
closed
1 year ago
0
ci: fix release
#84
dsherret
closed
1 year ago
0
fix: remove some unwraps in commands outputting to stderr
#83
dsherret
closed
1 year ago
0
feat: add `unset` command
#82
magurotuna
closed
1 year ago
1
chore: fix ci
#81
dsherret
closed
1 year ago
1
fix: allow empty values for env vars by always inserting value
#80
magurotuna
closed
1 year ago
2
grep
#79
backspaces
opened
1 year ago
0
[feature request] Support looping over simple lists
#78
niedzielski
opened
1 year ago
3
[feature request] Support xargs -I <replace_str>
#77
niedzielski
opened
1 year ago
4
Watch in task commands
#76
amundo
closed
1 year ago
2
feat: add and expose ExecutableCommand
#75
dsherret
closed
1 year ago
0
fix: expose types for custom shell commands
#74
dsherret
closed
1 year ago
1
Next