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

Feature: Add user defined columns #49

Merged
merged 8 commits into from
Feb 25, 2025
Merged

Conversation

Zweih
Copy link
Owner

@Zweih Zweih commented Feb 25, 2025

  • Users can now specify columns:
    show packages with name, version, and size:
yaylog --columns name,version,size
  • --columns overrides the defaults columns and --add-columns extends the default columns.

  • Constants have also been separated into their own package.

  • The -v flag has been removed and can now be used either with --add-columns=version or columns=version.

  • Columns are now determined in the config package instead of the display package to maintain separation of concerns.

  • Documentation has been updated to reflect these changes.

@Zweih Zweih added the enhancement New feature or request label Feb 25, 2025
@Zweih Zweih merged commit fde48af into master Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant