{"id":29902966,"url":"https://github.com/mrjones2014/caniuse-rs","last_synced_at":"2025-08-01T16:34:44.403Z","repository":{"id":57530619,"uuid":"430865064","full_name":"mrjones2014/caniuse-rs","owner":"mrjones2014","description":"A command line client and Alfred workflow for caniuse.com, written in Rust 🦀","archived":false,"fork":false,"pushed_at":"2022-02-15T16:29:54.000Z","size":1593,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-24T01:47:20.023Z","etag":null,"topics":["alfred","alfred-workflow","caniuse","cli","command-line","command-line-tool","documentation","fuzzy-finder","fuzzy-search","rust","rust-crate","skim"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/caniuse-rs","language":"Rust","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/mrjones2014.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"mrjones2014"}},"created_at":"2021-11-22T21:07:07.000Z","updated_at":"2024-02-16T11:03:46.000Z","dependencies_parsed_at":"2022-09-14T00:11:28.515Z","dependency_job_id":null,"html_url":"https://github.com/mrjones2014/caniuse-rs","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/mrjones2014/caniuse-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrjones2014%2Fcaniuse-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrjones2014%2Fcaniuse-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrjones2014%2Fcaniuse-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrjones2014%2Fcaniuse-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrjones2014","download_url":"https://codeload.github.com/mrjones2014/caniuse-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrjones2014%2Fcaniuse-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268260221,"owners_count":24221691,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"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":["alfred","alfred-workflow","caniuse","cli","command-line","command-line-tool","documentation","fuzzy-finder","fuzzy-search","rust","rust-crate","skim"],"created_at":"2025-08-01T16:31:12.328Z","updated_at":"2025-08-01T16:34:44.388Z","avatar_url":"https://github.com/mrjones2014.png","language":"Rust","funding_links":["https://github.com/sponsors/mrjones2014"],"categories":[],"sub_categories":[],"readme":"# caniuse-rs\n\nA Rust client for [caniuse.com](https://caniuse.com).\n\n![demo](https://github.com/mrjones2014/caniuse-rs/raw/master/images/demo.gif)\n\nIt pulls data from caniuse.com and caches it locally, in a transformed JSON structure\nthat is easier to reason about. It will update data on next run after 24 hours since\nlast update. Fuzzy finder is built using [skim](https://github.com/lotabout/skim).\n\n## Install\n\n### Via Cargo\n\nIf you have a Rust toolchain installed, you can install by running `cargo install caniuse-rs`.\nThe installed binary is named `caniuse`.\n\n### Pre-built Binaries\n\nPre-bulit binaries are available from the [latest GitHub release](https://github.com/mrjones2014/caniuse-rs/releases).\nDownload the binary for your platform, rename it to `caniuse`, and put it somewhere on your `$PATH`. Then, you will\nneed to make it executable by running `chmod +x path/to/caniuse`. When installing this way on MacOS, after attempting\nto run for the first time, you will need to open MacOS System Preferences -\u003e Security \u0026 Privacy -\u003e General tab, then\nclick \"Allow Anyway\" to allow the `caniuse` executable to run.\n\n### Alfred Workflow\n\nYou can use this as an [Alfred](https://www.alfredapp.com) workflow on MacOS by downloading the\n`*.alfredworkflow` file for your platform (`caniuse-macos-x86.alfredworkflow` for Intel Macs,\n`caniuse-macos-arm.alfredworkflow` for M1 macs) from the [latest GitHub release](https://github.com/mrjones2014/caniuse-rs/releases)\nand double-clicking the file from Finder once downloaded. After attempting to run\nfor the first time, you will need to open MacOS System Preferences -\u003e Security \u0026 Privacy -\u003e General tab,\nthen click \"Allow Anyway\" to allow the `caniuse` executable to run.\n\n## Usage\n\nRun `caniuse` by itself to open the fuzzy finder, then enter a search query to fuzzy find\nwhat you're looking for. Pressing enter will open the selected item. If no items match,\npressing enter will search for the query you've typed by opening `https://caniuse.com/?search={query}`.\n\n## Options\n\n```\nUSAGE:\n    caniuse [FLAGS] [OPTIONS]\n\nFLAGS:\n        --alfred     Transform JSON structure for use in Alfred workflow. See:\n                     https://www.alfredapp.com/help/workflows/inputs/script-filter/json/\n    -d, --dump       Print currently cached data and exit instead of using fuzzy-finder\n    -h, --help       Prints help information\n    -p, --pretty     Pretty-print JSON output, must be combined with --dump or --query option\n    -u, --update     Force-update cached data before querying\n    -v, --version    Print the version and exit\n\nOPTIONS:\n    -q, --query \u003cquery\u003e    Run a query and output the JSON results instead of using the fuzzy-finder\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrjones2014%2Fcaniuse-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrjones2014%2Fcaniuse-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrjones2014%2Fcaniuse-rs/lists"}