6 ms·
Thank you for the suggestion. This would mean that you'd also then create some mapping from each name (like git_log) to its implementation, right?
by DSpinellis 1y ago
Thank you for the suggestion. This would mean that you'd also then create some mapping from each name (like git_log) to its implementation, right?
- esafak 1y agoYes, using shell functions: git_log() { git log --pretty=tformat:'%at %ae' } Separating function definitions allows you to run, test, and re-use them.
- DSpinellis 1y agoAnd, more importantly, assign a name to a process, so that it can appear multiple times in the graph.
- UltraSane 1y agoYou might want to try looking at the Neo4j query language Cypher for some possible inspiration for the syntax.