Skip to content

Commit

Permalink
Version 0.6 and polished README
Browse files Browse the repository at this point in the history
  • Loading branch information
doekman committed Feb 28, 2018
1 parent eaf738e commit 984b939
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Filter to put [OSA][] languages into a `git`-repository. So you can put your `.s
Installation
------------

Either clone [this repository](https://github.com/doekman/osagitfilter), or download the [latest release](https://github.com/doekman/osagitfilter/releases/latest).
Either clone [this repository](https://github.com/doekman/osagitfilter), or download the [latest release](https://github.com/doekman/osagitfilter/releases/latest) and unzip it to a folder where you want to install it.

Configure the filter by running the following command:

./setup.sh configure

Put the line `*.scpt filter=osa` in your [gitattributes][] of your repository. Do this by running the command below in the root of your repository:
For every reporistory you want to use it, put the line `*.scpt filter=osa` in the [gitattributes][] of your repository. Do this by running the command below in the root of your repository:

echo "*.scpt filter=osa" >> .gitattributes

Expand All @@ -33,7 +33,7 @@ If you have trouble with the script, switch on logging with:

./setup.sh configure --git-log

Logging can be found in `~/Library/Logs/Catsdeep/` and can be easy inspected with `Console.app`.
Logging can be found in `~/Library/Logs/Catsdeep/osagitfilter.log` and can be easy inspected with `Console.app`.

Some git-clients, like GitHub Desktop, can be quite chatty so log files grow quite fast. With the following command you can create a new log file, while preserving the old ones:

Expand Down
2 changes: 1 addition & 1 deletion osagitfilter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -euo pipefail
IFS=$'\n\t'

SCRIPT_VER=0.5
SCRIPT_VER=0.6
SCRIPT_NAME=$(basename $0 .sh)
CALLED_WITH="$0 $@"
LOG_PATH=~/Library/Logs/Catsdeep/
Expand Down

0 comments on commit 984b939

Please sign in to comment.