-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: mapitman/scripts
base: add-scripts-and-tooling
head repository: mapitman/scripts
compare: main
- 12 commits
- 12 files changed
- 2 contributors
Commits on Apr 12, 2026
-
Merge pull request #1 from mapitman/add-scripts-and-tooling
Add scripts, Makefile, man pages, and AI agent guidance
Configuration menu - View commit details
-
Copy full SHA for 3f55156 - Browse repository at this point
Copy the full SHA 3f55156View commit details
Commits on Apr 26, 2026
-
Add mktlapse script for timelapse video generation
Convert timelapse JPEG sequences into MP4 videos using ffmpeg. Each subdirectory of the input dir is treated as a job; frames are sorted by name and encoded with libx264. Flags: -r (framerate), -o (output dir), -n (dry run), -h (help).
Configuration menu - View commit details
-
Copy full SHA for 7661bf4 - Browse repository at this point
Copy the full SHA 7661bf4View commit details
Commits on Jun 26, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 10ee71c - Browse repository at this point
Copy the full SHA 10ee71cView commit details -
Merge pull request #2 from mapitman/feat/nmapscan
feat: add nmapscan script, manpage, and gitignore results directory
Configuration menu - View commit details
-
Copy full SHA for 2a68031 - Browse repository at this point
Copy the full SHA 2a68031View commit details -
Configuration menu - View commit details
-
Copy full SHA for a71084c - Browse repository at this point
Copy the full SHA a71084cView commit details -
Merge pull request #3 from mapitman/convert-to-just
Convert build system from Makefile to justfile
Configuration menu - View commit details
-
Copy full SHA for de20d26 - Browse repository at this point
Copy the full SHA de20d26View commit details -
Add git-clone-all script and man page
Implement a development utility script to recursively clone all git repositories for an organization, group, or user on GitHub or GitLab. The script uses 'gh'/'glab' CLI tools if available, with a curl API fallback. Clones via SSH and falls back to HTTPS.
Configuration menu - View commit details
-
Copy full SHA for 8f63b71 - Browse repository at this point
Copy the full SHA 8f63b71View commit details -
Merge pull request #4 from mapitman/feature/git-clone-all
Add git-clone-all script and man page
Configuration menu - View commit details
-
Copy full SHA for 8626a50 - Browse repository at this point
Copy the full SHA 8626a50View commit details -
Skip archived repositories by default
Skip archived repositories by default when listing and cloning, and add a new '-a' option flag to optionally include archived repositories. Updated both CLI integration (gh/glab) and API curl fallbacks.
Configuration menu - View commit details
-
Copy full SHA for 7450d02 - Browse repository at this point
Copy the full SHA 7450d02View commit details -
Merge pull request #5 from mapitman/feature/skip-archived-repos
Skip archived repositories by default
Configuration menu - View commit details
-
Copy full SHA for ad24d43 - Browse repository at this point
Copy the full SHA ad24d43View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd1dc80 - Browse repository at this point
Copy the full SHA bd1dc80View commit details -
Merge pull request #6 from mapitman/add-git-status-all
Add git-status-all script
Configuration menu - View commit details
-
Copy full SHA for 3fd8c14 - Browse repository at this point
Copy the full SHA 3fd8c14View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff add-scripts-and-tooling...main