Skip to content

trigat/Lexan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lexan - GPG Encryption Manager


Copyright (C) 2018, Josh M

Lexan is a command line GPG encryption manager that is written in Ruby.
It was created to assist in navigating through GPG commands easily in the Linux terminal.

Install Ruby on your computer and run the program with the command:

$ ruby lexan.rb

You need to install the Curses module for Ruby.
This can usually be done with a command such as:

$ apt-get install ruby-curses

or

$ gem install curses

or

$ apt-get install curses

Use these commands for Ubuntu 18.04:

$ sudo apt-get install rubyruby -e 'puts RUBY_VERSION[/\d+\.\d+/]'-dev
$ sudo apt-get install libncurses5-dev libncursesw5-dev
$ sudo gem install curses

About

GPG Encryption Manager written in Ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages