summaryrefslogtreecommitdiff
path: root/pancake.1
AgeCommit message (Collapse)Author
2019-02-18Add the "gs" command for Gopher searchdefanor
2018-01-23Add initial RDF supportdefanor
With two types of caching: file-based for retrieved documents, and memory-based for predicate labels extracted from those.
2017-12-28Update the man pagedefanor
2017-12-22Partially delegate line wrapping to Emacsdefanor
Not for tables or lists, but for regular text lines. Using visual-line-mode for that by default.
2017-12-21Retain position on redisplay, reload, etcdefanor
Based on line numbers that are attached to document blocks, not dependent on window/terminal width. Some bits can still be refined/refactored, but here's the initial support.
2017-12-19Enable a user to specify a configuration filedefanor
This covers both command-line options and the "load config" (former "reload config") command.
2017-12-18Read first command from command-line optionsdefanor
So that e.g. `pancake ddg something` can be invoked for a quick search. Also print option parsing error messages.
2017-12-15Add the "redisplay" commanddefanor
2017-12-14Add the "set width" commanddefanor
This is mostly needed for embedding, since there doesn't seem to be any practical (let alone portable) standard way to notify pancake of emacs window size changes. In pancake.el, width adjustment is now getting done automatically whenever any other command gets issued.
2017-12-07Add description, commands, and shortcuts into pancake.1defanor
2017-11-19Update the man pagedefanor
2017-11-13Add a man pagedefanor
A basic and static one for now, perhaps should be generated out of a single source with README and the help message later.