A multi-purpose file manager for the Nintendo Switch.
Go to file
2020-08-06 17:45:52 -04:00
.travis Initial commit (next) 2020-08-03 18:10:06 -04:00
include gui: Display storage bar below cwd 2020-08-06 00:25:45 -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 imGui: Set IMGUI_OPENGL_LOADER definition in makefile 2020-08-06 17:45:52 -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 imGui: Set IMGUI_OPENGL_LOADER definition in makefile 2020-08-06 17:45:52 -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.