More actions
(Created page with "{{Infobox Switch Homebrews |title=PlatinumTree |image=Switch-logo.png |description=A GoldTree implementation in Java |author=gudenau |lastupdated=2019/08/21 |type=PC Utilities |version=1.0.0-rc2 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/platinumtreeswitch.7z |website=https://gbatemp.net/threads/platinumtree.545438/ |source=https://github.com/gudenau/switch-platinumtree |donation= }} {{#seo: |title=Switch Homebrew PC Tools (PC Utilities) - GameBre...") |
No edit summary |
||
Line 2: | Line 2: | ||
|title=PlatinumTree | |title=PlatinumTree | ||
|image=Switch-logo.png | |image=Switch-logo.png | ||
|description=A GoldTree implementation in Java | |description=A GoldTree implementation in Java. | ||
|author=gudenau | |author=gudenau | ||
|lastupdated=2019/08/21 | |lastupdated=2019/08/21 | ||
Line 8: | Line 8: | ||
|version=1.0.0-rc2 | |version=1.0.0-rc2 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/platinumtreenx.7z | ||
|website=https://gbatemp.net/threads/platinumtree.545438/ | |website=https://gbatemp.net/threads/platinumtree.545438/ | ||
|source=https://github.com/gudenau/switch-platinumtree | |source=https://github.com/gudenau/switch-platinumtree | ||
|donation= | |donation= | ||
}} | }} | ||
A GoldTree implementation in Java, it was made with the intent for it to work on the big three as [https://github.com/XorTroll/Goldleaf/releases/tag/0.7 GoldTree] (former Quark tool) only works on Windows. | |||
A GoldTree implementation in Java | |||
It is aimed to be a daemon that you can leave running in the background so that you can just plug your Switch in and browse files without having to launch a program. | |||
==User guide== | |||
Requirements: | |||
*Java 12 | |||
*Linux or Windows | |||
Currently implemented: | |||
*File reading | |||
*File listing | |||
*Downloads/Documents shortcuts | |||
*Hotplug support | |||
*Favorite directories | |||
*File writing | |||
*File rename | |||
*File deletion | |||
*File creation | |||
==Changelog== | ==Changelog== | ||
''' | '''v1.0.0-rc2 2019/08/21''' | ||
* | * Made the program always run as a module. | ||
'''v1.0.0-rc1 2019/08/16''' | |||
* Added favorites. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/gudenau/switch-platinumtree | ||
* | * GBAatemp - https://gbatemp.net/threads/platinumtree.545438/ | ||
Revision as of 04:52, 10 Haziran 2023
PlatinumTree | |
---|---|
General | |
Author | gudenau |
Type | PC Utilities |
Version | 1.0.0-rc2 |
License | Mixed |
Last Updated | 2019/08/21 |
Links | |
Download | |
Website | |
Source | |
A GoldTree implementation in Java, it was made with the intent for it to work on the big three as GoldTree (former Quark tool) only works on Windows.
It is aimed to be a daemon that you can leave running in the background so that you can just plug your Switch in and browse files without having to launch a program.
User guide
Requirements:
- Java 12
- Linux or Windows
Currently implemented:
- File reading
- File listing
- Downloads/Documents shortcuts
- Hotplug support
- Favorite directories
- File writing
- File rename
- File deletion
- File creation
Changelog
v1.0.0-rc2 2019/08/21
- Made the program always run as a module.
v1.0.0-rc1 2019/08/16
- Added favorites.