Sha256: 8f86f67f17efb97b29c8adc8826dc7197800da7a793784d47adc79a5995136bd

Contents?: true

Size: 522 Bytes

Versions: 7

Compression:

Stored size: 522 Bytes

Contents

require_relative 'cli'
require_relative 'nlp/constants'
require_relative 'nlp/usage'
require_relative 'nlp/translator'
module Shhh
  module App
    #     shhh generate key to the clipboard and keychain
    #     shhh encrypt file 'hello' using $key [to output.enc]
    #     shhh edit 'passwords.enc' using $key
    #     shhh decrypt /etc/secrets encrypted with $key save to ./secrets
    #     shhh encrypt file $input with keychain $item
    module NLP
      class Base
        extend Usage
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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