mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
tl;dr Objektiv is a menubar app to switch default browsers. Full description taken from the [website][]: >Objektiv is a utility that lets you switch your default browser >easily. You might find it useful if you're a web designer or use >multiple browsers in your workflow. [website]: http://nthloop.github.io/Objektiv/
7 lines
185 B
Ruby
7 lines
185 B
Ruby
class Objektiv < Cask
|
|
url 'http://nthloop.com/objektiv/objektiv-latest.zip'
|
|
homepage 'http://nthloop.github.io/Objektiv/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'Objektiv.app'
|
|
end
|