-
Notifications
You must be signed in to change notification settings - Fork 9
Improve user experience when using this tool as a CLI #36
Copy link
Copy link
Open
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.hacktoberfestIssues targeting the hacktoberfest participants.Issues targeting the hacktoberfest participants.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.sig/user-experienceIssues or PRs related to the User Experience of our Services, Tools, and Libraries.Issues or PRs related to the User Experience of our Services, Tools, and Libraries.
Description
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.hacktoberfestIssues targeting the hacktoberfest participants.Issues targeting the hacktoberfest participants.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.sig/user-experienceIssues or PRs related to the User Experience of our Services, Tools, and Libraries.Issues or PRs related to the User Experience of our Services, Tools, and Libraries.
Type
Projects
StatusShow more project fields
🆕 New
Is your feature request related to a problem? Please describe.
When I tried thoth-glyph, it produced the following output for me:
Sadly, I see just first 5 commits and last 5 commits classified. It would be nice to produce the whole classification to standard output and let the user (if required) filter messages.
Other suggestions:
the output could have the commit sha of the commit being classified
the output could be in an easily processable form by tools (e.g. coreutils) by default
merge commits could be removed from the output
formatter could be selected as a CLI option to have a tool that can be easily used on the command line, e.g.:
use dashes instead of underscores in the command-line options
improve help messages (e.g.
classifysub-command says the classification is done for the current git repo, but it is done for the commit message passed as argument)