A multi-purpose file manager for the Nintendo Switch.
Go to file
2020-08-11 20:27:00 -04:00
.travis Initial commit (next) 2020-08-03 18:10:06 -04:00
include gui: Use inline functions to setup popups/windows 2020-08-11 17:53:39 -04:00
libs Initial commit (next) 2020-08-03 18:10:06 -04:00
romfs gui: Display text icon for config, log and text files 2020-08-04 20:39:03 -04:00
source gui: Space out radio buttons and use a consistent colour scheme in settings window 2020-08-11 20:27:00 -04:00
.gitattributes Initial commit (next) 2020-08-03 18:10:06 -04:00
.gitignore Initial commit (next) 2020-08-03 18:10:06 -04:00
.travis.yml Initial commit (next) 2020-08-03 18:10:06 -04:00
icon.jpg Initial commit (next) 2020-08-03 18:10:06 -04:00
Makefile Split windows/popups into separate source files to keep things simpler and consistent 2020-08-11 01:01:42 -04:00
README.md Initial commit (next) 2020-08-03 18:10:06 -04:00

NX-Shell (Next)

NX Shell is a multi-purpose file manager for the Nintendo Switch that aims towards handling media files. NX Shell leans towards more of the file management features such as opening and managing various files types and includes the basic necessity of a standard file manager.

Features:

  • Delete files and folders.
  • Copy/Move files and folders.
  • Rename files and folders (standard switch keyboard).
  • Create files and folders (standard switch keyboard).
  • Displays file properties such as size, time created, modified and accessed.
  • Sorting options (Sort by name, date, size).

Credits:

  • Preetisketch for the banner.
  • imgui developers and contributors for the GUI library.
  • devkitPro maintainers and contributors.