Autorun helper that registers shell completion for the Computronics tape command.
- Repository:
computronics - System:
computronics - Type:
example
Computronics/src\main\resources\assets\computronics\lua\peripheral\tape_drive\autorun\tape_drive
- It appends
/rom/programs/tape_driveto the shell search path. - The completion function suggests tape subcommands such as
play,stop,pause,rewind,label,speed,volume, andwrite, and it delegates the second argument ofwriteto filesystem path completion.