{"id":18022933,"url":"https://github.com/gingerbeardman/monkey.textwrangler","last_synced_at":"2026-02-06T19:32:17.586Z","repository":{"id":140238399,"uuid":"2180555","full_name":"gingerbeardman/monkey.textwrangler","owner":"gingerbeardman","description":"TextWrangler codeless language module for the monkey programming language","archived":false,"fork":false,"pushed_at":"2012-05-04T21:22:45.000Z","size":104,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-18T15:06:22.045Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.gingerbeardman.com/monkey/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gingerbeardman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-09T17:22:06.000Z","updated_at":"2024-08-13T18:13:31.000Z","dependencies_parsed_at":"2024-02-24T20:32:43.482Z","dependency_job_id":null,"html_url":"https://github.com/gingerbeardman/monkey.textwrangler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gingerbeardman/monkey.textwrangler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerbeardman%2Fmonkey.textwrangler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerbeardman%2Fmonkey.textwrangler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerbeardman%2Fmonkey.textwrangler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerbeardman%2Fmonkey.textwrangler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gingerbeardman","download_url":"https://codeload.github.com/gingerbeardman/monkey.textwrangler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerbeardman%2Fmonkey.textwrangler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29174119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T19:28:14.811Z","status":"ssl_error","status_checked_at":"2026-02-06T19:28:13.420Z","response_time":59,"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":[],"created_at":"2024-10-30T07:06:23.234Z","updated_at":"2026-02-06T19:32:17.557Z","avatar_url":"https://github.com/gingerbeardman.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"monkey.textwrangler\n===================\n\nThis codeless language module lets you to use the Mac OS X editor [TextWrangler](http://www.barebones.com/products/textwrangler/) as an IDE for the [monkey programming language](http://www.monkeycoder.co.nz).\n\nCreated by Matt Sephton, [http://www.gingerbeardman.com/monkey/](http://www.gingerbeardman.com/monkey/)\n\n## Features\n\n**Syntax Colouring**  \nEasily see the difference between keywords, constants, strings and comments\n\n**Easy Source Navigation**  \nNavigate around your source using the index of functions, classes and methods\n\n## Installation\nCopy or move the `MonkeyCodelessLanguageModule.plist` file to the folder at:\n\n\t~/Library/Application Support/TextWrangler/Language Modules/\n\nYou may need to restart TextWrangler for the changes to take effect.\n\n## BBEdit\n\nI have also created a package for BBEdit which does everything this TextWrangler one can do, plus more!\n\n[https://github.com/gingerbeardman/monkey.bbedit](https://github.com/gingerbeardman/monkey.bbedit)\n\nIf you own BBEdit, you probably want to use that one instead.\n\n## License\nmonkey.textwrangler is made available under a [Creative Commons Attribution-Share Alike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0).\n\n## Support\nYou can talk about the package on the [official monkey forum](http://www.monkeycoder.co.nz/Community/posts.php?topic=1320)\n\n## Requirements\n- TextWrangler [http://www.barebones.com/products/textwrangler/](http://www.barebones.com/products/textwrangler/)\n- monkey [http://www.monkeycoder.co.nz](http://www.monkeycoder.co.nz)\n\n## Changelog\n\n2012-05-04  \n- Added DrawPoint (v50)  \n\n2011-10-08  \n- Added FirstNode, LastNode, NextNode, PrevNode, Exp (v45c)  \n- Added DisableKeyboard, EnableKeyboard (v45)  \n- Added ACosr, ASinr, ATan2r, ATanr, Cosr, Sinr, Tanr (v44)  \n- Added DrawPoly (v43)  \n- Added App: UpdateRate  \n- Added Audio: music commands (v35), Discard  \n- Added Graphics: DeviceHeight, DeviceWidth, Frames, HandleX, HandleY, Height, Width  \n- Added Lang: Print, Length, Resize, Compare, ToLower, ToUpper, Trim  \n- Added List: Backwards, Clear, Count, First, IsEmpty, Last, LastNode, ObjectEnumerator, RemoveFirst, RemoveLast, Value, ToArray  \n- Added Map: Set, Values, Key  \n- Added Random: Seed  \n- Added Set: Insert  \n- Added Stack: Insert, Pop, Push, Top  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgingerbeardman%2Fmonkey.textwrangler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgingerbeardman%2Fmonkey.textwrangler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgingerbeardman%2Fmonkey.textwrangler/lists"}