Skip to content

Commit 0e8396c

Browse files
committed
✨ Local Drag and Drop
Drag and drop within the application now works. It currently only copies the current cursor. Also, fix several other issues.
1 parent abd4b6b commit 0e8396c

File tree

19 files changed

+230
-107
lines changed

19 files changed

+230
-107
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ I've created multiple open source resources (I have around 80 GitHub repositorie
5252
## Current Feature Set
5353

5454
- Dual pane file manager with vim style model hotkeys for navigation and action launching.
55+
- Drag and Drop works for copying single file or directory (the current cursor location) within the application itself.
5556
- Command Prompt for executing commands (`:` in any mode or `<ctrl>p` in normal mode).
5657
- Fully extendable with extensions using the extensions API
5758
- Fully extendable to alternate file systems
@@ -203,8 +204,7 @@ The Extension tab allows you to create, edit, and delete extensions from the Mod
203204
- Launch Scripts
204205
- Regular Expression selection
205206
- Zip Selected Entries
206-
- Internal drag and drop - I can't seem to get it to work right.
207-
- Proper drag and drop with outside programs (NW.js doesn't support it directly, but I should be able to get it going with Node.js talking directly to the OS).
207+
- Drag and drop with external programs (NW.js doesn't support it directly, but I should be able to get it going with Node.js talking directly to the OS).
208208
- Add more file views for the Extra Panel
209209
- Multiple windows
210210
- Get Windows working
@@ -343,6 +343,7 @@ hotkeys or command prompt. They are loaded and used in a different way as well.
343343
| `showMessage` | Show a message to the user. |
344344
| `createNewMode` | Allows the creation of a new mode for keyboard commands. |
345345
| `changeMode` | Change to mode given. |
346+
| `switchView` | Change to new program view. Currently `filemanager` or `preferences`. |
346347

347348
## Creating Themes
348349

macOS/AppIcon.appiconset/Contents.json

Lines changed: 0 additions & 68 deletions
This file was deleted.
-99.5 KB
Binary file not shown.
-11.5 KB
Binary file not shown.
-1.86 KB
Binary file not shown.
-25.1 KB
Binary file not shown.
-2.99 KB
Binary file not shown.
-57.1 KB
Binary file not shown.
-5.45 KB
Binary file not shown.

maskfile.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ else
4848
/Applications/nwjs.app/Contents/MacOS/nwjs ./public > /dev/null 2>&1 &
4949
end
5050
```
51+
5152
## launchapp
5253
> Launch the application.
5354

0 commit comments

Comments
 (0)