edited README.md

This commit is contained in:
Drew Tada 2024-01-22 12:52:06 -06:00
parent a6462d4d64
commit b20e9ebaea

View File

@ -87,14 +87,6 @@ The `sys` publisher is not a real node ID, but it's also not a special case valu
- `m <address> <json>`: send an inter-process message. <address> is formatted as <node>@<process_id>. <process_id> is formatted as <process_name>:<package_name>:<publisher_node>.
- Example: `m our@net:distro:sys diagnostics`
- `our` will always be interpolated by the system as your node's name
<!-- - `/app <address>`: set the terminal to a mode where all messages go to a specific app. To clear this selection, use `/app clear` or simply `/app`. This is useful for apps that have a command line interface.
- Example: `/app our@net:distro:sys`, then `/m diagnostics`
- Can also use `/a` for same command: `/a our@net:distro:sys`
- Example of sending many messages:
- `/a ben.os@net:distro:sys`
- `/m hey there`
- `/m how are you?`
- `/a` (to exit app mode) -->
- `hi <name> <string>`: send a text message to another node's command line.
- Example: `hi ben.os hello world`
- `top <process_id>`: display kernel debugging info about a process. Leave the process ID blank to display info about all processes and get the total number of running processes.