{"id":19465734,"url":"https://github.com/risgar/crtangle","last_synced_at":"2026-04-27T08:31:29.115Z","repository":{"id":212389127,"uuid":"627025404","full_name":"RisGar/crtangle","owner":"RisGar","description":"Markdown tangler for your config files","archived":false,"fork":false,"pushed_at":"2023-04-17T00:52:49.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T00:35:33.606Z","etag":null,"topics":["cli","crystal","literate-programming","markdown","tangle"],"latest_commit_sha":null,"homepage":"","language":"Crystal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"eupl-1.2","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RisGar.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}},"created_at":"2023-04-12T16:21:45.000Z","updated_at":"2023-07-31T18:47:32.000Z","dependencies_parsed_at":"2023-12-14T02:10:46.162Z","dependency_job_id":"7a8cceec-d6e7-469c-a0ee-fc2a429214dc","html_url":"https://github.com/RisGar/crtangle","commit_stats":null,"previous_names":["risgar/crtangle"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RisGar/crtangle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RisGar%2Fcrtangle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RisGar%2Fcrtangle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RisGar%2Fcrtangle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RisGar%2Fcrtangle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RisGar","download_url":"https://codeload.github.com/RisGar/crtangle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RisGar%2Fcrtangle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["cli","crystal","literate-programming","markdown","tangle"],"created_at":"2024-11-10T18:23:08.419Z","updated_at":"2026-04-27T08:31:29.057Z","avatar_url":"https://github.com/RisGar.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crtangle\n\nCLI tool aimed to replace `org-babel-tangle` for org-mode in Emacs, without editor lock-in and using markdown instead of org.\n\n## Installation\n\nThis tool can be installed through GNU Make by running `make` in the working directory.\n\n## Usage\n\n```console\n$ ./bin/crtangle --help\ncrtangle [file] [--help] [--version]\n\nArguments:\n    -v, --version                    Show version\n    -h, --help                       Show help\n```\n\nUse YAML frontmatter to specify the target file. Each code block will be tangled to the specified file.\n\n````markdown\n---\ntangle: example.txt\n---\n\n# Title\n\n```txt\nCode goes here.\n```\n````\n\nShould the command work outside of the file's directory, a full path to the target file should be provided, so the file is not created in the current dir.\n\n````markdown\n---\ntangle: /Users/rishab/Documents/example.txt\n---\n\n# Example\n\n```text\nHello, world!\n```\n\n```javascript\nconst hello = \"world\"\n```\n\n```cpp\nstring Hello = \"World\";\n```\n````\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/RisGar/crtangle/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n- [Rishab Garg](https://github.com/RisGar) - creator and maintainer\n- [Joakim Myrvoll](https://github.com/joakimmj) - idea ([joakimmj/md-tangle](https://github.com/joakimmj/md-tangle))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frisgar%2Fcrtangle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frisgar%2Fcrtangle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frisgar%2Fcrtangle/lists"}