{"id":25410114,"url":"https://github.com/msztolcman/stdin-tagger","last_synced_at":"2025-04-14T03:48:42.219Z","repository":{"id":52716534,"uuid":"184386360","full_name":"msztolcman/stdin-tagger","owner":"msztolcman","description":"decorate stdin with current timestamp and optional tag","archived":false,"fork":false,"pushed_at":"2022-12-26T20:54:30.000Z","size":69,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T02:32:17.339Z","etag":null,"topics":["decorate","log","stdin","tag","timestamp"],"latest_commit_sha":null,"homepage":null,"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/msztolcman.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":"2019-05-01T08:03:47.000Z","updated_at":"2021-04-20T10:10:58.000Z","dependencies_parsed_at":"2023-01-31T01:31:17.329Z","dependency_job_id":null,"html_url":"https://github.com/msztolcman/stdin-tagger","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msztolcman%2Fstdin-tagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msztolcman%2Fstdin-tagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msztolcman%2Fstdin-tagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msztolcman%2Fstdin-tagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msztolcman","download_url":"https://codeload.github.com/msztolcman/stdin-tagger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819389,"owners_count":21166472,"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":["decorate","log","stdin","tag","timestamp"],"created_at":"2025-02-16T09:30:19.025Z","updated_at":"2025-04-14T03:48:42.200Z","avatar_url":"https://github.com/msztolcman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"stdin-tagger\n==========\n\n[![stdin-tagger version](https://img.shields.io/pypi/v/stdin-tagger.svg)](https://pypi.python.org/pypi/stdin-tagger)\n[![stdin-tagger python compatibility](https://img.shields.io/pypi/pyversions/stdin-tagger.svg)](https://pypi.python.org/pypi/stdin-tagger)\n[![say thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/marcin%40urzenia.net)\n\n`stdin-tagger` just decorate stdin with current timestamp and optional tag.\n\nIf you like this tool, just [say thanks](https://saythanks.io/to/marcin%40urzenia.net).\n\nCurrent stable version\n----------------------\n\n1.1.0\n\nPython version\n--------------\n\n`stdin-tagger` works with Python 2.7 and 3.3+.\n\nSome examples\n-------------\n\nSome examples:\n\n    # decorate with default timestamp\n    % echo something | stdin-tagger\n    2019-05-01 09:42:11.141874 something\n    \n    # decorate with other timestamp format\n    % echo something | stdin-tagger --timestamp-format '%Y%m%d%H%M%S'\n    20190501094333 something \n\n    # decorate with other timestamp format and UTC timezone\n    % echo something | stdin-tagger --timestamp-format '%Y%m%d%H%M%S' --timezone utc\n    20190501074610 something\n    \n    # add additional tag right after timestamp\n    % echo something | stdin-tagger  --additional-tag '[some tag]'\n    2019-05-01 09:49:58.775573 [some tag] something\n\nInstallation\n------------\n\n1. Using PIP\n\n`stdin-tagger` should work on any platform where [Python](http://python.org)\nis available, it means Linux, Windows, MacOS X etc. \n\nSimplest way is to use Python's built-in package system:\n\n    pip install stdin-tagger\n\n2. Using [pipsi](https://github.com/mitsuhiko/pipsi)\n  \n    pipsi install stdin-tagger\n\nVoila!\n\nAuthors\n-------\n\nMarcin Sztolcman \u003cmarcin@urzenia.net\u003e\n\nContact\n-------\n\nIf you like or dislike this software, please do not hesitate to tell me about\nthis me via email (marcin@urzenia.net).\n\nIf you find bug or have an idea to enhance this tool, please use GitHub's\n[issues](https://github.com/msztolcman/stdin-tagger/issues).\n\nChangeLog\n---------\n\n### v1.0.0\n\n* first public version\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsztolcman%2Fstdin-tagger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsztolcman%2Fstdin-tagger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsztolcman%2Fstdin-tagger/lists"}