imsmith (Ian Smith) · GitHub
Skip to content
View imsmith's full-sized avatar
  • Seattle
  • 17:22 (UTC -07:00)

Highlights

  • Pro

Block or report imsmith

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. a tcl script that produces a report ... a tcl script that produces a report that tells you the status of each repository in a directory of repositories with respect to github -- does the repo exist in both places? if so, are they in sync? etc.
    1
    #!/usr/bin/env tclsh
    2
    #
    3
    # repo-report.tcl — Compare ~/github with GitHub remote repos
    4
    # Requires: gh (authenticated), git, tclsh 8.6+
    5
    #