{"id":22335480,"url":"https://github.com/filariow/mdbook-bash-tutorial","last_synced_at":"2026-01-27T17:04:19.343Z","repository":{"id":183373135,"uuid":"655655839","full_name":"filariow/mdbook-bash-tutorial","owner":"filariow","description":"The Bash Tutorial mdbook preprocessor allows you to import a Bash script in your book","archived":false,"fork":false,"pushed_at":"2024-07-01T23:52:40.000Z","size":118,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T11:48:50.488Z","etag":null,"topics":["bash","mdbook","mdbook-preprocessor","tutorials"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/filariow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-06-19T10:28:31.000Z","updated_at":"2023-06-26T09:09:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbe0f415-f1f8-4e5d-8e0b-b9542e42fb62","html_url":"https://github.com/filariow/mdbook-bash-tutorial","commit_stats":null,"previous_names":["filariow/mdbook-bash-tutorial"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/filariow/mdbook-bash-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filariow%2Fmdbook-bash-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filariow%2Fmdbook-bash-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filariow%2Fmdbook-bash-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filariow%2Fmdbook-bash-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filariow","download_url":"https://codeload.github.com/filariow/mdbook-bash-tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filariow%2Fmdbook-bash-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28816573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"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":["bash","mdbook","mdbook-preprocessor","tutorials"],"created_at":"2024-12-04T05:13:32.507Z","updated_at":"2026-01-27T17:04:19.321Z","avatar_url":"https://github.com/filariow.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mdbook bash tutorial\n\n⚠️ this preprocessor is not production ready, use it with caution ⚠️\n\nThe Bash Tutorial mdbook preprocessor allows you to import a Bash script in your book.\nScripts remain easily testable and are embedded in the book at build time.\n\n## Example\n\n1. `chapter-1.md`\n    ```markdown\n    # Chapter 1\n\n    {{#tutorial ./example/bash-script.sh}}\n    ```\n1. `example/bash-script.sh`\n    ```bash\n    #!/bin/bash\n\n    ## Title\n    echo \"command\"\n    sleep 1000  # mdbash: skip-line\n\n    ## Title-2\n    echo \"command-2\"\n    ```\n1. Built chapter\n    ````markdown\n    # Chapter 1\n\n    1. Title\n    ```console\n    echo \"command\"\n    ```\n    2. Title-2\n    ```console\n    echo \"command-2\"\n    ```\n    ````\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilariow%2Fmdbook-bash-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilariow%2Fmdbook-bash-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilariow%2Fmdbook-bash-tutorial/lists"}