{"id":37102822,"url":"https://github.com/zaquestion/gore","last_synced_at":"2026-01-14T12:27:26.415Z","repository":{"id":57595277,"uuid":"47600664","full_name":"zaquestion/gore","owner":"zaquestion","description":"  Yet another Go REPL that works nicely. Featured with line editing, code completion, and more.","archived":false,"fork":true,"pushed_at":"2015-12-08T05:45:18.000Z","size":500,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T13:40:40.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"x-motemen/gore","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zaquestion.png","metadata":{"files":{"readme":"README.adoc","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}},"created_at":"2015-12-08T05:30:13.000Z","updated_at":"2021-07-29T06:28:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zaquestion/gore","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/zaquestion/gore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaquestion%2Fgore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaquestion%2Fgore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaquestion%2Fgore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaquestion%2Fgore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaquestion","download_url":"https://codeload.github.com/zaquestion/gore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaquestion%2Fgore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-14T12:27:25.623Z","updated_at":"2026-01-14T12:27:26.398Z","avatar_url":"https://github.com/zaquestion.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"= gore image:https://travis-ci.org/motemen/gore.svg?branch=master[\"Build Status\", link=\"https://travis-ci.org/motemen/gore\"]\n\nYet another Go REPL that works nicely. Featured with line editing, code completion, and more.\n\nimage::doc/screencast.gif[Screencast]\n\n_(Screencast taken with https://github.com/cho45/KeyCast[cho45/KeyCast])_\n\n== Usage\n\n    gore\n\nAfter a prompt is shown, enter any Go expressions/statements or commands described below.\n\nTo quit the session, type `Ctrl-D`.\n\n== Features\n\n* Line editing with history\n* Multiline inputs\n* Package importing with completion\n* Evaluates any expressions or statements\n* No \"evaluated but not used\"\n* Code completion (requires https://github.com/nsf/gocode[gocode])\n* Pretty printing (https://github.com/k0kubun/pp[pp] or https://github.com/davecgh/go-spew[spew] recommended)\n* Showing documents (requires https://golang.org/x/tools/cmd/godoc[godoc])\n* Auto-importing\n\n== REPL Commands\n\nSome functionalities are provided as colon-commands:\n\n    :import \u003cpackage path\u003e  Import package\n    :print                  Show current source\n    :write [\u003cfilename\u003e]     Write out current source to file\n    :doc \u003cexpr or pkg\u003e      Show document (requires godoc)\n    :help                   List commands\n    :quit                   Quit the session\n\n== Installation\n\ngore uses Go toolchains, so I don't provide binaries.\n\n    go get -u github.com/motemen/gore\n\nMake sure `$GOPATH/bin` is in your `$PATH`.\n\nAlso recommended:\n\n    go get -u github.com/nsf/gocode\n    go get -u github.com/k0kubun/pp # or github.com/davecgh/go-spew\n    go get -u golang.org/x/tools/cmd/godoc\n\n== Caveats\n\n* gore runs code using `go run` for each input. If you have entered time-consuming code,\n  gore will run it for each input and take some time.\n\n== TODO\n\n* Undoing input\n* Configuration\n* :write completion\n* Direct editing of code\n* Using external sources\n* API\n\n== License\n\nlink:./LICENSE[The MIT License].\n\n== Author\n\nmotemen \u003cmotemen@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaquestion%2Fgore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaquestion%2Fgore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaquestion%2Fgore/lists"}