user.tags.terminal.terminal
| lisa | Lists directories |
| lisa all | Lists all directories including hidden |
| katie [dir] [<user.text>] | Lists change directory |
| katie root | Root of current drive |
| katie (up | back) | Lists change directory |
| go <user.system_path> | opens the directory that’s already visible in the view |
| path <user.system_path> | Insert text at the current cursor position |
| clear screen | Clear screen |
| run last | Repeats the last command |
| rerun [<user.text>] | Searches through the previously executed commands |
| rerun search | Searches through the previously executed commands |
| kill all | kills the running command |
| copy paste | edit.copy()
sleep(50ms)
edit.paste()
|