Sha256: a0d0a521ffc692cd1b1aa26ebac9194646df5795dacd55d91061531bf44b4060

Contents?: true

Size: 349 Bytes

Versions: 1

Compression:

Stored size: 349 Bytes

Contents

#!/usr/bin/env ruby

$LOAD_PATH.unshift(File.dirname(File.realpath(__FILE__)) + '/../lib')
require 'noty'

Noty.send case ARGV.first
          when /\Ahttp/
            :bookmark
          when 'help', '-h', '--help'
            :help
          when 'version', '-v', '--version'
            :version
          else
            :search
          end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noty-0.1.1 exe/noty