{"id":21945983,"url":"https://github.com/mateoconlechuga/convbin","last_synced_at":"2026-03-14T19:02:57.125Z","repository":{"id":53884449,"uuid":"46654869","full_name":"mateoconlechuga/convbin","owner":"mateoconlechuga","description":"Converts files to other formats","archived":false,"fork":false,"pushed_at":"2025-09-05T02:40:22.000Z","size":737,"stargazers_count":19,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-09T22:14:56.067Z","etag":null,"topics":["converter","ti84plusce"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mateoconlechuga.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":"2015-11-22T09:59:21.000Z","updated_at":"2025-09-05T02:39:19.000Z","dependencies_parsed_at":"2023-02-08T17:15:43.797Z","dependency_job_id":"5b9cdc0e-232c-47f8-be45-b8bba4120443","html_url":"https://github.com/mateoconlechuga/convbin","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/mateoconlechuga/convbin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateoconlechuga%2Fconvbin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateoconlechuga%2Fconvbin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateoconlechuga%2Fconvbin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateoconlechuga%2Fconvbin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateoconlechuga","download_url":"https://codeload.github.com/mateoconlechuga/convbin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateoconlechuga%2Fconvbin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002406,"owners_count":26083374,"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-10-09T02:00:07.460Z","response_time":59,"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":["converter","ti84plusce"],"created_at":"2024-11-29T04:21:19.613Z","updated_at":"2026-03-14T19:02:57.118Z","avatar_url":"https://github.com/mateoconlechuga.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# convbin [![Build Status](https://github.com/mateoconlechuga/convbin/actions/workflows/make.yml/badge.svg)](https://github.com/mateoconlechuga/convbin/actions/workflows/make.yml) [![Coverity Scan](https://scan.coverity.com/projects/23437/badge.svg)](https://scan.coverity.com/projects/mateoconlechuga-convbin)\n\nThis program is used to convert files to other formats.\nIt primarily is used for the TI-84+CE and related calculator series, however can be used as a standalone program.\n\n## Command Line Help\n\n    Usage:\n        convbin [options] -j \u003cmode\u003e -k \u003cmode\u003e -i \u003cfile\u003e -o \u003cfile\u003e\n\n    Required parameters:\n        -i, --input \u003cfile\u003e         Input file. Can be specified multiple times,\n                                   input files are appended in order.\n        -o, --output \u003cfile\u003e        Output file after converting.\n        -j, --iformat \u003cmode\u003e       Set per-input file format to \u003cmode\u003e.\n                                   See 'Input formats' below.\n                                   This should be placed before the input file.\n                                   The default input format is 'bin'.\n        -p, --icompress \u003cmode\u003e     Set per-input file compression to \u003cmode\u003e.\n                                   See 'Compression formats' below.\n                                   This should be placed before the input file.\n        -k, --oformat \u003cmode\u003e       Set output file format to \u003cmode\u003e.\n                                   See 'Output formats' below.\n        -n, --name \u003cname\u003e          If converting to a TI file type, sets\n                                   the on-calc name. For C, Assembly, and ICE\n                                   outputs, sets the array or label name.\n\n    Optional parameters:\n        -r, --archive              If using the TI 8x* format, mark as archived.\n        -c, --compress \u003cmode\u003e      Compress output using \u003cmode\u003e.\n                                   See 'Compression formats' below.\n        -e, --8xp-compress \u003cmode\u003e  Sets the compression mode for compressed 8xp.\n                                   Default is 'zx7'.\n        -m, --maxvarsize \u003csize\u003e    Sets maximum size for the TI 8x* variables.\n        -u, --uppercase            If a program, capitalizes the on-calc name.\n        -a, --append               Append to output file rather than overwrite.\n        -h, --help                 Show this screen.\n        -v, --version              Show the program version.\n        -b, --comment              Custom comment for TI 8x* outputs.\n        -l, --log-level \u003clevel\u003e    Set program logging level.\n                                   0=none, 1=error, 2=warning, 3=normal\n\n    Input formats:\n        Below is a list of available input formats, listed as\n        \u003cmode\u003e: \u003cdescription\u003e\n\n        bin: Interprets as raw binary.\n        csv: Interprets as csv (comma separated values).\n        8x: Interprets the TI 8x* data section.\n\n    Output formats:\n        Below is a list of available output formats, listed as\n        \u003cmode\u003e: \u003cdescription\u003e\n\n        c: C source.\n        asm: Assembly source.\n        ice: ICE source.\n        bin: raw binary.\n        8xp: TI Program.\n        8ek: TI Application.\n        8xv: TI AppVar.\n        8xv-split: Split input across multiple TI Appvars.\n        8xp-compressed: Compressed TI Program.\n        8xg: TI Group. Input format must be 8x.\n        8xg-auto-extract: TI Auto-Extracting Group. Input format must be 8x.\n        b83: Pack input files into TI-83 Premium CE bundle.\n        b84: Pack input files into TI-84 Plus CE bundle.\n        zip: Pack input files into zip archive.\n\n    Compression formats:\n        Below is a list of available compression formats, listed as\n        \u003cmode\u003e: \u003cdescription\u003e\n\n        zx0: ZX0 Compression.\n        zx7: ZX7 Compression.\n        auto: Tries all compression modes to find the best one.\n\n    Credits:\n        (c) 2017-2026 by Matt \"MateoConLechuga\" Waltz.\n\n        This program utilizes the following neat libraries:\n            zx0,zx7: (c) 2012-2022 by Einar Saukas.\n            miniz: (c) 2010-2014 by Rich Geldreich.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateoconlechuga%2Fconvbin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateoconlechuga%2Fconvbin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateoconlechuga%2Fconvbin/lists"}