cshuaimin / scd

Sync current directory between your shell and a file manager
MIT License
128 stars 0 forks source link

Long-running tasks management #5

Closed cshuaimin closed 4 years ago

cshuaimin commented 4 years ago

Manage long-running tasks like cargo build, curl -O http://example.com/file.zip.

Usually, we only care about these commands' result, so why cargo test blocks my input?

It would be much better if we can move these tasks to a sidebar program which shows these statuses:

Some implementation details:

See also https://github.com/Nukesor/pueue