Skip to content

Commit 737270f

Browse files
committed
docs: Add fork info to README
1 parent 4889f1c commit 737270f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,15 @@ parallel query processing.
1717
from the marketplace.
1818

1919
2. Open a Parquet (.parquet, .pq) file or CSV (.csv) and the extension will activate.
20+
21+
## Acknowlegements - Forked
22+
23+
Flat File Explorer is a fork of the [AdamViola's Parquet Explorer](https://github.com/adamviola/parquet-explorer), which appears to be semi-abandoned. This fork includes many improvements, including:
24+
25+
* Fast copying the query's source.
26+
* Automatically reload if file changes on disk.
27+
* Shows a hint to press Ctrl+Enter to query.
28+
* Support for CSV files (in addition to Parquet files).
29+
* Various bug fixes.
30+
* Full rewrite in TypeScript.
31+
* Actively maintained.

0 commit comments

Comments
 (0)