Abuse filter editor, Bureaucrats, Check users, Interface administrators, Staff, Suppressors, Administrators, Translation Reviewer
2,193
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Page WIP}}{{lowercase title}}{{Infobox homebrew | {{Page WIP}}{{lowercase title}}{{Infobox homebrew | ||
| image = Ninfs-logo.png | |||
| title = ninfs | | title = ninfs | ||
| developers = ihaveamac/ihaveahax | | developers = ihaveamac/ihaveahax | ||
Line 58: | Line 59: | ||
== Usage == | == Usage == | ||
{{Section WIP}} | {{Section WIP}} | ||
=== Graphical interface === | |||
The GUI can be started in various ways depending on how it was installed. | |||
* Windows: Find "ninfs" in the Start Menu. Or run <code>ninfsw.exe</code> in the standalone release. | |||
* macOS: Run the ninfs application. If this is the first time, Gatekeeper might ask you if you are sure you want to start it. | |||
* Python module: Run the <code>ninfs</code> module with the <code>gui</code> argument. Example: | |||
** Windows: <code>py -3 -m ninfs gui</code> | |||
** Linux and macOS: <code>python3 -m ninfs gui</code> | |||
=== Command line === | |||
Mount types can be accessed through the command line in all setups. | |||
* Windows: If added to PATH, use <code>ninfs <type></code>. For example: <code>ninfs cia game.cia E:</code> | |||
* macOS: Use the <code>ninfs</code> binary in the application. For example: <code>/Applications/ninfs.app/Contents/MacOS/ninfs cia game.cia ~/Desktop/cia</code> | |||
* Python module: Use the <code>ninfs</code> module. For example: | |||
** Windows: <code>py -3 -m ninfs cia game.cia E:</code> | |||
** Linux and macOS: <code>python3 -m ninfs cia game.cia ~/Desktop/cia</code> | |||
* Python module entrypoints: If Python is added to PATH (by default it is not on Windows), entrypoints can be used. For example: <code>mount_cia game.cia ~/Desktop/cia</code> | |||
== Guides == | == Guides == | ||
{{Section WIP}} | {{Section WIP}} |