Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mapitman/scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: add-scripts-and-tooling
Choose a base ref
...
head repository: mapitman/scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 12 files changed
  • 2 contributors

Commits on Apr 12, 2026

  1. Merge pull request #1 from mapitman/add-scripts-and-tooling

    Add scripts, Makefile, man pages, and AI agent guidance
    mapitman authored Apr 12, 2026
    Configuration menu
    Copy the full SHA
    3f55156 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2026

  1. 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).
    mapitman committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    7661bf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2026

  1. Configuration menu
    Copy the full SHA
    10ee71c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from mapitman/feat/nmapscan

    feat: add nmapscan script, manpage, and gitignore results directory
    mapitman authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    2a68031 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a71084c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from mapitman/convert-to-just

    Convert build system from Makefile to justfile
    mapitman authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    de20d26 View commit details
    Browse the repository at this point in the history
  5. 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.
    mapitman committed Jun 26, 2026
    Configuration menu
    Copy the full SHA
    8f63b71 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from mapitman/feature/git-clone-all

    Add git-clone-all script and man page
    mapitman authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    8626a50 View commit details
    Browse the repository at this point in the history
  7. 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.
    mapitman committed Jun 26, 2026
    Configuration menu
    Copy the full SHA
    7450d02 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5 from mapitman/feature/skip-archived-repos

    Skip archived repositories by default
    mapitman authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    ad24d43 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd1dc80 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6 from mapitman/add-git-status-all

    Add git-status-all script
    mapitman authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    3fd8c14 View commit details
    Browse the repository at this point in the history
Loading