permaweb / aos

An operating system for AO: The hyper parallel computer
https://ao.g8way.io
Other
68 stars 46 forks source link

Jeremiahstockdale ao 310 #316

Open Jeremiahstockdale opened 1 month ago

Jeremiahstockdale commented 1 month ago

closes #310

This PR expands on the the users ability to spawn a process. The user can currently spawn a process using module id, and this PR will allow them to spawn the process by module id or name

If only one module is found, the process for that module is spawned. If multiple processes are found, the user will be prompted with a list of processes and their corresponding module id's, timestamp and format. The process will spawn after the user selects one from the list. If the module is provided,

One potential issue is that we currently recognize an ID with this method by the length. If the string is 42 characters long, we assume it's an id. Otherwise it must be a name.