{"id":15676851,"url":"https://github.com/theacodes/vscode-qalc","last_synced_at":"2025-06-24T21:36:00.831Z","repository":{"id":66132253,"uuid":"401457764","full_name":"theacodes/vscode-qalc","owner":"theacodes","description":"Superpowered calcuator for VSCode using Qalculate!","archived":false,"fork":false,"pushed_at":"2021-08-30T19:10:11.000Z","size":4447,"stargazers_count":13,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T00:34:03.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theacodes.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":"2021-08-30T19:09:50.000Z","updated_at":"2024-09-23T19:10:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"40c9f02d-0dc3-44ca-a703-38f075376a8b","html_url":"https://github.com/theacodes/vscode-qalc","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"50f26a515aa4b92f8e6c602b5d81e3ada7b5ec0f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theacodes/vscode-qalc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theacodes%2Fvscode-qalc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theacodes%2Fvscode-qalc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theacodes%2Fvscode-qalc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theacodes%2Fvscode-qalc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theacodes","download_url":"https://codeload.github.com/theacodes/vscode-qalc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theacodes%2Fvscode-qalc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261759830,"owners_count":23205624,"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-10-03T16:06:21.631Z","updated_at":"2025-06-24T21:36:00.788Z","avatar_url":"https://github.com/theacodes.png","language":"TypeScript","funding_links":["https://github.com/sponsors/theacodes"],"categories":[],"sub_categories":[],"readme":"# qalc - an expressive \u0026 powerful calculator\n\n\u003cp\u003e\n    \u003ca href=\"https://github.com/sponsors/theacodes\" title=\"Sponsor me on GitHub!\"\u003e\n        \u003cimg src=\"https://badgen.net/badge/sponsor/%E2%9D%A4/purple?icon=github\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nThis extension uses the incredibly powerful [Qalculate!](http://qalculate.github.io/) to bring quick, powerful mathematical expression evaluation and calculation to VSCode.\n\nIf you're an engineer that works with physical quantities this extension is your new best friend.\n\n## Features\n\n![qalc in action](images/qalc.gif)\n\nUsing the extension is short and sweet. You can run qalc on the current selection / line through the command palette.\n\n**Even better**, you can run qalc and *replace the current selection / line* with the command palette or the keyboard shortcut **⌘ + ⇧ + /** (Mac) or **⌃ + ⇧ + /** (Windows / Linux).\n\nThe extension is clever enough that you can run the command on Markdown inline code blocks (`` `like this` ``), so it's fantastic for writing!\n\nThe real power comes from [`qalc`](http://qalculate.github.io/manual/qalc.html)- It is an extremely powerful calculator and you'll definitely want to check out the [manual](http://qalculate.github.io/manual/index.html) if you want to learn everything about it.\n\n## Requirements\n\nYou must have [Qalculate!](https://qalculate.github.io/) installed. It's not hard, I promise.\n\nIf you're on a Mac, use [homebrew](https://brew.sh/):\n\n```bash\nbrew install qalculate-gtk\n```\n\nIf you're on Windows or Linux, head over to the [Qalculate! downloads](http://qalculate.github.io/downloads.html) page where you can snag pre-built binaries as well as the source code, if you're into that sort of thing.\n\n## Extension Settings\n\nQalc has just one VSCode setting, `calc.settings`. It's a list of `set` commands which it passes along to `qalc`. There's a [full list of settings](https://qalculate.github.io/manual/qalc.html#SETTINGS) on the `qalc` man page.\n\nFor example:\n\n```json\n\"qalc.settings\": [\n  \"base 16\",\n  \"divsign 2\",\n]\n```\n\nWould cause `qalc` to use hexadecimal and the division sign (`÷`) when displaying results:\n\n```\n# input\n16/2\n# before\n16 ∕ 2 = 8\n# after\n16 ÷ 2 = 0x8\n```\n\n## Getting help\n\nThis extension uses [Qalculate!](http://qalculate.github.io/) for evaluating your expressions- so if you run into trouble that's the first place to start.\n\n## License \u0026 contributing\n\nThis extension is licensed under the [MIT License](LICENSE) and [contributions are welcome!](https://github.com/theacodes/vscode-qalc).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheacodes%2Fvscode-qalc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheacodes%2Fvscode-qalc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheacodes%2Fvscode-qalc/lists"}