{"id":20622635,"url":"https://github.com/myterminal/projectile-extras","last_synced_at":"2025-10-26T22:03:52.994Z","repository":{"id":76221164,"uuid":"105211224","full_name":"myTerminal/projectile-extras","owner":"myTerminal","description":"A few extra functions for projectile","archived":false,"fork":false,"pushed_at":"2021-10-14T23:37:24.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T23:27:28.213Z","etag":null,"topics":["emacs","projectile"],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myTerminal.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":"2017-09-29T00:16:51.000Z","updated_at":"2021-10-14T23:37:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3d15886-ab60-4c84-a370-1644d0f62fea","html_url":"https://github.com/myTerminal/projectile-extras","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/myTerminal/projectile-extras","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Fprojectile-extras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Fprojectile-extras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Fprojectile-extras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Fprojectile-extras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myTerminal","download_url":"https://codeload.github.com/myTerminal/projectile-extras/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Fprojectile-extras/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281178929,"owners_count":26456678,"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-10-26T02:00:06.575Z","response_time":61,"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":["emacs","projectile"],"created_at":"2024-11-16T12:24:06.983Z","updated_at":"2025-10-26T22:03:52.961Z","avatar_url":"https://github.com/myTerminal.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# projectile-extras\n\n[![Marmalade](https://img.shields.io/badge/marmalade-available-8A2A8B.svg)](https://marmalade-repo.org/packages/emacs-daily-events)  \n[![License](https://img.shields.io/badge/LICENSE-GPL%20v3.0-blue.svg)](https://www.gnu.org/licenses/gpl.html)\n\nA few extra functions for projectile\n\nYou can use *projectile-extras* as a supplement to projectile for a few extra functions.\n\n## Installation\n\n### Manual\n\nSave the file *projectile-extras.el* to disk and add the directory containing it to `load-path` using a command in your *.emacs* file like:\n\n    (add-to-list 'load-path \"~/.emacs.d/\")\n\nThe above line assumes that you've placed the file into the Emacs directory '.emacs.d'.\n\nStart the package with:\n\n    (require 'projectile-extras)\n\nNote: You must have [projectile](https://github.com/bbatsov/projectile) for *projectile-extras* to work as it is an extension to it.\n\n### Marmalade\n\nIf you have Marmalade added as a repository to your Emacs, you can just install *projectile-extras* with\n\n    M-x package-install projectile-extras RET\n\n## Usage\n\nCurrently *projectile-extras* provides the following functions:\n\n - projectile-find-all-occurrences  \nPrompts for a text and lists all files in the current project containing it.\n \n - projectile-find-all-references  \nLists all files in the current project containing marked text.\n\n## Dependencies\n\n* [projectile](https://github.com/bbatsov/projectile)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyterminal%2Fprojectile-extras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyterminal%2Fprojectile-extras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyterminal%2Fprojectile-extras/lists"}