Lpgrid
Last Pass Grid reader
Given you use LastPass with Grid MFA
(multifactor authentication) this small Ruby CLI tool will help you read
your LastPass generated grid.csv.
All you need to do is download grid.csv to home folder as ~/.grid.csv
Then install this Ruby Gem: gem install lpgrid (this application)
And run lpgrid
example:
$ lpgrid
Welcome to Lpgrid - Last Pass Grid reader !
Enter grid fields separated by space or "exit" to quit
c2 b2 u8 x0
=> 1 8 2 3
Development
Requirements
Ruby 2.0 or greater.
Installation
git clone git@github.com:equivalent/lpgrid.git
Usage
cd lpgrid
bin/lpgrid
Tests
To run tests trigger
rake
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes with TESTS (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request

