Skip to content
peterhs73 edited this page Feb 1, 2021 · 3 revisions

RefParse provides both command-line and graphical interface.

CLI

For parsing reference in command-line, there are two arguments:

  • refparse show-formats show all template formats available to output
  • refparse reference -f format parse the reference in various formats
  • refparse config allows custom template formats. See templates for more details.

Use the flag -d/--debug to enter the debug mode (shows all the debug level logs).

RefParse command-line interface

GUI

To start the graphic user interface, run refparse gui. (To enter the debug mode, run refparse -d gui)

RefParse graphic user interface

Two provided keyboard shortcuts:

  • Enter: press the search button
  • Shift + F8: toggle refparse debug mode. (For keyboards without F row, a typical key combination is Shift + Fn + 8).

Clone this wiki locally