Davex is a command-line shell for the Apple II family of computers. Davex runs on ProDOS 8, and a subset of functionality is ported to SOS.
Go to file
Dave Lyons 4a930a5eb0 Storage types in "what -a", such as "seedling" and "sapling", were accidentally printing in inverse (high bits off).
Added some missing TOOLxxx names.
Adopt xmessage_cstr and xmessage_cstr_cr almost everywhere.
(A few more are possible if there is a syntax for putting a double quote inside asc "...".)
Certain SRC auxtypes would print as "[unknown]" with an extra CR at the end.
Bumped "what" version to 2.2.
2020-08-22 00:11:23 -07:00
build Put the help aliases into index.py, so the caller can just loop over all the help files. 2020-08-19 22:46:52 -07:00
doc Removed trailing blanks in the Help files (234 instances in 60 files; some were multiple blanks on a blank line, most were a single blank at the end of a line). 2020-08-18 00:43:12 -07:00
src Storage types in "what -a", such as "seedling" and "sapling", were accidentally printing in inverse (high bits off). 2020-08-22 00:11:23 -07:00
.gitignore Load up the normal Apple font on the /// 2020-07-30 11:32:36 -04:00
.project First drop from SF code base 2018-09-16 21:01:16 -04:00
LICENSE Initial commit 2018-09-16 20:48:09 -04:00
README.md Update README.md 2020-08-02 00:11:48 -04:00

Davex

Davex is a command-line shell for the Apple II family of computers, written by Dave Lyons starting in 1988. It offers a rich set of built-in as well as external commands, and you can also write your own commands. Davex runs on ProDOS 8, and a subset of functionality is ported to SOS.