summaryrefslogtreecommitdiff
path: root/acme/bin
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2006-12-22 17:07:39 +0000
committerCharles.Forsyth <devnull@localhost>2006-12-22 17:07:39 +0000
commit37da2899f40661e3e9631e497da8dc59b971cbd0 (patch)
treecbc6d4680e347d906f5fa7fca73214418741df72 /acme/bin
parent54bc8ff236ac10b3eaa928fd6bcfc0cdb2ba46ae (diff)
20060303a
Diffstat (limited to 'acme/bin')
-rw-r--r--acme/bin/guide5
-rw-r--r--acme/bin/readme25
2 files changed, 30 insertions, 0 deletions
diff --git a/acme/bin/guide b/acme/bin/guide
new file mode 100644
index 00000000..31cea12e
--- /dev/null
+++ b/acme/bin/guide
@@ -0,0 +1,5 @@
+win
+new command ...
+aspell file
+adiff file1 file2
+adict -d oed
diff --git a/acme/bin/readme b/acme/bin/readme
new file mode 100644
index 00000000..941099e8
--- /dev/null
+++ b/acme/bin/readme
@@ -0,0 +1,25 @@
+This directory and its subdirectory $cputype are always mounted at
+the end of /bin for programs run from acme. They hold a collection
+of small acme-specific applications:
+
+win [command]
+ Create an acme window to serve as a terminal, analogous
+ to xterm. By default, it runs the shell, rc, but it works with
+ any interactive program, e.g. hoc. Within the window,
+ commands executed with button 2 are 'executed' by sending
+ their text to the standard input of the command, appending
+ a newline if necessary.
+new command
+ Run the non-interactive command, placing its standard and
+ diagnostic output in a new window.
+aspell file
+ Run spell on the file, labeling the output with addresses so
+ misspelled words can be found in context using button 3.
+adiff file1 file2
+ Run diff on the files, labeling the output with addresses so
+ changes can be found in context using button 3.
+adict
+ Interactive version of dict(1). Button 3 looks up words and
+ may be applied to any word in any adict window.
+ When a word has multiple definitions, indicate the number
+ (as in acme Mail) to disambiguate.