You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a feature I'd like to see in mise would be the ability to launch a daemon (which likely would just be a mise task) while in a particular directory. I could use this myself for launching databases, local api services, or syncing files (e.g.: rsync).
I think this would be a little tricky since mise should also close when it exits the directory and mise doesn't really know when something is exited. I think this would require making mise itself a daemon or something to monitor and know when to close the child task daemon.
The text was updated successfully, but these errors were encountered:
a feature I'd like to see in mise would be the ability to launch a daemon (which likely would just be a mise task) while in a particular directory. I could use this myself for launching databases, local api services, or syncing files (e.g.: rsync).
I think this would be a little tricky since mise should also close when it exits the directory and mise doesn't really know when something is exited. I think this would require making mise itself a daemon or something to monitor and know when to close the child task daemon.
The text was updated successfully, but these errors were encountered: