aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2018-11-22doc/dome-key.1.txt: Add full license textTeddy Wing
2018-11-22Add licenseTeddy Wing
2018-11-15Add doc/dome-key-mappings.7.txt man pageoTeddy Wing
This describes the syntax of the `mappings.dkmap` file.
2018-11-15doc/dome-key.1.txt: Add "Files" sectionTeddy Wing
Learned that files should be described in the man page.
2018-11-14Add generated doc/dome-key.1 man pageTeddy Wing
2018-11-14doc/dome-key.1.txt: Add copyrightTeddy Wing
Include the Aquatic Prime copyright notice as stipulated by its license.
2018-11-14doc/dome-key.1.txt: Add "Launchd" sectionTeddy Wing
Include the program's launchd plist in the man page.
2018-11-14doc/dome-key.1.txt: Add "Mappings" sectionTeddy Wing
2018-11-14doc/dome-key.1.txt: Add "Configuration" sectionTeddy Wing
Describe the `timeout` configuration option.
2018-11-14doc/dome-key.1.txt: Add real descriptions of command line optionsTeddy Wing
2018-11-14doc/dome-key.1.txt: Fix closing quoteTeddy Wing
Used the wrong terminator, '`' instead of '''.
2018-11-10Add doc/extract_special_key_names.shTeddy Wing
Script to extract the names of special keys like `<VolumeUp>` from `parser.rs`. Need these for the mappings syntax manual.
2018-11-03doc/dome-key.1.txt: Add a rough descriptionTeddy Wing
* Make "OPTIONS" in the Synopsis section lowercase to match other man pages * Add a description of the program. Still not happy with it yet, but it's a start. * Add a "See Also" section that refers to an uncreated man page that should describe the syntax of the dkmap mappings file.
2018-11-02Add the beginning of a man pageTeddy Wing
Copy-pasted options from the `--help` output and reordered them alphabtically. Includes a few stub sections that I think are needed.