The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
While browsing Medley repos or archives on Linux we often come across long series of TEdit files we'd like to examine. As an option in addition to opening the files with TEdit on Medley, it would be useful to have a Linux script for viewing a TEdit file passed as an argument.
The script would launch a minimal Medley session and open the argument file from TEdit in read-only mode. Closing TEdit's window or executing the exit command would terminate the Medley session and return to the shell.
Similarly to the loadup scripts, the script would start Medley and feed it a properly constructed init file that calls TEdit and passes the argument file. It could be named tedit-see, tedit-view, or just tedit and reside in the scripts directory of the Medley repo.
While browsing Medley repos or archives on Linux we often come across long series of TEdit files we'd like to examine. As an option in addition to opening the files with TEdit on Medley, it would be useful to have a Linux script for viewing a TEdit file passed as an argument.
The script would launch a minimal Medley session and open the argument file from TEdit in read-only mode. Closing TEdit's window or executing the exit command would terminate the Medley session and return to the shell.
Similarly to the loadup scripts, the script would start Medley and feed it a properly constructed init file that calls TEdit and passes the argument file. It could be named
tedit-see
,tedit-view
, or justtedit
and reside in thescripts
directory of the Medley repo.