Sha256: c80ebf9fec728ce7b0393db83655ea4c504a08185224eb8bb6dee87a393e81e3

Contents?: true

Size: 918 Bytes

Versions: 7

Compression:

Stored size: 918 Bytes

Contents

module Shhh
  module App
    module NLP
      module Constants
        STRIPPED = %i(and a the it item to key with about for of new make store in print)

        DICTIONARY = {
          # option (Slop)
          #               list of english words that map to it
          :copy        => [:clipboard],
          :decrypt     => [:unlock],
          :edit        => [:open],
          :encrypt     => [:lock],
          :backup      => [],
          :keychain    => [],
          :file        => [:read],
          :generate    => [:create],
          :interactive => [:ask, :enter, :type],
          :keyfile     => [:from],
          :output      => [:save, :write],
          :private_key => [:using, :private],
          :string      => [:value],
          :quiet       => [:silently, :quietly, :silent, :shhh],
          :password    => [:secure, :secured, :protected]
        }

      end

    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
shhh-1.7.0 lib/shhh/app/nlp/constants.rb
shhh-1.6.5 lib/shhh/app/nlp/constants.rb
shhh-1.6.4 lib/shhh/app/nlp/constants.rb
shhh-1.6.3 lib/shhh/app/nlp/constants.rb
shhh-1.6.2 lib/shhh/app/nlp/constants.rb
shhh-1.6.1 lib/shhh/app/nlp/constants.rb
shhh-1.5.4 lib/shhh/app/nlp/constants.rb