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