Kit Kasune
341ce45745
|
3 years ago | |
---|---|---|
.idea | 3 years ago | |
.vscode | 3 years ago | |
assets | 3 years ago | |
json | 3 years ago | |
scripts | 3 years ago | |
styles | 3 years ago | |
.editorconfig | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
index.html | 3 years ago | |
main.js | 3 years ago | |
newversion.js | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago |
README.md
FileKade
Welcome to FileKade's official repository!
This project is mainly just me learning the ropes of electron, but I'm fairly well-versed in HTML/CSS/JS, and things are coming along quite well!
For downloads, have a look at releases. (git.wubzy.xyz), or build from source. Just
git clone
,npm i
andnpm i -g electron
, thennpm start
Features
FileKade has loads of fun features that most file explorers don't have. Well, it will, at least.
Current
- The basics. You can explore files :p
- Sports a highly aesthetic background and theme
- Fun, clean animations and moving gradients
- Intuitive and speedy keybinds
- Clean code that works with you and your changes both in and out of the app
yeah listen it's not super powerful yet *cough* we are in alpha
Planned
- A sidebar to quickly access your most-used folders
- Possibly folders to really organize your favorite places?
- Maybe some user-set icons, too
- Loads of settings
- Custom backgrounds
- Custom colors
- In-app file-viewers and maybe even editors
- Integration with apps like Windows terminal and Visual Studio Code
Contribution
Want to contribute to FileKade? Awesome!
Fork and make a PR. I'm not going to burst a blood vessel over formatters or anything like that; just a hobbyist making something fun, so if you have something you want to add, don't be shy at all to add it!
Acknowledgements/Other
Notice: FileKade is a project currently in its Alpha state. Everything is temporary and nothing is bug-free (theoretically). Certainly don't rely on this file explorer as your main driver or anything. Linux support is currently minimal at best, and MacOS is entirely untested and likely to break.
This project was heavily inspired by Xplorer. Its current file icons were taken from that app, because again, this project is not intended to be public at the current moment. In other words, you're free to use FileKade, but don't shoot me for the icons :3
I'd also like to thank JetBrains for their open source license. I use WebStorm religiously, and it's been an immense help and a wonderful IDE that I'm happy to call my main JS/HTML IDE.