{"id":13850340,"url":"https://github.com/rubiojr/goin","last_synced_at":"2025-04-14T10:52:12.305Z","repository":{"id":66323277,"uuid":"91247839","full_name":"rubiojr/goin","owner":"rubiojr","description":"goin fork: https://bitbucket.org/zaphar/goin","archived":false,"fork":false,"pushed_at":"2020-03-20T13:15:13.000Z","size":2242,"stargazers_count":6,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T17:10:27.257Z","etag":null,"topics":["bleve","go","indexing","pdf"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rubiojr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-14T14:13:05.000Z","updated_at":"2024-06-19T11:11:51.254Z","dependencies_parsed_at":"2023-03-13T09:15:34.777Z","dependency_job_id":null,"html_url":"https://github.com/rubiojr/goin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubiojr%2Fgoin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubiojr%2Fgoin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubiojr%2Fgoin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubiojr%2Fgoin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubiojr","download_url":"https://codeload.github.com/rubiojr/goin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248868839,"owners_count":21174754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bleve","go","indexing","pdf"],"created_at":"2024-08-04T20:01:07.169Z","updated_at":"2025-04-14T10:52:12.283Z","avatar_url":"https://github.com/rubiojr.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"**Jeremy Wall's goin fork with some fixes**\n\n* Audio file indexing\n* Some extra flags for the CLI\n* Less verbose output\n\ngoin has a few dependencies that you should install manually, see [INSTALL_MACOS](INSTALL_MACOS.md) for macOS.\n\nSee the original repo here: https://bitbucket.org/zaphar/goin\n\nGoin Full Text Search for your files\n====================================\n\nGoin is a full text search indexer using\nhttps://github.com/blevesearch/bleve for your files on disk. It can\nhandle plain text, many different images, as well as pdf files if the\ncorrect utilities are installed.\n\nIt processes files based on their mime type making it fairly easy to\nadd support for more files in the future. It's still very much a work\nin progress.\n\nUsage\n=====\n\nIndexing:\n\n`goin --index file.txt /path/to/directory/ another.file /another/directory`\n\nQuerying:\n\n`goin --query +word -word \\\"phrase made up of multiple words\\\" field:word`\n\nFull details of the query syntax can be found at: https://github.com/blevesearch/bleve/wiki/Query%20String%20Query\n\nHelp:\n\n`goin --help` will give you an overview of the flags to tweak it's operation.\n\nInstall\n=======\n\nDependencies\n------------\n\ngoin depends on the (leptonica):\"http://www.leptonica.com\" and (tesseract):\"https://github.com/tesseract-ocr\" libraries to build.\n\nYou'll also need ghostscript (gs command) installed.\n\nDepending on how you install them you may have to set the CGO_CFLAGS and CGO_LDFLAGS environment variables to tell cgo where to find them.\n\n`go doc cmd/go` will give you more information on configuring cgo for your environment.\n\n\nFor pdf support goin needs a few extra items. The (ImageMagick):\"http://www.imagemagick.org/\" convert tool as well as the (xpdf):http://www.foolabs.com/xpdf/\" suite of tools. \nGoin uses these first to try to get text out of the pdf and falling back to OCR if the pdf is only images.\n\nInstalling goin\n------------------\n`go get bitbucket.org/zaphar/goin` will install the tool.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubiojr%2Fgoin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubiojr%2Fgoin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubiojr%2Fgoin/lists"}