├── LICENSE.txt ├── LSelect ├── README.md ├── lsdemo.swf ├── lselect-screenshot.png └── lselect.applescript ├── Open As ├── Open As.applescript ├── README.md └── openas-screenshot.png ├── README.md └── Select Grep ├── README.md ├── Select Grep.applescript └── selectgrep-screenshot.png /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoved/Finder-Scripts/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /LSelect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoved/Finder-Scripts/HEAD/LSelect/README.md -------------------------------------------------------------------------------- /LSelect/lsdemo.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoved/Finder-Scripts/HEAD/LSelect/lsdemo.swf -------------------------------------------------------------------------------- /LSelect/lselect-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoved/Finder-Scripts/HEAD/LSelect/lselect-screenshot.png -------------------------------------------------------------------------------- /LSelect/lselect.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoved/Finder-Scripts/HEAD/LSelect/lselect.applescript -------------------------------------------------------------------------------- /Open As/Open As.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoved/Finder-Scripts/HEAD/Open As/Open As.applescript -------------------------------------------------------------------------------- /Open As/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoved/Finder-Scripts/HEAD/Open As/README.md -------------------------------------------------------------------------------- /Open As/openas-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoved/Finder-Scripts/HEAD/Open As/openas-screenshot.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoved/Finder-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /Select Grep/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoved/Finder-Scripts/HEAD/Select Grep/README.md -------------------------------------------------------------------------------- /Select Grep/Select Grep.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoved/Finder-Scripts/HEAD/Select Grep/Select Grep.applescript -------------------------------------------------------------------------------- /Select Grep/selectgrep-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoved/Finder-Scripts/HEAD/Select Grep/selectgrep-screenshot.png --------------------------------------------------------------------------------