zeroclickinfo-goodies/share/goodie/vim_cheat_sheet
Eric Johnson 0045dd2e3e remove extra <br> tags in the html output 2014-02-08 11:19:10 +00:00
..
README.txt Shuffled code around so this goodie performs a bit better. 2014-01-23 22:16:46 +00:00
fetch.sh Created DDG::Goodie::VimCheatSheet +tests 2014-01-18 12:39:30 +00:00
parse.pl VimCheatSheet: convert commands like 'Ctrl + v' to 'Ctrl+v'. 2014-02-08 10:59:54 +00:00
style.css Created DDG::Goodie::VimCheatSheet +tests 2014-01-18 12:39:30 +00:00
template.tx remove extra <br> tags in the html output 2014-02-08 11:19:10 +00:00
vim_cheat_sheet.html remove extra <br> tags in the html output 2014-02-08 11:19:10 +00:00
vim_cheat_sheet.txt Reran VimCheatSheet download.sh and parser.sh 2014-02-08 10:59:54 +00:00

README.txt

SYNOPSIS

    fetch.sh 
    parser.pl


DESCRIPTION

fetch.sh downloads the cheat sheet data from 
    https://github.com/rtorr/vim-cheat-sheet

parser.pl parses the html retrieved by fetch.sh and generates
vim_cheat_sheet.html and vim_cheat_sheet.txt which are used by
DDG::Goodie::VimCheatSheet.


REQUIREMENTS

    Text::Xslate v3.1.0
    JSON         v2.90
    Web::Scraper v0.37