A multi-purpose file manager for the Nintendo Switch.
Go to file
2020-10-25 21:17:30 -04:00
.travis travis: Explicitly remove files not required for deployment 2020-08-30 16:09:20 -04:00
data lang: Initial localization impl (WIP) 2020-10-25 14:35:16 -04:00
include lang: Add entry for empty string error message when using OSK 2020-10-25 17:49:00 -04:00
libs textures: Add support viewing animated/non-animated gifs 2020-10-22 12:17:10 -04:00
romfs lang: Initial localization impl (WIP) 2020-10-25 14:35:16 -04:00
source lang: Add localization support for Simplified Chinese (#88) 2020-10-25 21:17:30 -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 travis: Fix travis-ci builds and use branch:next for deployment 2020-08-30 15:13:20 -04:00
icon.jpg Initial commit (next) 2020-08-03 18:10:06 -04:00
LICENSE Create LICENSE 2020-08-16 17:29:39 -04:00
Makefile lang: Initial localization impl (WIP) 2020-10-25 14:35:16 -04:00
README.md travis: Fix travis-ci builds and use branch:next for deployment 2020-08-30 15:13:20 -04:00

NX-Shell (Next) Build Status Github latest downloads

NX Shell is a multi-purpose file manager for the Nintendo Switch that aims towards handling various file types while keeping the basic necessities of a standard file manager. Initially the project was inspired by LineageOS/CyanogenMod's file manager for android, and even had a similar design approach to that of the famous Android file manager. However, it has been re-written from scratch, now using more up to date tools and libraries.

NX-Shell (next) Screenshot

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).
  • Display various images formats (BMP, GIF, JPG/JPEG, PGM, PPM, PNG, PSD, TGA and WEBP).

Credits:

  • Preetisketch for the banner.
  • Dear ImGui developers and contributors for the GUI.
  • devkitPro maintainers and contributors for libnx, devkitA64, and many other packages used by this project.