Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keeferrourke/imgrep-web
A web-UI for imgrep.
https://github.com/keeferrourke/imgrep-web
golang grepping gui-wrapper images imgrep unix web web-ui
Last synced: 2 months ago
JSON representation
A web-UI for imgrep.
- Host: GitHub
- URL: https://github.com/keeferrourke/imgrep-web
- Owner: keeferrourke
- License: other
- Created: 2017-09-17T16:06:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T15:05:14.000Z (about 7 years ago)
- Last Synced: 2024-10-15T21:34:09.483Z (4 months ago)
- Topics: golang, grepping, gui-wrapper, images, imgrep, unix, web, web-ui
- Language: Go
- Homepage: https://devpost.com/software/imgrep
- Size: 1.85 MB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imgrep-web
[`imgrep`](https://github.com/keeferrourke/imgrep) is a command-line
utility written in Go. This repository contains a web-wrapper/interface
for the cli-tool.![](.product/web_no_query.png)
## Installation
1. Install [`imgrep`](https://github.com/keeferrourke/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
![](.product/web_node_query.png)
![](.product/web_me_query.png)## License
`imgrep` is free software licensed under the MIT license.
Copyright (c) 2017 Keefer Rourke, Ivan Zhang, and Thomas Dedinsky.
See LICENSE for details.