homebrew-cask-versions/lib/cask/cli/linkapps.rb
phinze 5a0d1d5556 quick sketchy first release of code/ideas
this is a first draft of an idea i've had kicking around for awhile

pushing out some code so i can get a conversation started
2012-03-09 22:43:50 -06:00

9 lines
198 B
Ruby

class Cask::CLI::Linkapps
def self.run(*arguments)
Cask.installed.map(&:linkapps)
end
def self.help
"makes a symlink from all cask-installed .app files into ~/Applications"
end
end