mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Launchy is a free cross-platform utility designed to help you forget about your start menu, the icons on your desktop, and even your file manager. Launchy indexes the programs in your start menu and can launch your documents, project files, folders, and bookmarks with just a few keystrokes!
7 lines
234 B
Ruby
7 lines
234 B
Ruby
class Launchy < Cask
|
|
url 'http://www.launchy.net/downloads/mac/Launchy2.5.dmg'
|
|
homepage 'http://www.launchy.net'
|
|
version '2.5'
|
|
sha256 '9a1112261c7f00d8600c2bf52abc98d5fabf89af56d5881a807b403b7c94e288'
|
|
link 'Launchy.app'
|
|
end
|