{"id":20565243,"url":"https://github.com/ppebb/haste-nvim","last_synced_at":"2025-10-25T12:33:48.852Z","repository":{"id":127497356,"uuid":"497452567","full_name":"ppebb/haste-nvim","owner":"ppebb","description":"Upload the current buffer or range to any haste server.","archived":false,"fork":false,"pushed_at":"2024-11-26T08:05:19.000Z","size":14,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T04:23:13.979Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ppebb.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}},"created_at":"2022-05-29T00:00:27.000Z","updated_at":"2024-11-26T08:05:23.000Z","dependencies_parsed_at":"2023-06-28T11:51:47.507Z","dependency_job_id":null,"html_url":"https://github.com/ppebb/haste-nvim","commit_stats":null,"previous_names":["ppebb/haste-nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppebb%2Fhaste-nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppebb%2Fhaste-nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppebb%2Fhaste-nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppebb%2Fhaste-nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ppebb","download_url":"https://codeload.github.com/ppebb/haste-nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248906293,"owners_count":21181146,"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":[],"created_at":"2024-11-16T04:33:21.854Z","updated_at":"2025-10-25T12:33:43.808Z","avatar_url":"https://github.com/ppebb.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# haste-nvim\nSmall lua (🚀) plugin for uploading the contents of the current buffer to any* haste service.\n\n## Configuration\nYou need to call `require(\"haste\").setup()` somewhere in your config.\n\nAs of now there are only two config options, `url` and `setclip`.\n```lua\nrequire(\"haste\").setup({\n    url = \"https://paste.ppeb.me\",   -- Must include http:// or https:// and no trailing slash\n    setclip = false,                 -- If set to true, the system clipboard will be set to the url when run\n})\n```\n\nThere are no default bindings, but a `:Haste` command is provided. The command can also operate on a visual mode selection, uploading only the selected lines.\n\n### Notes\n* Requires curl on the path\n* The haste instance should have an endpoint at `/documents`. A default haste server will have that so it shouldn't be an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppebb%2Fhaste-nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fppebb%2Fhaste-nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppebb%2Fhaste-nvim/lists"}