single-instance icon indicating copy to clipboard operation
single-instance copied to clipboard

A rust library for single instance application.

Results 3 single-instance issues
Sort by recently updated
recently updated
newest added

Added docs for keeping the instance of SingleInstance for the lifetime of process. Also added example code to demonstrate the multiple process detect existence of another instance running

This fixes a bug where forking and running a command from a Rust program could cause single-instance to mistakenly think a copy of the app is running when it isn't,...

Since both Linux and Windows now use something akin of domains, it makes me believe it should be somewhat possible to implement a function that brings the window to the...