From 24431e685a3fa78304c84ed39ac800d171f5bb62 Mon Sep 17 00:00:00 2001 From: Antoine Beaubien Date: Tue, 29 Oct 2024 01:12:13 -0400 Subject: [PATCH] Update running.md Adding OR CLI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding in automated section a link to OR’s CLI from Felix Lohmeier. --- docs/manual/running.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manual/running.md b/docs/manual/running.md index fd56c9c..2ae4f44 100644 --- a/docs/manual/running.md +++ b/docs/manual/running.md @@ -541,6 +541,7 @@ The following are all third-party extensions and code; the OpenRefine team does Some examples: +* A Command Line Interface (CLI) for OpenRefine that enables scripts to automate OpenRefine, by Felix Lohmeier: [orcli](https://github.com/opencultureconsulting/orcli) * This project allows OpenRefine to be run from the command line using [operations saved in a JSON file](#reusing-operations): [OpenRefine batch processing](https://github.com/opencultureconsulting/openrefine-batch) * A Python project for applying a JSON file of operations to a data file, outputting the new file, and deleting the temporary project, written by David Huynh and Max Ogden: [Python client library for Google Refine](https://github.com/maxogden/refine-python) * And the same in Ruby: [Refine-Ruby](https://github.com/maxogden/refine-ruby)