"It is not instantaneoulsy clear that it is a command line tool, Maybe put ">" at begining of command prompt in F1 F2 F3 screens to invite user for a command." - Mr_Dham
Good suggestion! I had that at one point and it kept fighting me so I got rid of it. It's too bad I can't use the command line behavior in the console directly, I had to replicate everything including auto complete, line editing, command history, etc.
"Once understood the command line aspect, the most surprising is the RPN style syntax (operand before operator). Anyway I like it, I always prefered RPN calculators. So I tend to put myself in the weird person category too ;-)"
There's no difference between any white space, so once a command is recognized as the last thing, even if you just type a space (or tab, or enter) after it, it will try to execute.
""Freq" parameter have a step diffrent to 1, the number entered is not the one displayed. Could be nice to be able to enter the frequency directly with rounding to closest step."
Ah, another good suggestion - and I implemented it!
https://d-lev.com/support/d-lib_2021-07-07.zip
Also updated the quick reference guide (extended the range of ACAL Wait to 99, or 9.9 seconds).
"F3 is mainly online purposed, correct ?"
Yes. It matches up preset file names with preset file data and slot data. You have to give it a range of slots to work over, and those preset files need to be in the current working directory (you can change to other directories via: [dir] cd command - also confusingly RPN! - gets me every time).
"Can we edit / view BNK files in the tool ? (Anyway, I could open bnk file with text editor)"
No, I figure folks have their own favorite text editor, so no point in my replicating that. The librarian is rather bare bones, and I didn't entirely intend for it to be seen by the public, but it is up to the jobs at hand I think. And all my C++ code is there should anyone want to attempt a proper cross-platform GUI version (I may at some point). I'd be particularly interested to hear from any folks out there who use an Apple to see if the Linux compile works for them.