Add heatmap and changed files relationship #82
wandersoncferreira
started this conversation in
Ideas
Replies: 1 comment
-
In fact the mechanism to execute the shell command would be decoupled from the logic to clone & cache so in the future we can easily add more CLI commands if desired. Perhaps is even possible to make this easy for users extend and include their own commands. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used this workflow in the past to perform code reviews (https://blog.jez.io/cli-code-review/) and I really like these ideas. I believe one great advantage of performing this in Emacs is the ability to bring together different tools like Github UI features + CLI tools.
I would like to start this process by adding the
git heatmap
andgit depgraph
from the post above.My initial idea:
/tmp
foldergit heatmap
andgit depgraph
commands usingshell-to-string
or similar variant/tmp
dir in the code review database if you want to perform this again would be possible to skip the cloning bitWhat do you think about this?
EDIT: as this cost time to be done, a command to produce such things will be available and not computed by default (if user wish, we can set a flag to try to compute everything async by default)
Beta Was this translation helpful? Give feedback.
All reactions