Home > Software >

必要なシステム

  • OS X 10.10 以降
    • macOS 10.14.6 で開発/テストしています。
  • git
    • ログインシェルから実行できるようにしてください。

ダウンロード

Version 1.1 -- 2020-02-20

git-scptd

スクリプトバンドルやAppleScript アプレット/ドロップレットなど、スクリプトエディタで保存されるバンドルを、git でバージョン管理するツールです。

バンドル自体をレポジトリとして扱うことを想定しています。

  1. バンドル内にレボジトリを作ります。
  2. バンドル内のスクリプトファイル(.scpt ファイル)の差分を git で見れるようにレポジトリを設定します。
  3. よく使うコマンドのメニューを提供します。
  4. 外部ツールの起動を行うリストメニューを提供します。

更新履歴

  • 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.