Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joel16/nx-shell
A multi-purpose file manager for the Nintendo Switch.
https://github.com/joel16/nx-shell
homebrew joel16 nintendo nintendo-switch switch
Last synced: 6 days ago
JSON representation
A multi-purpose file manager for the Nintendo Switch.
- Host: GitHub
- URL: https://github.com/joel16/nx-shell
- Owner: joel16
- License: gpl-2.0
- Created: 2018-05-25T19:25:39.000Z (over 6 years ago)
- Default Branch: next-opengl3
- Last Pushed: 2022-12-10T04:33:31.000Z (about 2 years ago)
- Last Synced: 2024-12-16T05:03:34.313Z (6 days ago)
- Topics: homebrew, joel16, nintendo, nintendo-switch, switch
- Language: C
- Homepage:
- Size: 22 MB
- Stars: 964
- Watchers: 52
- Forks: 66
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NX-Shell ![Github latest downloads](https://img.shields.io/github/downloads/joel16/NX-Shell/total.svg)
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.
# 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.