More actions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/CTRXplorer.png|250px | | image = https://dlhb.gamebrew.org/3dshomebrew/CTRXplorer.png|250px | ||
| type = System Tools | | type = System Tools | ||
| version = | | version = 0.9.8.1 (8 Feb 2017) | ||
| licence = Mixed | | licence = Mixed | ||
| author = d0k3 | | author = d0k3 | ||
Line 10: | Line 10: | ||
| source = https://dlhb.gamebrew.org/3dshomebrew/CTRXplorer-3DS.rar | | source = https://dlhb.gamebrew.org/3dshomebrew/CTRXplorer-3DS.rar | ||
}} | }} | ||
<youtube>VrfO2BH4Koo</youtube> | <youtube>VrfO2BH4Koo</youtube> | ||
= | CTRXplorer is an open source SD file manager for the 3DS. | ||
==Features== | |||
* Delete single/mulitple files. | |||
* Rename files. | |||
* Copy single/multiple files. | |||
* Move single/multiple files. | |||
* Create directories. | |||
* Generate dummy files. | |||
* Display and edit files in a hex viewer. | |||
* Display files in a text viewer. | |||
== | ==Building== | ||
Requires [http://sourceforge.net/projects/devkitpro/files/devkitARM devkitARM] and [https://github.com/Steveice10/citrus citrus] to build. On Windows you will als* need [http://www.willus.com/archive/zip64 info-zip] in your PATH. | |||
==Controls== | |||
X - (tap) Delete files, (hold) Rename files | |||
Y - (tap) Copy files, (hold) Move files | |||
R - (tap) Create directories, (hold) Generate dummy files | |||
A - (tap) Display/edit files in hex viewer, (hold) Display files in text viewer | |||
==Screenshots== | |||
https://i.imgur.com/wWe72jf.png | |||
https://i.imgur.com/GQtluSr.png | |||
https://i.imgur.com/h4CJ6SE.png | |||
https://i.imgur.com/Poo8Iv6.png | |||
==Changelog== | |||
'''v0.9.8.1''' | |||
* Virtual keyboard available for string mode editing in hex editor. | |||
'''v0.9.8''' | |||
* String mode editing enabled in hex editor. | |||
* New log* animation thanks to PabloMK7. | |||
'''v0.9.7''' | |||
* Implemented touchscreen keyboard for various string inputs. | |||
* New flashy banner sound thanks to Krude. | |||
* Compatible with most recent citrus & libctru. | |||
* Various smaller fixes and improvements. | |||
'''v0.9.6''' | |||
* Fixed text viewer crashing issues. | |||
* Enabled case sensitive rename. | |||
* Directory loading speed increased. | |||
* Changes for latest citrus & buildtools. | |||
'''v0.9.5''' | |||
* Keep clipboard contents when copying files/folders. | |||
* Allow overwriting existing files/folders when renaming. | |||
* Improved the overwrite confirm dialog for moving/copying. | |||
'''v0.9.4''' | |||
* Existing files can now be overwritten by user choice when copying/moving/generating dummy files. | |||
'''v0.9.3''' | |||
* Hex viewer now allows searching for strings/data. | |||
* Hex viewer now has a fast scroll mode. | |||
* New hexedit mode, allowing to remove/edit/insert data. | |||
* Now includes a basic text viewer. | |||
* Position bars indicate current position in file browser/hex viewer/hex editor/text viewer. | |||
* Tons of minor improvements and bugfixes. | |||
'''v0.8.9''' | |||
* Migrated everything to citrus. | |||
* Some source code optimizations and reorganizations. | |||
* Compiled with latest Citrus & CTRUlib. | |||
'''v0.8.8''' | |||
* Compiled with latest CTRcommon & CTRUlib. | |||
* This should solve any issues with *hax 2.5. | |||
'''v0.8.7''' | |||
* Compiled with latest CTRcommon & CTRUlib. | |||
* Ninjhax v2.1 compatibility. | |||
'''v0.8.6''' | |||
* Updated to latest CTRcommon library. | |||
* Properly exit to launcher on Ninjhax 2.0/Tubehax/Ironhax. | |||
'''v0.8.5''' | |||
* Added a hex viewer (use Button A on regular files). | |||
'''v0.8.0''' | |||
* Revised control scheme based on tap (t) and hold (h) actions. | |||
* Improvements to file copy speed. | |||
* Various minor improvements and bug fixes. | |||
'''v0.7.3''' | |||
* First public release version with more still to come up. | |||
==External links== | |||
* GitHub - https://github.com/d0k3/CTRXplorer | |||
* GBAtemp - https://gbatemp.net/threads/release-ctrxplorer-open-source-sd-file-manager.390353 |
Revision as of 01:09, 14 July 2021
CTRXplorer is an open source SD file manager for the 3DS.
Features
- Delete single/mulitple files.
- Rename files.
- Copy single/multiple files.
- Move single/multiple files.
- Create directories.
- Generate dummy files.
- Display and edit files in a hex viewer.
- Display files in a text viewer.
Building
Requires devkitARM and citrus to build. On Windows you will als* need info-zip in your PATH.
Controls
X - (tap) Delete files, (hold) Rename files
Y - (tap) Copy files, (hold) Move files
R - (tap) Create directories, (hold) Generate dummy files
A - (tap) Display/edit files in hex viewer, (hold) Display files in text viewer
Screenshots
Changelog
v0.9.8.1
- Virtual keyboard available for string mode editing in hex editor.
v0.9.8
- String mode editing enabled in hex editor.
- New log* animation thanks to PabloMK7.
v0.9.7
- Implemented touchscreen keyboard for various string inputs.
- New flashy banner sound thanks to Krude.
- Compatible with most recent citrus & libctru.
- Various smaller fixes and improvements.
v0.9.6
- Fixed text viewer crashing issues.
- Enabled case sensitive rename.
- Directory loading speed increased.
- Changes for latest citrus & buildtools.
v0.9.5
- Keep clipboard contents when copying files/folders.
- Allow overwriting existing files/folders when renaming.
- Improved the overwrite confirm dialog for moving/copying.
v0.9.4
- Existing files can now be overwritten by user choice when copying/moving/generating dummy files.
v0.9.3
- Hex viewer now allows searching for strings/data.
- Hex viewer now has a fast scroll mode.
- New hexedit mode, allowing to remove/edit/insert data.
- Now includes a basic text viewer.
- Position bars indicate current position in file browser/hex viewer/hex editor/text viewer.
- Tons of minor improvements and bugfixes.
v0.8.9
- Migrated everything to citrus.
- Some source code optimizations and reorganizations.
- Compiled with latest Citrus & CTRUlib.
v0.8.8
- Compiled with latest CTRcommon & CTRUlib.
- This should solve any issues with *hax 2.5.
v0.8.7
- Compiled with latest CTRcommon & CTRUlib.
- Ninjhax v2.1 compatibility.
v0.8.6
- Updated to latest CTRcommon library.
- Properly exit to launcher on Ninjhax 2.0/Tubehax/Ironhax.
v0.8.5
- Added a hex viewer (use Button A on regular files).
v0.8.0
- Revised control scheme based on tap (t) and hold (h) actions.
- Improvements to file copy speed.
- Various minor improvements and bug fixes.
v0.7.3
- First public release version with more still to come up.