Work in progress port of 3DShell (Multi purpose file manager) to the Nintendo Switch.
- Delete files and folders.
- Copy/Move files and folders.
- Rename files and folders.
- Create folders.
- Displays file size. (files only ATM)
- Image viewer (PNG/JPG/GIF/BMP)
- Extract .ZIP files.
- Sorting options (Sort by name, date, size).
- Dark theme toggle.
- Audio playback. (Following formats are supported: MP3, OGG, WAV and MOD)
- Touch screen.
- Ebook reader.
git clone https://github.com/joel16/NX-Shell.git
cd NX-Shell/ && git submodule update --init --recursive
cd mupdf/ && make generate
cd ../ && make
- Preetisketch for some of the assets used as well as the banner.
- StevenMattera for the implementing the foundation of all touch-screen code.
- rock88 for integrating mupdf, allowing NX-Shell to read pdfs and other epubs.