A project to generate full contributor stats across all ActivityWatch and SuperuserLabs repositories.
Output from this tool is shown on the ActivityWatch website for ActivityWatch repos, and not yet anywhere for SuperuserLabs repos (but will someday).
- Generate tables from git history with number of active days, number of commits, and diff stats.
- Generate statistics from GitHub activity (issues, comments, PRs).
- Create a video visualization, such as the one made for ActivityWatch.
This also includes scripts to produce a visualization of the commit history with gource.
cd video
./gource-output.shThe script assumes a specific directory layout relative to the video folder:
../../../ # rootdir
├── activitywatch/ # Main bundle repo (cloned as activitywatch or .)
│ ├── aw-core/
│ ├── aw-client/
│ ├── aw-server/
│ │ └── aw-webui/
│ ├── aw-server-rust/
│ ├── aw-qt/
│ ├── aw-watcher-afk/
│ ├── aw-watcher-window/
│ └── ...
├── other/ # Other official repos
│ ├── aw-client-js/
│ ├── aw-watcher-web/
│ ├── aw-watcher-window-wayland/
│ ├── aw-tauri/
│ ├── aw-sync/
│ ├── aw-notify/
│ ├── activitywatch.github.io/
│ ├── aw-research/
│ ├── aw-watcher-vscode/
│ └── aw-watcher-vim/
├── community/ # Community-contributed projects
│ ├── awatcher/ # https://github.com/2e3s/awatcher
│ ├── aw-watcher-media-player/
│ ├── aw-watcher-jetbrains/
│ └── activitywatch-plasmoid/
├── docs/
└── old/
└── activitywatch-old/To include community projects in the visualization:
- Create a
community/directory next to the main repos - Clone the community repos you want to include:
mkdir -p community
cd community
git clone https://github.com/2e3s/awatcher
git clone https://github.com/2e3s/aw-watcher-media-player
git clone https://github.com/OlivierMary/aw-watcher-jetbrains
git clone https://github.com/NicoWeio/activitywatch-plasmoidThe script will automatically skip repos that aren't found, so you can include as many or as few community repos as desired.
After generating gource.mp4, you can add music with:
./gource-output-add-music.sh