{"id":15404578,"url":"https://github.com/k1low/filt","last_synced_at":"2025-04-11T20:42:26.597Z","repository":{"id":36835172,"uuid":"195647203","full_name":"k1LoW/filt","owner":"k1LoW","description":"filt is a interactive/realtime stream filter ( also known as \"trial-and-error pipe\" ).","archived":false,"fork":false,"pushed_at":"2024-04-29T11:26:45.000Z","size":251,"stargazers_count":74,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T16:51:25.167Z","etag":null,"topics":["interactive","pipes","realtime","stream-filter","trial-and-error"],"latest_commit_sha":null,"homepage":"","language":"Go","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/k1LoW.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":"k1LoW","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-07-07T12:15:02.000Z","updated_at":"2024-04-29T13:08:44.000Z","dependencies_parsed_at":"2024-06-19T00:20:01.322Z","dependency_job_id":"3cb2aa34-69bc-45fc-9c14-e0cbd884d338","html_url":"https://github.com/k1LoW/filt","commit_stats":{"total_commits":107,"total_committers":1,"mean_commits":107.0,"dds":0.0,"last_synced_commit":"16a38ab172641aa8624e8b61149a412dbdaa1517"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1LoW%2Ffilt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1LoW%2Ffilt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1LoW%2Ffilt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1LoW%2Ffilt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k1LoW","download_url":"https://codeload.github.com/k1LoW/filt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248479292,"owners_count":21110858,"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":["interactive","pipes","realtime","stream-filter","trial-and-error"],"created_at":"2024-10-01T16:13:45.449Z","updated_at":"2025-04-11T20:42:26.564Z","avatar_url":"https://github.com/k1LoW.png","language":"Go","funding_links":["https://github.com/sponsors/k1LoW"],"categories":[],"sub_categories":[],"readme":"# filt [![Build Status](https://github.com/k1LoW/filt/workflows/build/badge.svg)](https://github.com/k1LoW/filt/actions) [![GitHub release](https://img.shields.io/github/release/k1LoW/filt.svg)](https://github.com/k1LoW/filt/releases) ![Coverage](https://raw.githubusercontent.com/k1LoW/octocovs/main/badges/k1LoW/filt/coverage.svg) ![Code to Test Ratio](https://raw.githubusercontent.com/k1LoW/octocovs/main/badges/k1LoW/filt/ratio.svg) ![Test Execution Time](https://raw.githubusercontent.com/k1LoW/octocovs/main/badges/k1LoW/filt/time.svg)\n\n`filt` is a interactive/realtime stream filter ( also known as _\"trial-and-error pipe\"_ ).\n\n![screencast](doc/screencast.svg)\n\n## Usage\n\n``` console\n$ tail -F /var/log/nginx/access.log | filt\n```\n\nand enter `Ctrl+C`.\n\n### How to filter files by trial and error\n\nYou can use `--buffered` ( `-b` ) option\n\n``` console\n$ cat /var/log/nginx/access.log | filt -b\n```\n\nand enter `Ctrl+C`.\n\n### How to exit from filt prompt\n\nInput \"exit\" to prompt or enter `Ctrl+C`.\n\n### Enable or Disable saving history\n\n**Enable:**\n\n``` console\n$ filt config history.enable true\n```\n\n**Disable:**\n\n``` console\n$ filt config history.enable false\n```\n\n## Install\n\n**homebrew tap:**\n\n```console\n$ brew install k1LoW/tap/filt\n```\n\n**manually:**\n\nDownload binany from [releases page](https://github.com/k1LoW/filt/releases)\n\n**go install:**\n\n```console\n$ go install github.com/k1LoW/filt@latest\n```\n\n## Alternatives\n\n- [up](https://github.com/akavel/up): up is the Ultimate Plumber, a tool for writing Linux pipes in a terminal-based UI interactively, with instant live preview of command results.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk1low%2Ffilt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk1low%2Ffilt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk1low%2Ffilt/lists"}