-
Notifications
You must be signed in to change notification settings - Fork 178
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 request: Better exit-code based experience? #351
Comments
Oh, and one more thought/possible feature: allow deleting without confirmation. I think if I could just hit F2 or some keystroke without having to then confirm with |
Hey @dgollahon, thanks for the suggestions! There is a I like the idea of coloring failing commands (or maybe only always failing commands?) differently. Would you want to work on this? |
Oh, great. Should that be added to the README? Or is there a different place for extended docs? I'm not sure how I would have discovered that.
Yeah, I would be interested. I'm not sure exactly when I can do it but would be happy to try at some point. |
Fixed in db63e4b, thanks! |
Didn't mean to close the issue, since your color-coding of failing commands is still a good idea. |
Hi,
Thank you for a wonderful tool. One frustration I have is I often auto-complete a known-failing command. Would it be possible to improve the UX of this? Ideas I had:
git
asgti
or something similar to that. I often run commands that might reasonably have a failing status sometimes but I really don't want to rerun commands that are very, very unlikely to pass like typos. If it's acommand not found: ...
I wish I could exclude it. I did notice there's acmd_tpl
normalization in the sqlite db--I wonder if that could be used to find out if the command could possibly be in the path..?make test
or something and it fails some of the time, it shouldn't necessarily be penalized butgti
will never ever pass.If I have a clear idea of what you would support or recommend I'd be happy to try and send a PR if that's welcome/helpful.
Thanks!
The text was updated successfully, but these errors were encountered: