A multi-purpose file manager for the Nintendo Switch.
Go to file
2022-08-07 10:06:00 -04:00
.github/workflows ci: Update actions/checkout and actions/upload-artifact 2022-07-30 17:38:17 -04:00
include config: Add option to disable loading extended font set to speed up boot process 2022-08-06 23:39:40 -04:00
libs fs: Refactor FS to use libc and add support for browsing USB devices via libusbhsfs 2022-08-06 11:33:30 -04:00
res NX-Shell(Deko3D): Initial commit 2021-09-12 17:08:02 -04:00
source lang: Update Chinese and Traditional Chinese translation 2022-08-07 10:06:00 -04:00
.gitattributes Initial commit (next) 2020-08-03 18:10:06 -04:00
.gitignore fs: Refactor FS to use libc and add support for browsing USB devices via libusbhsfs 2022-08-06 11:33:30 -04:00
.gitmodules imGui: Use imGui as a submodule and update to v1.88 2022-07-30 17:32:00 -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 fs: Refactor FS to use libc and add support for browsing USB devices via libusbhsfs 2022-08-06 11:33:30 -04:00
README.md README.md: Update feature list to reflect new changes 2022-08-06 11:37:49 -04:00

NX-Shell 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).
  • Browse devices such as safe, user, system and USB.

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.
  • DarkMatterCore for libusbhsfs.