xaizek / zograscope (License: AGPLv3 only) (since 2018-12-07)
Mainly a syntax-aware diff that also provides a number of additional tools.
Commit 8537087e505232acc177c2b7796eece591557a53

Add example of call meta-type to zs-find's README
Author: xaizek
Author date (UTC): 2019-07-03 16:07
Committer name: xaizek
Committer date (UTC): 2019-07-03 16:07
Parent(s): 3ab93155d6aa13f4fecd6568e6a1ddd9ba4bf980
Signing key: 99DC5E4DB05F6BE2
Tree: 15ed50ecfd64e6136af1fc0513cb1486528dd971
File Lines added Lines deleted
tools/find/README.md 7 0
File tools/find/README.md changed (mode: 100644) (index 7fb70e9..b11535f)
... ... List all statements containing uses of `exec()` family of functions:
38 38 zs-find : stmt : '//^(execl[pe]?|execvp?e?)$/' zs-find : stmt : '//^(execl[pe]?|execvp?e?)$/'
39 39 ``` ```
40 40
41 List all invocations of `snprintf` which have single token as the first
42 argument:
43
44 ```
45 zs-find ../src : call : snprintf '(' // ,
46 ```
47
41 48 [zograscope]: ../../README.md [zograscope]: ../../README.md
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/zograscope

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/zograscope

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master