Long-running processes via nr
breaking auto complete when cancelled
#244
Labels
enhancement
New feature or request
nr
breaking auto complete when cancelled
#244
Clear and concise description of the problem
When I run long-running processes via
nr
and cancel them via ctrl+c, my terminal's autocompletion stops working:Suggested solution
If achievable, it would be nice if
nr <script-name>
could exit processes as cleanly aspnpm <script-name>
, where this problem doesn't appear:Alternative
Use
pnpm <script-name>
instead ofnr <script-name>
.Additional context
Shell: [fish shell](https://fishshell.com/
OS: MacOS 14.1.1 Sonoma
Terminal: iTerm2
I hope that this is enough context. Bash also behaves funnily. For example, if I run
nr <script-name
and then cancel it, usually I would use the up key to re-run the previous command. Instead of providing the previous command to me, it prints this (comments from me):Validations
The text was updated successfully, but these errors were encountered: