krieselreihe / litr

Litr (Language Independent Task Runner) lets you configure and then run any tasks you want for any language.
MIT License
8 stars 0 forks source link

Opening a terminal editor with Litr will hang the process #63

Open MartinHelmut opened 2 years ago

MartinHelmut commented 2 years ago

Description

Calling a terminal editor (e.g. Nano) with Litr hang the Litr process.

Reproduction

[commands.nano]
script = "nano ./some.file"

Expectations

Show terminal editor and continue script run after close.