{"id":16102397,"url":"https://github.com/sshaw/pipeopts","last_synced_at":"2025-04-06T01:11:52.982Z","repository":{"id":12773009,"uuid":"15446472","full_name":"sshaw/pipeopts","owner":"sshaw","description":"Getopts for process pipelines","archived":false,"fork":false,"pushed_at":"2013-12-28T06:44:09.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T06:59:43.396Z","etag":null,"topics":["arguments","builtin","c","getopt","processing-pipelines"],"latest_commit_sha":null,"homepage":null,"language":"C","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/sshaw.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}},"created_at":"2013-12-26T05:36:31.000Z","updated_at":"2013-12-28T06:44:09.000Z","dependencies_parsed_at":"2022-09-02T12:51:30.599Z","dependency_job_id":null,"html_url":"https://github.com/sshaw/pipeopts","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/sshaw%2Fpipeopts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaw%2Fpipeopts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaw%2Fpipeopts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaw%2Fpipeopts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sshaw","download_url":"https://codeload.github.com/sshaw/pipeopts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419871,"owners_count":20936013,"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":["arguments","builtin","c","getopt","processing-pipelines"],"created_at":"2024-10-09T18:53:43.824Z","updated_at":"2025-04-06T01:11:52.964Z","avatar_url":"https://github.com/sshaw.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pipeopts\n\nGetopts for process pipelines\n\n## Synopsis\n\n     # list recently modified files \n     lr() {\n\t   pipeopts \"adl|n:c:\" \"$*\"\n       ls -t ${PIPEOPTS[0]} | head ${PIPEOPTS[1]}\n     }\n\n     # now run it\n     lr -aln25\n\n## Description\n\n`pipeopts` is a Bash builtin that helps you pass arguments to process pipelines.\n\n\u003c!-- For those not wanting to dick around with building a Bash builtin (or for those not using Bash)\n there is `pipeopts.pl` --\u003e\n\n## Etc...\n\nInternal Bash functions, useful when writing loadable builtins: https://gist.github.com/sshaw/8017032\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshaw%2Fpipeopts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsshaw%2Fpipeopts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshaw%2Fpipeopts/lists"}