{"id":22573199,"url":"https://github.com/morgant/dent","last_synced_at":"2026-04-30T07:43:33.084Z","repository":{"id":138878793,"uuid":"172403465","full_name":"morgant/dent","owner":"morgant","description":"Indent the output of a command","archived":false,"fork":false,"pushed_at":"2019-02-25T11:10:20.000Z","size":8,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T00:07:57.759Z","etag":null,"topics":["bash","bash-script","indent","indentation","indenter"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/morgant.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-02-24T23:34:35.000Z","updated_at":"2019-02-25T11:10:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"8871b605-76fa-4d32-bd24-e51789026113","html_url":"https://github.com/morgant/dent","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/morgant/dent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morgant%2Fdent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morgant%2Fdent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morgant%2Fdent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morgant%2Fdent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morgant","download_url":"https://codeload.github.com/morgant/dent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morgant%2Fdent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32458237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["bash","bash-script","indent","indentation","indenter"],"created_at":"2024-12-08T02:14:16.179Z","updated_at":"2026-04-30T07:43:33.079Z","avatar_url":"https://github.com/morgant.png","language":"Shell","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=DBY3R8ARLDELE\u0026currency_code=USD\u0026source=url"],"categories":[],"sub_categories":[],"readme":"# dent\nBy Morgan Aldridge \u003cmorgant@makkintosshu.com\u003e\n\n[![dent on OpenHub](https://www.openhub.net/p/dent/widgets/project_thin_badge.gif)](https://www.openhub.net/p/dent) [![Build Status](https://travis-ci.com/morgant/dent.svg?branch=master)](https://travis-ci.com/morgant/dent) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=DBY3R8ARLDELE\u0026currency_code=USD\u0026source=url)\n\n## OVERVIEW\n\n`dent` is a small utility written in `bash` which indents the output of the command passed as a parameter.\n\n## USAGE\n\nPrepend `dent` to any command:\n\n    dent echo \"Hello world\"\n\nOutput:\n\n      Hello world\n\nBecause `dent` increments `DENT_LEVEL` prior to executing the command and decrements it upon completion, it inherently supports nested calls. So, if you have another command or function that itself calls `dent`, it's output will be further indented. For example:\n\n    dent dent echo \"Hello world\"\n\nOutput:\n\n        Hello world\n\n## ENVIRONMENT VARIABLES\n\n* `DENT_CHAR` - The character(s) used to indent (default: '  ' [two spaces])\n* `DENT_LEVEL` - The current indent level (default: `0`)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorgant%2Fdent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorgant%2Fdent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorgant%2Fdent/lists"}