{"id":19140741,"url":"https://github.com/tijn/iniq","last_synced_at":"2026-06-17T18:02:14.789Z","repository":{"id":66758496,"uuid":"185851610","full_name":"tijn/iniq","owner":"tijn","description":"A command line tool to query ini files","archived":false,"fork":false,"pushed_at":"2020-01-14T21:12:08.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-18T03:57:02.304Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Crystal","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/tijn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-09T18:28:38.000Z","updated_at":"2022-06-27T23:14:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"10b0db49-710c-4390-82ba-eb509708c981","html_url":"https://github.com/tijn/iniq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tijn/iniq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tijn%2Finiq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tijn%2Finiq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tijn%2Finiq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tijn%2Finiq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tijn","download_url":"https://codeload.github.com/tijn/iniq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tijn%2Finiq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34459619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-09T07:18:38.041Z","updated_at":"2026-06-17T18:02:14.769Z","avatar_url":"https://github.com/tijn.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iniq\n\nGrab values or complete sections from INI filies on the command line with ease.\n\nSince the output is a sanitized version of the input you may also use it as a code beautifier. \n\n## Installation\n\n```\ngit clone git@github.com:tijn/iniq.git\ncd iniq\ncrystal build src/iniq.cr\n```\n\nThis will get you a binary called `iniq` that you can run. And you can throw it somewhere in a directory from your $PATH of course; `/usr/local/bin` for example.\n\n## Usage\n\n```terminal\n~ » iniq -h\nUsage: iniq [OPTION]... INI-FILE KEY\n       iniq [OPTION]... INI-FILE \"[SECTION]\" KEY\n       iniq [OPTION]... INI-FILE \"[SECTION]\"\n       cat INI-FILE | iniq [OPTION]... [\"[SECTION]\"] KEY\n\n  Query an INI file for a value using a key and maybe a section.\n\n  Grab a whole section by providing its name within square brackets. The special\n  section \"[]\" refers to the keys that have no section. Sections are printed\n  as INI files that can be parsed (by iniq) again. Comments will be stripped.\n\nExamples:\n       $ iniq /usr/lib/firefox/application.ini \"[App]\" Version\n       56.0.1\n       $ iniq /usr/lib/firefox/application.ini \"[Gecko]\"\n       MinVersion=56.0.1\n       MaxVersion=56.0.1\n       $ iniq test.ini \"[App]\" | iniq Version\n       56.0.1\n\n    -e, --exit-status                Exit with a non-zero status if value cannot be found\n    -h, --help                       Display this screen\n    -v, --verbose                    Verbose output\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/tijn/iniq/fork )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n\n## Contributors\n\n- [tijn](https://github.com/tijn) Tijn Schuurmans - creator, maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftijn%2Finiq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftijn%2Finiq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftijn%2Finiq/lists"}