-
Name
-
launchy
-
Version
-
3.1.0
-
Platform
-
ruby
-
Authors
-
Jeremy Hinegardner
-
Bindir
-
exe
-
Date
-
2025-01-24 00:00:00 UTC
-
Dependencies
-
addressable (~> 2.8)
childprocess (~> 5.0)
logger (~> 1.6)
-
Description
-
Launchy is helper class for launching cross-platform applications in a fire and forget manner. There are application concepts (browser, email client, etc) that are common across all platforms, and they may be launched differently on each platform. Launchy is here to make a common approach to launching external applications from within ruby programs.
-
Email
-
jeremy@copiousfreetime.org
-
Executables
-
launchy
-
Extra rdoc files
-
CONTRIBUTING.md
HISTORY.md
LICENSE.txt
Manifest.txt
README.md
-
Files
-
CONTRIBUTING.md
HISTORY.md
LICENSE.txt
Manifest.txt
README.md
exe/launchy
launchy.gemspec
lib/launchy.rb
lib/launchy/application.rb
lib/launchy/applications/browser.rb
lib/launchy/argv.rb
lib/launchy/cli.rb
lib/launchy/descendant_tracker.rb
lib/launchy/detect.rb
lib/launchy/detect/host_os.rb
lib/launchy/detect/host_os_family.rb
lib/launchy/detect/nix_desktop_environment.rb
lib/launchy/error.rb
lib/launchy/os_family.rb
lib/launchy/runner.rb
lib/launchy/version.rb
-
Homepage
-
https://github.com/copiousfreetime/launchy
-
Licenses
-
ISC
-
Metadata
-
{"bug_tracker_uri"=>"https://github.com/copiousfreetime/launchy/issues", "changelog_uri"=>"https://github.com/copiousfreetime/launchy/blob/master/HISTORY.md", "homepage_uri"=>"https://github.com/copiousfreetime/launchy", "source_code_uri"=>"https://github.com/copiousfreetime/launchy"}
-
Rdoc options
-
--main
README.md
--markup
tomdoc
-
Require paths
-
lib
-
Required ruby version
-
>= 2.3.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.6.3
-
Specification version
-
4
-
Summary
-
Launchy is helper class for launching cross-platform applications in a fire and forget manner.
-
Original platform
-
ruby
-
New platform
-
ruby