Aconcagua's interactive shell command reference
usage: add <file1> <file2> ... <file#>
Appends the specified files to the printing queue.
usage: buffer [<option>]
Enables the interactive buffer.
Interactive buffer is a kind of simple typewriter to type text on the fly and print, preview or view the text.
Issuing buffer without option argument enters in the interactive mode.
options:
text : Shows the text on screen.
preview: Shows text's braille representation on screen.
print : Sends text's braille representation to the embosser.
save : Saves the buffer to buffer.txt
load : Loads the contents of buffer.txt to the iternal buffer.
usage: exit
Ends aconcagua session.
usage: list
Shows the printing queue.
usage: preview {* | all | <jobid_1> <jobid_2>... <jobid_#>}
Previews the specified job(s) from the printing queue.
If "*" or "all" is specified the complete printing queue will be previewed.
usage: print {* | all | <jobid_1> <jobid_2>... <jobid_#>}
Prints the specified job(s) from the printing queue.
If "*" or "all" is specified the complete printing queue will be printed.
usage: remove {* | all | <jobid_1> <jobid_2>... <jobid_#>}
Removes the specified job(s) from the printing queue.
If "*" or "all" is specified the printing queue will be cleaned up.
usage: set [<property_name> <property_value>]
Without arguments set shows the actual value of config properties.
properties:
out : device or printer name.
table : translation table filename.
method: pass | driver
pass : send to parallel port device <out value>
driver: send to printer with name set in <out value>
*****************************************
WARINING: CHANGES ARE NOT PERMANENT!
*****************************************