Skip to content

Commit 56caffc

Browse files
committed
Add README
1 parent cd84190 commit 56caffc

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
A QuickLook Plugin for CSV Files
2+
================================
3+
4+
Quick look **CSV files** for Mac OS X 10.5 and newer. Supports files separated by comma (`,`), tabs (``), semicolons (`;`) pipes (`|`). The plugin will generate Icons and show a preview, along with some information (like num rows/columns). Many thanks to Ted Fischer for valuable input and testing of version 1.1!
5+
6+
Installation
7+
------------
8+
9+
In order to use this Plugin, download [QuickLookCSV.dmg][dmg], open it by double-clicking and in there you will find the actual Plugin named **QuickLookCSV.qlgenerator**.
10+
11+
Place the Plugin into `~/Library/QuickLook/` to install it for yourself only, or into `(Macintosh HD)/Library/QuickLook/` to install it for all users of your Mac. If the QuickLook-folder does not exist, simply create it manually.
12+
There are aliases to these directories in the disk image you have just downloaded, so you might be able to just drag the plugin onto one of the two aliases to install.
13+
14+
15+
Source & Issues
16+
---------------
17+
18+
The **source** is hosted on [Google Code][google] and [GitHub][], if you want to contribute please use GitHub and send me a pull request. For **issues** please use [GitHub][issues] as well.
19+
20+
21+
Screenshots
22+
-----------
23+
24+
![Icons](http://pp.hillrippers.ch/blog/2009/07/05/QuickLook%20Plugin%20for%20CSV%20files/Icons.png)
25+
![Preview](http://pp.hillrippers.ch/blog/2009/07/05/QuickLook%20Plugin%20for%20CSV%20files/Preview_2.png)
26+
27+
[dmg]: http://quicklook-csv.googlecode.com/files/QuickLookCSV.dmg
28+
[google]:http://code.google.com/p/quicklook-csv/
29+
[github]: https://github.com/p2/quicklook-csv
30+
[issues]: https://github.com/p2/quicklook-csv/issues

0 commit comments

Comments
 (0)