git-scptd
スクリプトバンドルやAppleScript アプレット/ドロップレットなど、スクリプトエディタで保存されるバンドルを、git でバージョン管理するツールです。
バンドル自体をレポジトリとして扱うことを想定しています。
- バンドル内にレボジトリを作ります。
- バンドル内のスクリプトファイル(.scpt ファイル)の差分を git で見れるようにレポジトリを設定します。
- よく使うコマンドのメニューを提供します。
- 外部ツールの起動を行うリストメニューを提供します。
更新履歴
- 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.