{"id":13735402,"url":"https://github.com/alexcoder04/nspire-merge","last_synced_at":"2026-04-30T15:32:55.339Z","repository":{"id":114988979,"uuid":"443084403","full_name":"alexcoder04/nspire-merge","owner":"alexcoder04","description":"Merging Lua source files and resources for TI-Nspire projects","archived":false,"fork":false,"pushed_at":"2022-12-19T10:20:13.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T20:15:35.550Z","etag":null,"topics":["calculator","lua","nspire","nspired-lua","python","ti-nspire","ti-nspire-calculators"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexcoder04.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}},"created_at":"2021-12-30T13:33:46.000Z","updated_at":"2023-10-22T14:13:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"bcc20fe2-0f82-4981-9de0-18e14f625cc5","html_url":"https://github.com/alexcoder04/nspire-merge","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/alexcoder04/nspire-merge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Fnspire-merge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Fnspire-merge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Fnspire-merge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Fnspire-merge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexcoder04","download_url":"https://codeload.github.com/alexcoder04/nspire-merge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Fnspire-merge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32469344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: 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":["calculator","lua","nspire","nspired-lua","python","ti-nspire","ti-nspire-calculators"],"created_at":"2024-08-03T03:01:06.519Z","updated_at":"2026-04-30T15:32:55.320Z","avatar_url":"https://github.com/alexcoder04.png","language":"Python","funding_links":[],"categories":["Development"],"sub_categories":["Tools"],"readme":"\n# nspire-merge\n\nThis Python script merges multiple Lua source files and images into one Lua file for\nTI-Nspire projects.\n\nThis project is inspired by [DaveDuck321](https://github.com/DaveDuck321)'s\n[TI-Resource-Merge](https://github.com/DaveDuck321/TI-Resource-Merge) (MIT license)\nand uses its image conversion mechanism, however the rest was re-written from\nscratch to provide a more stable CLI interface and more options.\n\nThe generated file can be either pasted into TI Student Software or be compiled\nusing [Luna](https://github.com/ndless-nspire/Luna).\n\n## Usage\n\n```text\nusage: nspire-merge [-h] [--resources RESOURCES] [--out OUT] [--strip] [--api-version API_VERSION] input_files [input_files ...]\n\npositional arguments:\n  input_files           specify input files\n\noptions:\n  -h, --help            show this help message and exit\n  --resources RESOURCES\n                        load images from folder (default 'res/')\n  --out OUT             write output to file (default 'out.lua')\n  --strip               strip out blank lines and comments\n  --api-version API_VERSION\n                        specify api version (default '2.2')\n```\n\n**Note:** api version `2.2` is the last version that supports inline-images. For\nnewer versions, you would need to paste the code into the TI Student Software\nand import images manually.\n\n## Installation\n\n### Requirements\n\n - `PIL` / `Pillow`\n\nCan be installed using `make deps`.\n\n### Installing through the AUR on Arch Linux\n\nThis project is available on the AUR as [`nspire-merge`](https://aur.archlinux.org/packages/nspire-merge).\nEither install it manually or use an AUR helper of your choice.\n\n### Install using `make`\n\nInstall the script to `/usr/local/bin`:\n\n\u003e `sudo make install`\n\n### Uninstalling\n\n`sudo make uninstall` or `sudo rm -vi /usr/local/bin/nspire-merge /usr/local/share/man/man1/nspire-merge`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcoder04%2Fnspire-merge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexcoder04%2Fnspire-merge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcoder04%2Fnspire-merge/lists"}