zeroclickinfo-goodies/share/goodie/vim_cheat_sheet
Matt Miller da70710f7d EOL: remove trailing whitespace. 2014-10-28 20:36:15 +02:00
..
README.txt EOL: remove trailing whitespace. 2014-10-28 20:36:15 +02:00
fetch_and_parse.pl Vim Cheat Sheet: update fetch and parse. 2014-09-16 20:00:37 -04:00
template.tx remove extra <br> tags in the html output 2014-02-08 11:19:10 +00:00
vim_cheat_sheet.css Vim Cheat Sheet: update with latest available content. 2014-09-16 20:00:38 -04:00
vim_cheat_sheet.html Vim Cheat Sheet: update with latest available content. 2014-09-16 20:00:38 -04:00
vim_cheat_sheet.txt Vim Cheat Sheet: update with latest available content. 2014-09-16 20:00:38 -04: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