Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hawkeye64/electron-quasar-file-explorer-v2
An Electron File Explorer made with Quasar v2 (Vue v3)
https://github.com/hawkeye64/electron-quasar-file-explorer-v2
electron explorer fileexplorer quasar quasar-framework vue3
Last synced: 3 months ago
JSON representation
An Electron File Explorer made with Quasar v2 (Vue v3)
- Host: GitHub
- URL: https://github.com/hawkeye64/electron-quasar-file-explorer-v2
- Owner: hawkeye64
- License: mit
- Created: 2021-10-25T14:25:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T06:59:51.000Z (over 2 years ago)
- Last Synced: 2024-10-13T09:41:09.203Z (4 months ago)
- Topics: electron, explorer, fileexplorer, quasar, quasar-framework, vue3
- Language: Vue
- Homepage:
- Size: 4.51 MB
- Stars: 41
- Watchers: 2
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# File Explorer (electron-quasar-file-explorer-v2)
![File Explorer](images/file-explorer.png)
This is a follow-up to an article I wrote and published on [Medium](https://medium.com/quasar-framework/building-an-electron-file-explorer-with-quasar-and-vue-7bf94f1bbf6).
This File Explorer now uses Quasar v2 and Vue 3 composition API.
This is a rudimentary File Explorer that works for Windows, Mac and Linux systems.
Items that have been added since the last tutorial:
- Double-click to open a file based on it's type
Removed since last tutorial:
- File/folder watching (I just never got around to updating this)
There is still plenty of work to be done to make it better.
For example:
- copy, paste, cut, delete
- file info
- plug and play drives (ie: USBs)
- and othersFeel free to PR if you like to make it better for others.
# Donate
If you appreciate the work that went into this, please consider donating to [Quasar](https://donate.quasar.dev) or [Jeff](https://github.com/sponsors/hawkeye64).# License
MIT (c) Jeff Galbraith <>