xcodes icon indicating copy to clipboard operation
xcodes copied to clipboard

Add info command

Open interstateone opened this issue 4 years ago • 1 comments

Add an info command that outputs information about a specific version, whether or not it's installed. This is most useful with the Xcode Releases data source, which is now the default.

This should output similar static information about the version as is displayed in the Xcodes.app info pane, including:

  • Download file size if not installed, or size on disk if installed
  • Release date
  • Compatibility
  • Included SDKs
  • Included compilers
  • Link to release notes

Output should use appropriate formatting when in an interactive terminal. For example, bold headings, but probably not any color unless it would be meaningful. If data is output in columns, align the columns in an interactive terminal so it's easier for a human to read. In a non-interactive terminal columns should be tab-separated.

interstateone avatar Feb 03 '21 03:02 interstateone

It would also be cool if there was a flag for this to output in JSON!

fishcharlie avatar Nov 15 '21 22:11 fishcharlie