{"id":21978302,"url":"https://github.com/bef/tcl-escpos","last_synced_at":"2026-02-12T01:11:04.059Z","repository":{"id":79594605,"uuid":"39064438","full_name":"bef/tcl-escpos","owner":"bef","description":"Tcl library for ESC/POS compatible receipt printers","archived":false,"fork":false,"pushed_at":"2024-12-07T09:57:57.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-23T00:27:59.273Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Tcl","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/bef.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,"zenodo":null}},"created_at":"2015-07-14T08:55:03.000Z","updated_at":"2024-12-07T09:58:00.000Z","dependencies_parsed_at":"2025-08-15T20:31:28.255Z","dependency_job_id":null,"html_url":"https://github.com/bef/tcl-escpos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bef/tcl-escpos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bef%2Ftcl-escpos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bef%2Ftcl-escpos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bef%2Ftcl-escpos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bef%2Ftcl-escpos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bef","download_url":"https://codeload.github.com/bef/tcl-escpos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bef%2Ftcl-escpos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270625147,"owners_count":24618330,"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-08-15T02:00:12.559Z","response_time":110,"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":[],"created_at":"2024-11-29T16:19:37.300Z","updated_at":"2026-02-12T01:10:59.022Z","avatar_url":"https://github.com/bef.png","language":"Tcl","funding_links":[],"categories":[],"sub_categories":[],"readme":"Tcl-ESCPOS\n==========\n\n![alt tag](https://raw.githubusercontent.com/bef/tcl-escpos/logo/logo/tcl-escpos-logo.png)\n\nThis Tcl library provides easy access to ESC/POS printer commands.\n\nAuthor: Ben Fuhrmannek\n\nInstallation\n------------\n\nFirst clone the repository:\n\n    git clone https://github.com/bef/tcl-escpos.git\n\nThen either use it in-place `./epprint.tcl ...` or move/copy/link the directory to your Tcl `auto_path`, e.g.\n\n    $ echo 'puts $auto_path' |tclsh\n    /usr/share/tcltk/tcl8.6 /usr/share/tcltk /usr/lib /usr/local/lib/tcltk /usr/local/share/tcltk /usr/lib/tcltk/x86_64-linux-gnu /usr/lib/tcltk /usr/lib/tcltk/tcl8.6\n    $ mkdir -p /usr/local/lib/tcltk\n    $ mv tcl-escpos /usr/local/lib/tcltk/\n\nTemplates\n---------\n\nAll templates are just like regular Tcl-strings with backslash/variable/command substitution, e.g.\n\n    With \\$a=[set a \"test\"], this is a $a.\n\nresults in\n\n    With $a=test, this is a test.\n\nSee template examples in the `templates` directory for a bunch of examples.\n\nContributors\n============\n\n(in chronological order of contributions)\n\n* Joel: customer display commands\n* Sascha Ludwig: templates, fixes, ideas and generally good spirit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbef%2Ftcl-escpos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbef%2Ftcl-escpos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbef%2Ftcl-escpos/lists"}