launchy icon indicating copy to clipboard operation
launchy copied to clipboard

A helper for launching cross-platform applications in a fire and forget manner.

Results 7 launchy issues
Sort by recently updated
recently updated
newest added

Would be great to be able to use this when running Ubuntu on Windows using WSL. When run using the Windows Subsystem for Linux, the default browser may actually be...

Ruby 2.7 now warns with > warning: deprecated Object#=~ is called on Launchy::Argv; it always returns nil Cause: When Running Mint without any environment overrides set the `browser_cmdline` is `Argv[xdg-open]`...

This is tangentially related to #117 On Windows 10 I have a Linux subsystem running Debian 10. On this instance, launchy detects `xdg-open` and tries to open the browser. using...

def self.ruby_engine_error_message( ruby_engine ) msg = "Unkonwn RUBY_ENGINE " Should be: "Unknown" instead. Can be found in ruby_engine.rb aka: https://github.com/copiousfreetime/launchy/blob/master/lib/launchy/detect/ruby_engine.rb#L18

Hi, Today I studied launchy's code because I wanted to find out how you guys manage to launch browser on windows. I also saw this file: https://github.com/copiousfreetime/launchy/blob/master/lib/launchy/deprecated.rb I believe it...

It looks like launchy does not use the "application" setting at all, contrary to documentation. It seems to always be ignored, and in a cursory search I can't find anywhere...

As mentioned in #112 when looping over the options listed in `$BROWSER` if there is a failure to open it doesn't appear to move to the next one.

bug