Commit graph

5 commits

Author SHA1 Message Date
823c9ebb3a Only sort files/dirs by name 2022-07-23 22:27:58 -06:00
25fd77dc56 Extract commands to their own functions 2022-07-23 22:26:38 -06:00
00a58338de fixup! Ignore swap files 2022-07-23 22:26:17 -06:00
debacb44cd Ignore swap files 2022-07-23 22:25:48 -06:00
c5f5b2a868 Initial commit
This is still experimental, though for now I've been able to implement a
few commands:

- cd:    changes the current working directory of the agent
- ls:    lists the directories and files in the current working directory
- ping:  responds with "pong"
- pwd:   prints the current working directory
- shell: executes an arbitrary command on the host
2022-07-23 22:14:31 -06:00