Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

choco info / list / search - Include summary on detailed view #1253

Closed
majkinetor opened this issue Apr 15, 2017 · 4 comments
Closed

choco info / list / search - Include summary on detailed view #1253

majkinetor opened this issue Apr 15, 2017 · 4 comments

Comments

@majkinetor
Copy link

Choco info should have this so we can quickly show only summery of files available on the system. First line of description is rarely equal to summary line.

choco list -l --detail | % { ($_ -split "`n") -match '^\s*Summary'}

Currently, the one has to resort to something like this which is not the same:

choco list -l --detail | % { ($_ -split "`n") -match '^\s*Description'} | % { $_ -replace '^\s*Description:\s*' } | select -unique 
@ferventcoder
Copy link
Member

Please create another issue against the Chocolatey gallery. It should also link to that maintainers are not also included in the information that comes out either.

@ferventcoder
Copy link
Member

Related to #1263

@ferventcoder ferventcoder changed the title Choco info doesn't have summary Choco info should provide summary Apr 26, 2017
@ferventcoder ferventcoder added this to the 0.10.6 milestone Apr 27, 2017
@ferventcoder ferventcoder self-assigned this Apr 27, 2017
@ferventcoder
Copy link
Member

No need for a second issue against the gallery. The information is already available.

@ferventcoder
Copy link
Member

This will be in 0.10.6

ferventcoder added a commit that referenced this issue May 1, 2017
If summary and release notes are available when searching, those will
be returned and shown with list, search, and info commands.
ferventcoder added a commit that referenced this issue May 1, 2017
* stable: (35 commits)
  (GH-1238) Save extra info about installed packages
  (maint) allow overrides
  (GH-1253)(GH-1263) List/Search returns Summary and Release Notes
  (GH-1101) Search results by relevance by default
  (GH-1004) Ensure choco info returns results
  (maint) Note on install if auto-uninstall possible
  (maint) look for licensed assembly based build-type
  (GH-615) capture more user information
  (GH-1145) show inner exception message
  (GH-1267) API - get configuration
  (maint) Resources proj does not produce pdb file
  (doc) update nuspec authors
  (doc) update licensed release notes
  (build) ILMerge pdb files
  (GH-1247) ensure xml documentation
  (maint) note force install is for same version
  (GH-1243) Update Chocolatey shims
  (GH-1243)(shimgen) upgrade to 0.8.x
  (maint) fix copyright double period
  (log) show exit code when running -v
  ...
@ferventcoder ferventcoder changed the title Choco info should provide summary choco info / list / search - Include summary on detailed view May 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants