C-Menu 0.2.9
A User Interface Toolkit
Loading...
Searching...
No Matches
/usr/local/src/C-Menu/main.m
Go to the documentation of this file.
1: APPLICATIONS
2#
3: Full Screen (root) Shell
4!exec rsh
5: Workstation Configuration
6!menu workstation_config.m
7: -TDiagnostic Tools
8!menu diag.m
9: Installment Loan Calculations
10!form iloan.f -i iloan.dat -S iloan -R "view -L60 -C62 -Nf -S \"amort %%\"" -o iloan.dat
11: Listener Research
12!form listadd.f -i listadd.dat -o listadd.dat
13: Cash Receipts
14!form receipt.f -i receipt.dat -o receipt.dat
15: Form Data Types
16!form -d fields.f -i fields.dat -o fields.dat
17: Rustlings Source
18!pick -S "lf rustlings -d 5 \"exercises.*\.rs$\"" -n 1 -T "Rustlings Source - Edit" -c nvim.sh %%
19: View Manual Pages
20!pick -S "lf ~/menuapp/man" -d 5 -n 1 -T \"Select Manual Page to View\" -c "view %%"
21: Edit .c Files in Current Directory
22!pick -S project_src -T "Project Tree - Select File to Edit" -c nvim.sh %%
23: View C-Menu Source with Tree-Sitter
24!pick -S project_src -n 1 -T "Select Project Source to Highlight" -c "view -L 60 -C 85 -S \"tree-sitter highlight %%\""
25: View Source with Tree-Sitter
26!pick -S "lf -S -d 5 . \".*\.(rs|c|h|sh|lua|py|cpp|js|html|css)$\"" -n 1 -T "Select Source File to Highlight" -c "view -L 60 -C 85 -S \"tree-sitter highlight %%\""
27: lf Help
28!view -Nf -L50 -C86 ~/menuapp/help/lf.help
29: View Data Types Help File
30!view -Nf -L47 -C85 -S "bat --theme ansi -l Crystal -f ~/menuapp/help/fields.hlp"
31: Menu Description With Bat Syntax Highlighting
32!view -Nf -L 39 -C 85 -S "bat --theme ansi -l Crystal -f ~/menuapp/msrc/main.m"
33: View C-Menu Command Line Options
34!view -Nf -L66 -C75 ~/menuapp/help/menu.help
35: View Highlighted view_engine.c
36!view -N -L66 -C85 ~/menuapp/help/view_engine.c
37: Exit Applications
38!return
Menu * menu
Definition mem.c:45
char * exec
Definition lf.c:132