{"id":18022939,"url":"https://github.com/gingerbeardman/monkey.bbpackage","last_synced_at":"2026-01-19T02:32:01.394Z","repository":{"id":140238379,"uuid":"2176938","full_name":"gingerbeardman/monkey.bbpackage","owner":"gingerbeardman","description":"BBEdit package for the monkey programming language","archived":false,"fork":false,"pushed_at":"2012-05-04T21:24:50.000Z","size":112,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-18T15:06:22.145Z","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-09T01:31:42.000Z","updated_at":"2021-03-20T11:15:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1516586-9be4-4a76-bb33-19848d89890e","html_url":"https://github.com/gingerbeardman/monkey.bbpackage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gingerbeardman/monkey.bbpackage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerbeardman%2Fmonkey.bbpackage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerbeardman%2Fmonkey.bbpackage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerbeardman%2Fmonkey.bbpackage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerbeardman%2Fmonkey.bbpackage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gingerbeardman","download_url":"https://codeload.github.com/gingerbeardman/monkey.bbpackage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerbeardman%2Fmonkey.bbpackage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28558229,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T00:46:33.223Z","status":"online","status_checked_at":"2026-01-19T02:00:08.049Z","response_time":67,"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-10-30T07:06:24.510Z","updated_at":"2026-01-19T02:32:01.373Z","avatar_url":"https://github.com/gingerbeardman.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"monkey.bbpackage\n================\n\nThis package lets you to use the Mac OS X editor [BBEdit](http://www.barebones.com/products/bbedit/) 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**Auto Completion of Keywords**  \nPause whilst typing a keyword to see a list of matches for you to choose from\n\n**Context Sensitive Help**  \nView the monkey module docs in your web browser by using the context menu \"Find in Reference\" on any keyword\n\n**Build/Run scripts**  \nQuick and easy full build, or a quicker update and run using scripts\n\n**Configurable Shortcut Keys**  \n...and more!\n\n## To do\n* Build System Scripts (Build, Update \u0026 Run)\n* Clippings (code snippets)\n* ctags?\n\n## Installation\n\n    $ cd Library/Application\\ Support/BBEdit/\n    $ mkdir Packages # if it doesn't already exists\n    $ cd Packages\n    $ git clone https://github.com/bbedit/monkey.bbpackage.git\n\nAnd restart BBEdit.\n\n## Color Scheme\nAs a nice little bonus, I've also converted my preferred theme to a BBEdit Color Scheme:  \n[https://github.com/gingerbeardman/Monokai-BBEdit-Color-Scheme](https://github.com/gingerbeardman/Monokai-BBEdit-Color-Scheme)\n\n## TextWrangler\nIf you don't own BBEdit but fancy trying some of the functions of this package, give TextWrangler a whirl.\n\n[https://github.com/gingerbeardman/monkey.textwrangler](https://github.com/gingerbeardman/monkey.textwrangler)\n\n## License\nmonkey.bbpackage 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- BBEdit [http://www.barebones.com/products/bbedit/](http://www.barebones.com/products/bbedit/)\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.bbpackage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgingerbeardman%2Fmonkey.bbpackage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgingerbeardman%2Fmonkey.bbpackage/lists"}