{"id":16005241,"url":"https://github.com/64kramsystem/pm-spotlight","last_synced_at":"2026-05-04T05:41:11.590Z","repository":{"id":37977823,"uuid":"480962405","full_name":"64kramsystem/pm-spotlight","owner":"64kramsystem","description":"My desktop search program (\"Poor Man's Spotlight\"), written in Rust","archived":false,"fork":false,"pushed_at":"2025-01-26T17:25:18.000Z","size":2358,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T02:13:07.760Z","etag":null,"topics":["desktop-search","fltk","fuzzy-search","gui","linux","rust","spotlight"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/64kramsystem.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":"2022-04-12T20:25:17.000Z","updated_at":"2025-01-26T17:25:22.000Z","dependencies_parsed_at":"2024-03-27T10:53:26.120Z","dependency_job_id":"51d62100-2215-4e78-8c85-59b04b9aac01","html_url":"https://github.com/64kramsystem/pm-spotlight","commit_stats":{"total_commits":129,"total_committers":1,"mean_commits":129.0,"dds":0.0,"last_synced_commit":"84274308d36f9f1c4769bb8d8e4be3087b0b5e5d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/64kramsystem/pm-spotlight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64kramsystem%2Fpm-spotlight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64kramsystem%2Fpm-spotlight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64kramsystem%2Fpm-spotlight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64kramsystem%2Fpm-spotlight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/64kramsystem","download_url":"https://codeload.github.com/64kramsystem/pm-spotlight/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64kramsystem%2Fpm-spotlight/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32596533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["desktop-search","fltk","fuzzy-search","gui","linux","rust","spotlight"],"created_at":"2024-10-08T11:03:16.530Z","updated_at":"2026-05-04T05:41:11.572Z","avatar_url":"https://github.com/64kramsystem.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Poor Man's Spotlight\n\nPMsS is a minimal desktop search service, designed to run with multiple backends, currently:\n\n- configurable filesystem search\n- emoji search\n\n![Example](/resources/readme_images/example.png?raw=true)\n\n## Nature of the project\n\nThe project is a tool I've written for myself, but it's also a research about writing GUIs in Rust versus Ruby.\n\nThe previous version of this project was written [in Ruby](https://github.com/64kramsystem/pm-spotlight-old), but had [very severe limitations](https://github.com/64kramsystem/pm-spotlight-old#status).\n\nMy current plan is to rewrite the Ruby project with updated version of the libraries (which solve the problems), and publish an article about writing GUIs in the two languages.\n\n## Basic information\n\nThe file search configuration must be stored in `$HOME/.pm-spotlight`, and it's a TOML file with content like this:\n\n```toml\nsearch_paths = [\n  \"Desktop\",\n  \"/usr/include_path{1}\",\n]\nskip_paths = [\n  \"skip_path\",\n]\n```\n\nPaths not starting with `/` are relative to `$HOME`. Numbers in braces at the end of `search_path` entry are the search depth.\n\nIf the user types a pattern starting with a colon (`:`), the request will be sent to the emoji search backend.\n\nTapping enter on an entry will:\n\n- file search: execute the file\n- emoji: copy the emoji to the clipboard\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64kramsystem%2Fpm-spotlight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F64kramsystem%2Fpm-spotlight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64kramsystem%2Fpm-spotlight/lists"}