xaizek / objdeps (License: Apache-2.0) (since 2020-09-11)
This is a python script that analyzes output of `objdump` to understand connections between object files.
Commit 81e9edc8f7d42a316378271b38efd4f183774bf5

Drop run.sh
Author: xaizek
Author date (UTC): 2020-09-11 10:34
Committer name: xaizek
Committer date (UTC): 2020-09-11 10:34
Parent(s): 2fe0dd38619fdb5356f8fdfe116da2fb0073a31d
Signing key: 99DC5E4DB05F6BE2
Tree: d3f5c1132748ac255b54e233f0cbdc53b222944e
File Lines added Lines deleted
run.sh 0 4
File run.sh deleted (index c85c6c4..0000000)
1 ./deps.py --group-dirs --root ~/repos/vifm/ "$@" \
2 `find ~/repos/vifm/src/ -name '*.o'` > tst.gv && \
3 circo -Tpng tst.gv -o tst.png && \
4 sxiv tst.png
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/objdeps

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

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