{% extends "defindex.html" %} {% block body %}

{{ docstitle|e }}

GPLv3 License

Welcome! This is {% block description %}the documentation for {{ project|e }} version {{ release|e }}{% if last_updated %}, last updated {{ last_updated|e }}{% endif %}{% endblock %}.

What is Speedpad?

Speedpad is a small and portable, ncurses powered tool to test, train, and increase typing speed on arbitrary text input:

Speedpad requires Python 2.7 or later.
We also recommend to install fortune. (not required)

Download Download Speedpad v{{ version }} [speedpad-{{ version }}.tar.gz]


{% block tables %}

Documentation:

Meta information:

{% endblock %}

Examples

Here are some command line examples and ideas how to use speedpad:

speedpad file1 file2 file3                        read files
grep ^foo words | speedpad                        read stdin
speedpad -c -- fortune -s -n 500                  (default)
speedpad -c -- fortune 40% startrek 60% linux
speedpad /usr/src/linux/README
speedpad --code /usr/src/linux/mm/pagewalk.c

Development

Getting the Speedpad source code using Git:

$ git clone git://labs.feurix.org/feurix/misc/speedpad.git

See also: Git Webinterface, Source Browser

{% endblock %}