|
NAMEadd - full-screen editing calculatorUSAGEadd [options] [file-specifications]SYNOPSISAdd is a fixed-point calculator that operates as a full-screen editor.DESCRIPTIONAdd performs fixed-point computation. It is designed for use as a checkbook or expense-account balancing tool.Add maintains a running result for each operation. You may scroll to any position in the expression list and modify the list. Enter data by typing numbers (with optional decimal point), separated by operators. An output transcript may be saved and reloaded for further editing. Scripts are loaded from left to right (with the "output" processed first). OPTIONSCommand line options of add are:
OPERATIONSComputations:The operators are all single-character:
A space flushes out the current number-input, and (by default) sets the next operator to be the same as the current one. You may repeat the last arithmetic operation of any type:
You may toggle the prefix operator of any number by typing a single character:
Editing:As you enter data, you may edit it. A backspace deletes the last digit of the current number (if it is visible). Use the arrow keys or vi-style 'h' and 'l' to move left and right within the line. Other editing commands include
An "open" permits you to insert a new operator and data into the expression list. You may type an operator character (e.g., '+'), and continue with the new data, or an operator-repeat (e.g., 'A'). In either case, you may edit the new data, just as you would the old data. A 'u' (or other toggle, such as 'o', 'O', or 'q') typed after an open will undo the open (and close it). Scrolling/cursor movement:
Like vi, add allows you to jump to a particular line with a ":" command
Scripts:Transcript files are formatted to permit line-oriented entries:
<operator><value><blank><ignored><blank># comment The transcripts saved by add contain the running result in the "ignored" part. To exit without saving a transcript, type 'Q'. A normal exit, by typing 'q', saves the list of operators, data (and running result) in the specified file. You can read and write scripts without leaving add.
ENVIRONMENTAdd runs in a portable UNIX® environment.FILESAdd is a single binary module, with a help file add.hlp installed in the same directory.FUTURE WORKIt would be nice to be able to change the precision within the program. In particular, the interest and sales tax computations would be more useful if their precision was independent of the running total.AUTHORThomas E. DickeySEE ALSOwc (1), vi (1) Visit the GSP FreeBSD Man Page Interface. |