{"id":19420562,"url":"https://github.com/karimaziev/projel","last_synced_at":"2025-06-10T17:36:43.127Z","repository":{"id":170066202,"uuid":"644282973","full_name":"KarimAziev/projel","owner":"KarimAziev","description":"Miscellaneous projects utils.","archived":false,"fork":false,"pushed_at":"2024-11-19T08:24:44.000Z","size":364,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T18:21:04.145Z","etag":null,"topics":["emacs","project"],"latest_commit_sha":null,"homepage":"","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/KarimAziev.png","metadata":{"files":{"readme":"README.org","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":"2023-05-23T07:46:33.000Z","updated_at":"2024-11-19T08:24:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c48337d-e12e-4578-b19b-3ecb00ad670e","html_url":"https://github.com/KarimAziev/projel","commit_stats":null,"previous_names":["karimaziev/projel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fprojel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fprojel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fprojel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fprojel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KarimAziev","download_url":"https://codeload.github.com/KarimAziev/projel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240599195,"owners_count":19826959,"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","project"],"created_at":"2024-11-10T13:23:54.433Z","updated_at":"2025-02-25T04:13:46.144Z","avatar_url":"https://github.com/KarimAziev.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+OPTIONS: ^:nil\n\n* About\n\nMinor mode that enhance Emacs builtin [[https://elpa.gnu.org/packages/project.html][project.el]] with annotations, sorting, grouping and additional keymaps. Support various completion systems - default, ivy, fido, ido, icomplete etc.\n\n* Table of Contents                                       :TOC_2_gh:QUOTE:noexport:\n#+BEGIN_QUOTE\n- [[#about][About]]\n- [[#installation][Installation]]\n- [[#usage][Usage]]\n#+END_QUOTE\n\n* Installation\n\n| Name    | Version |\n|---------+---------|\n| Emacs   |    28.1 |\n| [[https://elpa.gnu.org/packages/project.html][project]] |   0.9.8 |\n\n\n*** With ~use-package~ and ~straight~\n#+begin_src elisp :eval no\n(use-package projel\n  :after (project)\n  :demand t\n  :straight (projel\n             :repo \"KarimAziev/projel\"\n             :type git\n             :host github)\n  :bind ((:map projel-minibuffer-map\n               (\"C-j\" . projel-preview-file)\n               (\"C-c C-o\" . projel-find-file-other-window))\n         (:map projel-minibuffer-project-map\n               (\"C-j\" . projel-preview-file)\n               (\"C-c C-u\" . projel-rescan-all-projects)\n               (\"C-c !\" . projel-rescan-directory)\n               (\"C-c C-o\" . projel-find-file-other-window)))\n  :commands (projel-mode)\n  :config\n  (projel-mode))\n#+end_src\n\n*** Manual installation\n\nDownload the source code and put it wherever you like, e.g. into =~/.emacs.d/projel/=\n\n#+begin_src shell :eval no\ngit clone https://github.com/KarimAziev/projel.git ~/.emacs.d/projel/\n#+end_src\n\nAdd the downloaded directory to the load path:\n\n#+begin_src elisp :eval no\n(add-to-list 'load-path \"~/.emacs.d/projel/\")\n(require 'projel)\n#+end_src\n\n* Usage\n\n**** ~M-x projel-mode~\n\nTo enable keymaps when completing projects ~projel-minibuffer-project-map~.\n\n| Key       | Command                       |\n|-----------+-------------------------------|\n| =C-c !=   | Find projects in directory    |\n| =C-c C-u= | Rescan all projects           |\n| =C-c C-o= | Open project in other window  |\n| =C-j=     | Preview project               |\n\nAnd for project files - ~projel-minibuffer-map~.\n\n| Key       | Command                   |\n|-----------+---------------------------|\n| =C-j=     | Preview file              |\n| =C-c C-o= | Open file in other window |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimaziev%2Fprojel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarimaziev%2Fprojel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimaziev%2Fprojel/lists"}