Replies: 2 comments 3 replies
|
I had an idea once that gg should just understand what kind of project it was in, and run the correct command. Perhaps it would be best to combine gg with something like https://github.com/casey/just ? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In my project, there are users OK to run
git, but they don't have a JDK installed. It would be nice if just executinggg.cmdwould execute a command defined ingg.cmd.conf.Instead of
They just do
gg.cmdcould output the command it runs and then ask for confirmation. Similar tojbangormiseasking for confirmation.OK, maybe, I am asking for something similar as
mise.tomloffered by mise tasks, but I did not want to go that far: I "just" need one default command. OK, maybe in some weeks, I need two 😅,All reactions