terminal
Context:
user.community.tags.terminal.terminal.talon
| Spoken | Backend |
|---|---|
| clear screen | user.terminal_clear_screen() |
| copy paste | edit.copy()sleep(50ms)edit.paste() |
| go <user.system_path> | insert('cd "{system_path}"\\n') |
| katie (up | back) | user.terminal_change_directory("..") |
| katie [dir] [<user.text>] | user.terminal_change_directory(text or "") |
| katie root | user.terminal_change_directory_root() |
| kill all | user.terminal_kill_all() |
| lisa | user.terminal_list_directories() |
| lisa all | user.terminal_list_all_directories() |
| path <user.system_path> | insert('"{system_path}"') |
| rerun [<user.text>] | user.terminal_rerun_search(text or "") |
| rerun search | user.terminal_rerun_search("") |
| run last | user.terminal_run_last() |