deno-systray icon indicating copy to clipboard operation
deno-systray copied to clipboard

A cross-platform systray library for Deno.

Results 2 deno-systray issues
Sort by recently updated
recently updated
newest added

When I compile a program using `deno compile` with the `--no-terminal` flag, the main program's console is not displayed, but the subprocess console window of systray-portable, is continuously running. I...

`Deno.run` is deprecated and this PR uses the new [`Deno.Command`](https://deno.land/[email protected]?s=Deno.Command) API.