You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/widgets.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,10 @@ When looking at a directory, preview will show a file viewer much like MacOS' _F
62
62
63
63
The simplest way to view a new file is to double click its row in the file viewer. Alternatively, while the widget is focused, you can use the <Kbdk="ArrowUp" /> and <Kbdk="ArrowDown" /> arrow keys to select a row and press enter to preview the associated file.
64
64
65
+
##### Copy a File
66
+
67
+
If you have two directory widgets open, you can copy a file or a directory between them. To do this, simply drag the file or directory from one directory preview widget to another that is opened to where you would like it dropped. This even works for copying files and directories across connections.
68
+
65
69
##### View the Parent Directory
66
70
67
71
In the directory view, this is as simple as opening the `..` file as if it were a regular file. This can be done with the method above. You can also use the keyboard shortcut <Kbdk="Cmd:ArrowUp"/>.
Copy file name to clipboardExpand all lines: docs/docs/wsh-reference.mdx
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -460,13 +460,13 @@ This allows setting various options in the `config/settings.json` file. It will
460
460
461
461
## file
462
462
463
-
The `file` command provides a set of subcommands for managing files across different storage systems, such as `wavefile`, `wsh` remote servers, and S3 (not yet supported).
463
+
The `file` command provides a set of subcommands for managing files across different storage systems, such as `wavefile`, `wsh` remote servers, and S3.
464
464
465
465
:::note
466
466
467
467
Wave Terminal is capable of managing files from remote SSH hosts, S3-compatible
468
468
systems, and the internal Wave filesystem. Files are addressed via URIs, which
469
-
vary depending on the storage system.
469
+
vary depending on the storage system. If no scheme is specified, the file will be treated as a local connection.
470
470
471
471
URI format: `[profile]:[uri-scheme]://[connection]/[path]`
472
472
@@ -509,8 +509,6 @@ Supported URI schemes:
509
509
- `wavefile://temp/...` - stored globally, but removed on startup/shutdown
510
510
- `wavefile://[uuid]/...` - an entity id (can be a block, tab, workspace, etc.)
511
511
512
-
All file operations respect a maximum file size of 10MB.
0 commit comments