Skip to content

nintendo-switch-homebrew/NX-Shell

 
 

Repository files navigation

NX-Shell

Work in progress port of 3DShell (Multi purpose file manager) to the Nintendo Switch.

Features:

  • 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.

Build instructions

git clone https://github.com/joel16/NX-Shell.git
cd NX-Shell/ && git submodule update --init --recursive
cd mupdf/ && make generate
cd ../ && make

Credits:

  • 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.

About

3DShell port for the Nintendo Switch.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 87.9%
  • C++ 8.9%
  • Makefile 3.0%
  • Shell 0.2%