Module: Imp

Defined in:
lib/imp/ui.rb,
lib/imp.rb,
lib/imp/tree.rb,
lib/imp/util.rb,
lib/imp/crypto.rb,
lib/imp/commands.rb,
lib/imp/encrypted_file.rb,
lib/imp/encrypted_tree.rb

Overview

A small and simple password manager.

Defined Under Namespace

Modules: Commands, Crypto, UI, Util Classes: EncryptedFile, EncryptedTree, Tree

Constant Summary collapse

VERSION =

The current version number.

"0.2.2"

Class Method Summary collapse

Class Method Details

.mainObject

Run the program.



9
10
11
# File 'lib/imp.rb', line 9

def self.main
  UI.main
end