Would love to see man pages available for each of the included utilities. There are a few options for where information from them could surface in-app:
man <command name> - View the man page for the command.
Auto completions - parse available arguments and surface above keyboard while typing
In-app help GUI. Render man page better than spitting it out into text view, put it into a UIViewController with some highlighting, etc.
Would love to see man pages available for each of the included utilities. There are a few options for where information from them could surface in-app:
man <command name>
- View the man page for the command.