tabby-sftp-ui 0.1.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -2
- package/dist/index.js +345 -135
- package/dist/index.js.map +1 -1
- package/dist/sftp-manager-tab.component.d.ts +14 -0
- package/dist/sftp-toolbar-buttons.d.ts +0 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
This plugin adds a **Termius‑style two‑pane SFTP file manager** to [Tabby](https://tabby.sh).
|
|
6
6
|
It integrates directly with your existing SSH tabs and uses Tabby's native SFTP backend.
|
|
7
7
|
|
|
8
|
+
If you find this useful, please **star the repo**: [growingupfirst/tabby-sftp-ui](https://github.com/growingupfirst/tabby-sftp-ui)
|
|
9
|
+
|
|
8
10
|
### Features
|
|
9
11
|
|
|
10
12
|
- **SFTP‑UI button in terminal toolbar** – opens the SFTP manager for the active SSH session.
|
|
@@ -122,8 +124,19 @@ Then restart Tabby.
|
|
|
122
124
|
- Optional inline file editor for small text files.
|
|
123
125
|
- Configurable keyboard shortcuts for common actions.
|
|
124
126
|
|
|
125
|
-
###
|
|
127
|
+
### Changelog
|
|
128
|
+
|
|
129
|
+
- See [`CHANGELOG.md`](CHANGELOG.md)
|
|
126
130
|
|
|
127
|
-
|
|
131
|
+
- **0.2.1**
|
|
132
|
+
- Fix: New Folder/Rename input dialog
|
|
133
|
+
- Fix: Robust remote file edit sync-back
|
|
134
|
+
- Feature: OS drag-and-drop into panes
|
|
135
|
+
- **0.2.0**
|
|
136
|
+
- UI: removed the main toolbar SFTP icon next to Settings (terminal button remains).
|
|
137
|
+
- **0.1.0**
|
|
138
|
+
- Initial release.
|
|
128
139
|
|
|
140
|
+
### Problems
|
|
141
|
+
- When reopening Tabby, the SFTP UI tabs are blank. Please contact me in [Telegram](https://t.me/Gr0w1ngUp) if you know how to fix this.
|
|
129
142
|
|