diff --git a/applications.json b/applications.json index 16f9583..8e13161 100644 --- a/applications.json +++ b/applications.json @@ -8298,6 +8298,22 @@ "finder", "utilities" ] + }, + { + "repo_url" : "https://github.com/doekman/osagitfilter", + "official_site" : "", + "title" : "osagitfilter", + "icon_url": "", + "screenshots" : [ + ], + "short_description" : "Filter to put OSA languages (AppleScript, JavaScript) into git, as if they where plain text-files.", + "languages" : [ + "shell", + "applescript", + ], + "categories" : [ + "git" + ] } ] } diff --git a/icons/applescript-16.png b/icons/applescript-16.png new file mode 100644 index 0000000..5e257c7 Binary files /dev/null and b/icons/applescript-16.png differ diff --git a/icons/applescript.png b/icons/applescript.png new file mode 100644 index 0000000..5e257c7 Binary files /dev/null and b/icons/applescript.png differ diff --git a/icons/shell-16.png b/icons/shell-16.png new file mode 100644 index 0000000..cdbfe3e Binary files /dev/null and b/icons/shell-16.png differ diff --git a/icons/shell.png b/icons/shell.png new file mode 100644 index 0000000..cdbfe3e Binary files /dev/null and b/icons/shell.png differ