GitXplorerGitXplorer
k

imgrep-web

public
4 stars
3 forks
1 issues

Commits

List of commits on branch master.
Unverified
e37f6985ca64544b837108c771e2fdf3eaa046ca

update to use latest version of imgrep

kkeeferrourke committed 7 years ago
Unverified
bea564a814cb195dede40314a328cf1ed2789a41

fix server asset delivery re: #2

kkeeferrourke committed 7 years ago
Unverified
abb0d40a2ba0232d42151f4cb14d6993580d27e2

update attributions after decoupling gui

kkeeferrourke committed 7 years ago
Unverified
3bd7bbe19b5e2db3004c192d92115ab78faf4d15

update readme

kkeeferrourke committed 7 years ago
Unverified
9de43bfd6156cd55b6d3939a46db8a8210b6124f

update readme

kkeeferrourke committed 7 years ago
Unverified
75d5f427ad954f02df10c969d9719c62eaa1ed9e

update readme

committed 7 years ago

README

The README file for this repository.

imgrep-web

imgrep is a command-line utility written in Go. This repository contains a web-wrapper/interface for the cli-tool.

Installation

  1. Install imgrep.
  2. Install imgrep-web
go get github.com/keeferrourke/imgrep-web
go install github.com/keeferrourke/imgrep-web

Web UI

imgrep-web comes with a familiar search-based web UI that interacts with the pre-indexed sqlite database. This web-UI was added to make demo-ing this utitility easier in a hackathon setting, and is a good POC for how this imgrep may be used.

To start a server on localhost:1337:

imgrep start

Then just visit 'localhost:1337' in your favourite web brower ;)

Preview

License

imgrep is free software licensed under the MIT license.

Copyright (c) 2017 Keefer Rourke, Ivan Zhang, and Thomas Dedinsky.

See LICENSE for details.