- Install HashUp and command line tools:
go install github.com/rubiojr/hashup@latest
go install github.com/rubiojr/hashup/cmd/hs@latest
- Setup a HashUp server node
hashup setup
- Start the NATS server
hashup nats
- Scan a directory
hashup scan ~/Documents # Scan and queue the scanned files to be indexed
# This can run in parallel
hashup store
- Search indexed files
Use the CLI to search for file names.
hs search test
- Download and install the HashUp App
Get it from https://github.com/rubiojr/hashup-app