Home > Software >

Requirements

  • OS X 10.10 or later
    • Developed and tested under macOS 10.14.6
  • git
    • Setup the login shell to allow to run "git".

Download

Version 1.1 -- 2020-02-20

git-scptd

git-scptd is an utility to help manage AppleScript bundles in version control system using git. The features are follows.

  1. The repository will be created in the bundle.
  2. Setup the configuration of the repository to view changes of ".scpt" files using "git diff".
  3. Menus of frequentry used commnds is provided.
  4. Menus to launch applications woking with "git" is provided.

History

  • 1.1 -- 2020-02-20
    • Added "pull", "push --tags" actions.
    • Added "GitHub Desktop" action.
    • Remove "gui", "gitk" and "GitX" actions.
    • Scripting Additions are not required.
    • Documents are contained in the bundle.
    • The application is notarized.
  • 1.0.2 -- 2012-07-05
    • Fixed : error "fatal: pathspec .'gitattributes' did not match any files", when a repositiory will be created.
  • 1.0.1 -- 2012-06-21
    • English document is added.
  • 1.0 -- 2012-06-15
    • initial release.