{"id":16518931,"url":"https://github.com/brandonwillard/proj-persp-extras","last_synced_at":"2025-03-02T22:19:36.468Z","repository":{"id":146267905,"uuid":"343040272","full_name":"brandonwillard/proj-persp-extras","owner":"brandonwillard","description":"An Emacs package providing a mode that makes projectile commands operate conditional on the current perspective","archived":false,"fork":false,"pushed_at":"2021-03-02T22:41:42.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T09:11:57.813Z","etag":null,"topics":["emacs","persp-mode","projectile"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/brandonwillard.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":["brandonwillard"]}},"created_at":"2021-02-28T06:50:03.000Z","updated_at":"2021-03-02T22:41:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"17dfa2c0-4b38-4f35-8ee2-4578aac7e8fe","html_url":"https://github.com/brandonwillard/proj-persp-extras","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/brandonwillard%2Fproj-persp-extras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonwillard%2Fproj-persp-extras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonwillard%2Fproj-persp-extras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonwillard%2Fproj-persp-extras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brandonwillard","download_url":"https://codeload.github.com/brandonwillard/proj-persp-extras/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241577726,"owners_count":19985047,"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":["emacs","persp-mode","projectile"],"created_at":"2024-10-11T16:44:13.573Z","updated_at":"2025-03-02T22:19:36.446Z","avatar_url":"https://github.com/brandonwillard.png","language":"Emacs Lisp","funding_links":["https://github.com/sponsors/brandonwillard"],"categories":[],"sub_categories":[],"readme":"#+TITLE: =proj-persp-extras=\n#+AUTHOR: Brandon T. Willard\n\n[[Testing Workflow][file:https://github.com/brandonwillard/proj-persp-extras/workflows/Testing%20Workflow/badge.svg]]\n\n* Features\n\n  Currently, this package provides the minor modes =proj-persp-extras-mode= and\n  =proj-persp-tracking-mode=.\n\n  The former mode activates the latter mode, along with an adjusted version of\n  =projectile-switch-project-by-name= that doesn't pre-load dir-locals files\n  when called.\n\n  The =proj-persp-tracking-mode= minor mode creates a nearly one-to-one\n  correspondence between =projectile= projects and =persp-mode= perspectives.\n  This means that =projectile= commands will always use the project associated\n  with the current perspective, instead of--for example--the project associated\n  with the current buffer or directory.\n\n  More specifically, it wraps the functions =projectile-project-name= and\n  =projectile-project-root= and makes them return their perspective-specific\n  values.\n\n  Currently, the perspective names must correspond to a full projectile root\n  directory (e.g. obtained using =file-name-as-directory= and =expand-file-name=).\n\n\n* Usage\n\n  Just enable the minor mode:\n  #+BEGIN_SRC elisp :eval never :exports code :results none\n  (proj-persp-extras-mode +1)\n  #+END_SRC\n\n* Installation\n\n  Use your favorite approach to installing Emacs packages from GitHub.\n\n  Here's an example of one:\n  #+BEGIN_SRC elisp :eval never :exports code :results none\n  (quelpa\n  '(proj-persp-extras\n    :fetcher git\n    :url \"https://github.com/brandonwillard/proj-persp-extras.git\"))\n  #+END_SRC\n\n\n* Development\n  To use as a Cask dependency:\n  #+BEGIN_SRC elisp :eval never :exports code :results none\n  (depends-on \"proj-persp-extras\"\n              :git \"https://github.com/brandonwillard/proj-persp-extras.git\"\n              :branch \"master\")\n  #+END_SRC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandonwillard%2Fproj-persp-extras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrandonwillard%2Fproj-persp-extras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandonwillard%2Fproj-persp-extras/lists"}