{% extends "defindex.html" %} {% block body %}
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 Speedpad v{{ version }} [speedpad-{{ version }}.tar.gz]
Documentation:
What's new in Speedpad v{{ version }}? Complete Table of Contents |
Screenshots Keybinds |
Meta information:
License and Copyright |
Reporting bugs |
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
Getting the Speedpad source code using Git:
$ git clone git://labs.feurix.org/feurix/misc/speedpad.git
See also: Git Webinterface, Source Browser
{% endblock %}