{"id":16799094,"url":"https://github.com/monacoremo/logmux","last_synced_at":"2025-03-17T04:43:57.118Z","repository":{"id":62576751,"uuid":"244479200","full_name":"monacoremo/logmux","owner":"monacoremo","description":"Logmux tails multiple log files, labels their lines and outputs everything in one stream","archived":false,"fork":false,"pushed_at":"2020-04-06T09:13:16.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T22:48:41.489Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/logmux/","language":"Python","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/monacoremo.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}},"created_at":"2020-03-02T21:28:04.000Z","updated_at":"2020-04-06T09:13:16.000Z","dependencies_parsed_at":"2022-11-03T20:43:18.491Z","dependency_job_id":null,"html_url":"https://github.com/monacoremo/logmux","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/monacoremo%2Flogmux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monacoremo%2Flogmux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monacoremo%2Flogmux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monacoremo%2Flogmux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monacoremo","download_url":"https://codeload.github.com/monacoremo/logmux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243976486,"owners_count":20377692,"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":[],"created_at":"2024-10-13T09:27:49.088Z","updated_at":"2025-03-17T04:43:57.091Z","avatar_url":"https://github.com/monacoremo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# logmux\nLogmux tails multiple log files, labels their lines and outputs everything in\none stream - Much like docker-compose, but simply for local log files!\n\n# Installation\n\n```bash\npip install logmux\n\n```\n\n# Usage\n\n```bash\nlogmux first.log second.log test/third.log\n\n```\n\nThis will tail all three log files. New lines will be prefixed with the name of\nthe log file it came from, e.g. `first: ` for the first log file and `third: `\nfor the last one.\n\nYou can customize the labels by providing them as a query parameter for each\nfile:\n\n```bash\nlogmux \"first.log?label=custom\" second.log test/third.log\n\n```\n\nThis will prefix all lines from the first file with `custom: `. You'll need to\nquote the argument like in this example to make sure that your shell is not\ngoing to split it.\n\nIt's also possible to set the color of the label:\n\n```bash\nlogmux \"first.log?label=custom\u0026color=blue\" \"second.log?color=red\" test/third.log\n\n```\n\n# Similar solutions\n\nIn no particular order:\n\n* [MultiTail](https://www.vanheusden.com/multitail/) uses ncurses to tail multiple\n  log files in one or more windows. Logmux takes a more simple approach by just\n  printing to stdout.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonacoremo%2Flogmux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonacoremo%2Flogmux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonacoremo%2Flogmux/lists"}