{"id":13424714,"url":"https://github.com/veelenga/dress","last_synced_at":"2025-04-09T17:54:00.758Z","repository":{"id":84560699,"uuid":"74401420","full_name":"veelenga/dress","owner":"veelenga","description":":dress: Dress up your stdout","archived":false,"fork":false,"pushed_at":"2022-09-08T07:19:45.000Z","size":14,"stargazers_count":62,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-05-21T11:30:28.909Z","etag":null,"topics":["cli","elixir","log-analysis"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/veelenga.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-11-21T20:07:19.000Z","updated_at":"2024-02-13T10:50:22.000Z","dependencies_parsed_at":"2023-03-02T05:31:02.902Z","dependency_job_id":null,"html_url":"https://github.com/veelenga/dress","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veelenga%2Fdress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veelenga%2Fdress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veelenga%2Fdress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veelenga%2Fdress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veelenga","download_url":"https://codeload.github.com/veelenga/dress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248083558,"owners_count":21045122,"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":["cli","elixir","log-analysis"],"created_at":"2024-07-31T00:00:58.223Z","updated_at":"2025-04-09T17:54:00.727Z","avatar_url":"https://github.com/veelenga.png","language":"Elixir","funding_links":[],"categories":["Elixir","Utilities"],"sub_categories":[],"readme":"\u003cimg src='https://github.com/veelenga/bin/raw/master/dress/logo.png' width='100' align='right'\u003e\n\n# Dress [![Build Status](https://travis-ci.org/veelenga/dress.svg?branch=master)](https://travis-ci.org/veelenga/dress)\n\nCli app that makes your stdout fancy.\n\n![](https://raw.githubusercontent.com/veelenga/bin/master/dress/demo.gif)\n\nFor now you need to create your own configuration file using [this](https://github.com/veelenga/dress/blob/master/config/default.yml) example.\n\n## Installation\n\nVia `brew`:\n\n```sh\n$ brew tap veelenga/tap\n$ brew install dress\n```\n\nManually:\n\n```sh\n$ git clone https://github.com/veelenga/dress \u0026\u0026 cd dress/\n$ mix deps.get\n$ mix escript.build\n$ ./dress\n```\n\n## Usage\n\n```sh\n$ tail -f log/development.log | dress -c config/default.yml\n```\n\n## Config file\n\nYour configuration file must be placed to `~/.dress/` folder and follow yaml format:\n\n```yml\n# ~/.dress/jacket.yml\ndress:\n  # colorize dates in yellow color\n  dates:\n    regex: '\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}.\\d{3}'\n    color: :yellow\n\n  # format urls, so those will have blue color and be underlined\n  urls:\n    regex: '(https?:\\/\\/(?:www\\.|(?!www))[^\\s\\.]+\\.[^\\s]{2,}|www\\.[^\\s]+\\.[^\\s]{2,})'\n    format: [:blue, :underline]\n\n  # improve time format\n  time:\n    regex: '(\\d\\d):(\\d\\d):(\\d\\d)'\n    replace: '\\1h\\2m\\3s'\n\n  # skip some useless lines\n  trash:\n    regex: 'line containing this will not be shown'\n    skip: true\n```\n\nAnd you can use it in the following way:\n\n```sh\n$ tail -f log/development.log | dress jacket\n```\n\nBe smart, automate routine stuff !\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveelenga%2Fdress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveelenga%2Fdress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveelenga%2Fdress/lists"}