{"id":17213565,"url":"https://github.com/takikawa/racket-dev-goodies","last_synced_at":"2025-04-13T22:33:08.431Z","repository":{"id":54539041,"uuid":"4264357","full_name":"takikawa/racket-dev-goodies","owner":"takikawa","description":"Scripts for Racket developers","archived":false,"fork":false,"pushed_at":"2021-03-02T17:16:13.000Z","size":29,"stargazers_count":24,"open_issues_count":1,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-13T21:18:20.408Z","etag":null,"topics":["racket","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/takikawa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-08T19:10:48.000Z","updated_at":"2021-10-17T14:32:04.000Z","dependencies_parsed_at":"2022-08-13T19:10:08.960Z","dependency_job_id":null,"html_url":"https://github.com/takikawa/racket-dev-goodies","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takikawa%2Fracket-dev-goodies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takikawa%2Fracket-dev-goodies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takikawa%2Fracket-dev-goodies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takikawa%2Fracket-dev-goodies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takikawa","download_url":"https://codeload.github.com/takikawa/racket-dev-goodies/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248790838,"owners_count":21162097,"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","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":["racket","shell"],"created_at":"2024-10-15T03:01:16.112Z","updated_at":"2025-04-13T22:33:04.530Z","avatar_url":"https://github.com/takikawa.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"racket-dev-goodies\n==================\n\nScripts to make life easier for Racket developers.\n\n  * `plt-alias` - bash function for setting PLT environment variables\n  * `plt-bin` - bash script that redirects to the appropriate binary\n  * `plt-make-links` - run this to install links to the `plt-bin` script\n  * `plt-fresh-build` - bash script for building Racket from scratch\n  * `git-prop` - adds the `prop` git command to read file properties\n\nOriginally developed by Eli Barzilay with contributions by\nSpenser Bauman, William Bowman, Andrew Kent, Vincent St-Amour, Stevie Strickland, Asumu Takikawa,\nand Sam Tobin-Hochstadt.\n\n\nExample setup steps:\n\n1. ``` $ git clone [repo-url] racket-dev-goodies \u0026\u0026 cd racket-dev-goodies ```\n\n2. copy the ``` plt ``` bash function from plt-alias.bash into your\n.bashrc/.zshrc config file. You can set the ``` BASEDIR ``` variable\nin ``` plt ``` if your Racket installs will all share a base directory\n(this potentially allows you to specify much simpler paths when changing installs).\nFor this tutorial we'll pretend we set it to \"/Users/dave/repos/plt/\"\n\n3. ``` $ cp plt-bin /usr/local/bin/plt-bin ```\n\n4. ``` $ chmod +x plt-make-links.sh \u0026\u0026 ./plt-make-links.sh ```\n\nNow you can use ``` plt ``` at the command line both to print the current\nRacket install you're pointed at:\n\n```\ndave@HAL ~ $ plt\nPLTHOME = \n```\n\nand to point your shell at a new Racket install:\n\n```\ndave@HAL ~ $ plt head\ndave@HAL ~ $ plt\nPLTHOME = /Users/dave/repos/plt/head\n\n```\n\n\n\n---\n\nCopyright © 2012-2015 Eli Barzilay\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Lesser General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU Lesser General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakikawa%2Fracket-dev-goodies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakikawa%2Fracket-dev-goodies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakikawa%2Fracket-dev-goodies/lists"}