{"id":44235349,"url":"https://github.com/ironsheep/pnut-term-ts","last_synced_at":"2026-06-14T07:02:19.433Z","repository":{"id":323243825,"uuid":"897599303","full_name":"ironsheep/PNut-Term-TS","owner":"ironsheep","description":"A combination of the P2 downloader, PST and a recreation of Chips' Debug listener, all in typescript so is multiplatform","archived":false,"fork":false,"pushed_at":"2026-06-12T06:41:29.000Z","size":23149,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-12T08:23:06.471Z","etag":null,"topics":["debugging-tool","developer-tools","parallax-multicore-microcontroller","parallax-propeller-microcontroller","pasm2","propeller2","serial-communication","spin2"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ironsheep.png","metadata":{"files":{"readme":"DOCs/README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":"copyright","agents":null,"dco":null,"cla":null},"funding":{"github":"ironsheep","patreon":"IronSheep","buy_me_a_coffee":"ironsheep"}},"created_at":"2024-12-02T22:53:18.000Z","updated_at":"2026-06-12T06:42:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ironsheep/PNut-Term-TS","commit_stats":null,"previous_names":["ironsheep/pnut-term-ts"],"tags_count":48,"template":false,"template_full_name":null,"purl":"pkg:github/ironsheep/PNut-Term-TS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironsheep%2FPNut-Term-TS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironsheep%2FPNut-Term-TS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironsheep%2FPNut-Term-TS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironsheep%2FPNut-Term-TS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ironsheep","download_url":"https://codeload.github.com/ironsheep/PNut-Term-TS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironsheep%2FPNut-Term-TS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34312137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":["debugging-tool","developer-tools","parallax-multicore-microcontroller","parallax-propeller-microcontroller","pasm2","propeller2","serial-communication","spin2"],"created_at":"2026-02-10T09:14:16.254Z","updated_at":"2026-06-14T07:02:19.429Z","avatar_url":"https://github.com/ironsheep.png","language":"TypeScript","funding_links":["https://github.com/sponsors/ironsheep","https://patreon.com/IronSheep","https://buymeacoffee.com/ironsheep"],"categories":[],"sub_categories":[],"readme":"# PNut-Term-TS Documentation\n\nThis directory contains public-facing documentation for PNut-Term-TS, a cross-platform debug terminal for the Parallax Propeller 2 microcontroller.\n\n## User Documentation\n\n### Primary Guides\n\n- **[QUICK-START.md](QUICK-START.md)** - Get up and running in 2 minutes\n- **[USER-GUIDE.md](USER-GUIDE.md)** - Complete reference covering all features\n- **[APP-HELP.md](APP-HELP.md)** - Built-in application help content (displayed in Help menu)\n\n### Specialized Guides\n\n- **[DEBUGGER-USER-MANUAL.md](DEBUGGER-USER-MANUAL.md)** - Detailed guide for using the debugger window\n- **[PATH-SETUP-GUIDE.md](PATH-SETUP-GUIDE.md)** - Configuration guide for PNut compiler path setup\n\n## Technical Documentation\n\n### System Architecture\n\n- **[IMPLEMENTATION_NOTES.md](IMPLEMENTATION_NOTES.md)** - Technical implementation details and architecture\n- **[WINDOW-PLACEMENT-ALGORITHM.md](WINDOW-PLACEMENT-ALGORITHM.md)** - Algorithm documentation for debug window positioning\n- **[REPOSITORY-ORGANIZATION.md](REPOSITORY-ORGANIZATION.md)** - Repository structure and organization guide\n\n## Reference Materials\n\n### Pascal Source References\n\nThe `pascal-REF/` directory contains theory of operations documentation derived from the original Pascal implementation:\n\n- **theory-of-operations/** - Detailed operational specifications for each debug window type:\n  - `BITMAP_Theory_of_Operations.md` - Bitmap visualization window\n  - `FFT_Theory_of_Operations.md` - FFT spectrum analyzer window\n  - `LOGIC_Theory_of_Operations.md` - Logic analyzer window\n  - `MIDI_Theory_of_Operations.md` - MIDI interface window\n  - `PLOT_Theory_of_Operations.md` - Data plotting window\n  - `SCOPE_Theory_of_Operations.md` - Oscilloscope window\n  - `SCOPE_XY_Theory_of_Operations.md` - XY oscilloscope window\n  - `SINGLE_STEP_DEBUGGER_Theory_of_Operations.md` - Debugger window\n  - `SPECTRO_Theory_of_Operations.md` - Spectrogram window\n  - `TERM_Theory_of_Operations.md` - Terminal window\n\n### Additional Resources\n\n- **images/** - Application icons, logos, and visual assets\n- **source/** - Source materials including font notes and layout files\n- **archive/** - Previous versions of documentation for reference\n\n## Documentation Purpose\n\nThis documentation serves multiple audiences:\n\n1. **End Users** - Learn how to use PNut-Term-TS effectively\n2. **Developers** - Understand the architecture and implementation details\n3. **Contributors** - Reference materials for maintaining Pascal parity\n\n## Quick Reference\n\n### For New Users\nStart with **[QUICK-START.md](QUICK-START.md)** to get running in minutes, then refer to **[USER-GUIDE.md](USER-GUIDE.md)** for detailed information on specific features.\n\n### For Developers\nReview **[IMPLEMENTATION_NOTES.md](IMPLEMENTATION_NOTES.md)** for architecture overview and the theory-of-operations documents for window-specific implementation details.\n\n## Version Information\n\nThese documents are maintained alongside the codebase and reflect the current implementation status. For the most up-to-date information, always refer to the latest version in the repository.\n\n**Current Version**: 0.9.0","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironsheep%2Fpnut-term-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fironsheep%2Fpnut-term-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironsheep%2Fpnut-term-ts/lists"}