Command Line Reference - larrykollar/tines GitHub Wiki
Tines includes an extensive set of CLI commands. The commands listed are sorted by function and the file name where they are defined.
To set a variable, use the command <variable> <value>
.
- Actions (actions.c)
- Autosave (autosave.c)
- Calendar (cal.c)
- Macros (cli_macro.c)
- Clipboard (clipboard.c)
- Event control (evilloop.c)
- Expand/collapse (expanded.c)
- File commands (file.c)
- Import/export text (file_ascii.c)
- Import/export binary (file_binary.c)
- Import/export help (file_help.c)
- Import/export hnb (file_hnb.c)
- Import/export OPML (file_opml.c)
- Import/export XML (file_xml.c)
- Export HTML (file_html.c)
- Export PostScript (file_ps.c)
- Marks (mark.c)
- Attributes (node.c)
- Prefs (prefs.c)
- Queries (query.c)
- Search (search.c)
- Signalling (sigs.c)
- Spellcheck (spell.c)
- Statistics (statcmd.c)
- Current state (state.c)
- Tree (tree_misc.c)
- Bindings (ui_binding.c)
- CLI Commands (ui_cli.c, libcli/cli.c)
- Node formatting (ui_draw.c)
- Node editor (ui_edit.c)
- Menu definition (ui_menu.c)
- Messages (ui_overlay.c)
- Style (ui_style.c)