A file-explorer with big fonts. Intended to serve as a file-explorer that be can be manipulated easily from distance.
e.g while trying to open a file, when the computer is connected to TV, and you sit in the distance with wireless mouse. :)
- Add a sideline bar, for changing drives. Use case: change the drive from c:\ to d:\
- integrate a file-icons library. so the icon of each file will resemble its meaning.
- Improve error handling - do not display folders of which the user does not have access to them.
- when clicking on the address bar, should be able to write down the address manually.
[logo]:
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# lint all JS/Vue component files in `src/`
npm run lint
This project was generated with electron-vue@a01d4d6 using vue-cli. Documentation about the original structure can be found here.