Initial repo for search and displace code (written for, rather than the tools used in the processing)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Lucian Pricop bf85b637b6 more nix stuff 2 years ago
new new approach 2 2 years ago
new2 more nix stuff 2 years ago
pkgs new approach 2 2 years ago
.gitignore new approach 2 2 years ago
LICENSE Change licence 4 years ago
README.md Initial commit 3 years ago
readme.md Update 'readme.md' 3 years ago

readme.md

Search & Displace

🌀 About

Search and Displace is developing a workflow and toolchain which intends to address the problem of mass search and displacement for document content where the original documents are in a range of forms, including a wide variety of digital document formats, both binary and more modern compressed XML forms, but also encompassing older documents where the only surviving form is printed or even handwritten.

The project website is https://searchanddisplace.com

🚀 Installation

First install nix following the instructions on their website at https://nixos.org/nix/manual/#chap-installation

The add search-and-displace channel to your nix environment and update it:

nix-channel --add https://git.law/newroco/searchanddisplace/raw/master/pkgs/nixexprs.tar.xz
nix-channel --update

You can now install search-and-displace:

nix-env -i search-and-displace

🎢 Usage