Mcj provides views of the file system in side-by-side panels. Each view may show a different directory or subset of the files in a directory. A view is changed using keyboard only. (Mouse not supported). The following key actions are implemented:-
- tab .. jump to the other panel
- F3 .. Views highlighted file. Uses "vi"
- F4 .. Edits highlighted file. Uses "vi"
- F5 .. copy highlighted file to the other panel. Uses "cp"
- F6 .. move highlighted file to the other panel. Uses "mv"
- F7 .. prints complaint "you can't.."
- F8 .. deletes highlighted file. Uses "rm -f"
- down/up-arrow .. highlight next/previous file in the current view.
- Page-up/down .. show the next/previous 16 files in the current directory.
- Home .. goto the first item in the current panel
- Ctrl-O .. switch to shell. type "exit" to resume Mcj
- Ctrl-R .. refresh the panels
- enter .. if a directory is highlighted, enter that directory.
Scrolling is not supported.
see Using The Shell Command Line Editor