Skip to content

The Windows Release

Compare
Choose a tag to compare
@RobertBlackhart RobertBlackhart released this 05 Apr 12:41
· 33 commits to main since this release

Thanks to the issue request, #4, Windows compatibility is here. The only caveat found so far is that once an async command is started, it cannot be backgrounded when running on Windows. This is due to the platform not implementing the SIGTSTP signal (or a good alternative). You can still run commands in the background, but you must launch them with -background in the first place.