Project

lpgrid

0.0
No commit activity in last 3 years
No release in over 3 years
Last Pass Grid reader
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0
 Project Readme

Lpgrid

Last Pass Grid reader

Build Status Code Climate

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes with TESTS (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request