{"id":32747954,"url":"https://github.com/cmoisdead/equal.nvim","last_synced_at":"2025-11-03T20:03:46.263Z","repository":{"id":321971158,"uuid":"1087797855","full_name":"CMOISDEAD/equal.nvim","owner":"CMOISDEAD","description":"equal.nvim — evaluate math in place. seamless. fast. qalc-powered.","archived":false,"fork":false,"pushed_at":"2025-11-01T17:33:55.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-01T19:15:08.881Z","etag":null,"topics":["lua","neovim","neovim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CMOISDEAD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-01T17:03:43.000Z","updated_at":"2025-11-01T17:35:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/CMOISDEAD/equal.nvim","commit_stats":null,"previous_names":["cmoisdead/equal.nvim"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/CMOISDEAD/equal.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMOISDEAD%2Fequal.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMOISDEAD%2Fequal.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMOISDEAD%2Fequal.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMOISDEAD%2Fequal.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CMOISDEAD","download_url":"https://codeload.github.com/CMOISDEAD/equal.nvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMOISDEAD%2Fequal.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282521097,"owners_count":26683141,"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","status":"online","status_checked_at":"2025-11-03T02:00:05.676Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["lua","neovim","neovim-plugin"],"created_at":"2025-11-03T20:01:41.573Z","updated_at":"2025-11-03T20:03:46.255Z","avatar_url":"https://github.com/CMOISDEAD.png","language":"Lua","readme":"# equal.nvim\n\nhttps://github.com/user-attachments/assets/e4da227f-d296-4f3a-a4bb-b8a0d95b3389\n\n\u003cp align=\"center\"\u003eequal.nvim — evaluate math in place. seamless. fast. qalc-powered\u003c/p\u003e\n\n## Description\n\nNeovim plugin for evaluating math expressions using qalc.\n\n## Requirements\n\n- [qalc](https://github.com/Qalculate/libqalculate)\n\n## Features\n\n- Evaluate expressions (normal + visual mode)\n- Floating qalc REPL\n- Floating scratch pad\n- Terse / expanded output modes\n\n## Installation\n\n- Lazy (default options)\n\n```lua\n{\n  \"CMOISDEAD/equal.nvim\",\n  config = function()\n    require('equal').setup {\n      modes = { \"n\", \"v\" },\n      keys = {\n        calc_replace = \"\u003cleader\u003ecc\", -- 1 + 2 → 3\n        calc_expand = \"\u003cleader\u003ecC\", -- 1 + 2 → 1 + 2 = 3\n        open_repl = \"\u003cleader\u003ecr\",\n        toggle_scratch = \"\u003cleader\u003ecs\",\n      },\n    }\n  end\n}\n```\n\n## Usage\n\n- `:Equal` Calculate line/visual expressions\n- `:EqualExpanded` Calculate with expanded otput mode\n- `:EqualScratch` Toggle qalc scratch buffer\n- `:EqualRepl` Open qalc repl\n\n## Roadmap\n\n- Multiline evaluation\n- UI improvements\n- Real-time values\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmoisdead%2Fequal.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmoisdead%2Fequal.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmoisdead%2Fequal.nvim/lists"}