{"id":13862479,"url":"https://github.com/DamienCassou/unify-opening","last_synced_at":"2025-07-14T12:30:53.278Z","repository":{"id":25917313,"uuid":"29358274","full_name":"DamienCassou/unify-opening","owner":"DamienCassou","description":"Emacs package to make everything use the same mechanism to open files","archived":false,"fork":false,"pushed_at":"2023-09-03T08:44:58.000Z","size":50,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-15T19:24:29.424Z","etag":null,"topics":["elisp","emacs","emacs-lisp","helm","runner"],"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/DamienCassou.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":null,"patreon":null,"open_collective":"damien-cassou","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"DamienCassou","issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-01-16T16:59:57.000Z","updated_at":"2024-05-09T14:51:34.000Z","dependencies_parsed_at":"2024-01-23T19:19:53.522Z","dependency_job_id":null,"html_url":"https://github.com/DamienCassou/unify-opening","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DamienCassou%2Funify-opening","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DamienCassou%2Funify-opening/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DamienCassou%2Funify-opening/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DamienCassou%2Funify-opening/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DamienCassou","download_url":"https://codeload.github.com/DamienCassou/unify-opening/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225974478,"owners_count":17553959,"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":["elisp","emacs","emacs-lisp","helm","runner"],"created_at":"2024-08-05T06:01:45.395Z","updated_at":"2024-11-22T22:31:11.536Z","avatar_url":"https://github.com/DamienCassou.png","language":"Emacs Lisp","readme":"* Unify-Opening\n  #+BEGIN_HTML\n      \u003cp\u003e\n        \u003ca href=\"https://stable.melpa.org/#/unify-opening\"\u003e\n          \u003cimg alt=\"MELPA Stable\" src=\"https://stable.melpa.org/packages/unify-opening-badge.svg\"/\u003e\n        \u003c/a\u003e\n\n        \u003ca href=\"https://melpa.org/#/unify-opening\"\u003e\n          \u003cimg alt=\"MELPA\" src=\"https://melpa.org/packages/unify-opening-badge.svg\"/\u003e\n        \u003c/a\u003e\n\n        \u003ca href=\"https://github.com/DamienCassou/unify-opening/actions\"\u003e\n          \u003cimg alt=\"pipeline status\" src=\"https://github.com/DamienCassou/unify-opening/actions/workflows/test.yml/badge.svg\" /\u003e\n        \u003c/a\u003e\n      \u003c/p\u003e\n  #+END_HTML\n\n~unify-opening~ make packages in Emacs use the same mechanism to open\nfiles with an external application.\n\n** Summary\n\nCurrently, ~dired~ has its mechanism, ~org-mode~ uses something\ndifferent (the ~org-file-apps~ variable), and ~mu4e~ something else (a\nsimple prompt). This package makes sure that each package uses the\nmechanism of ~dired~. I advise you to install the [[https://github.com/thamer/runner][runner]] package to\nimprove the ~dired~ mechanism.\n\nSupported packages:\n- mail clients using mm-decode (e.g., notmuch and mu4e)\n- completion mechanisms (currently consult, counsel and helm)\n- org mode\n- dired-x\n\n** Configuring\n\nThe following should be added to your configuration file to install\nunify-opening everywhere it can be installed.\n\n#+begin_src emacs-lisp\n  (with-eval-after-load \"mm-decode\"\n    (unify-opening-setup-for-mm-decode))\n\n  (with-eval-after-load \"org\"\n    (unify-opening-setup-for-org))\n\n  (with-eval-after-load \"helm-external\"\n    (unify-opening-setup-for-helm))\n\n  (with-eval-after-load \"dired-x\"\n    (unify-opening-setup-for-dired-x))\n\n  (with-eval-after-load \"counsel\"\n    (unify-opening-setup-for-counsel))\n\n  (with-eval-after-load \"consult\"\n    (unify-opening-setup-for-consult))\n#+end_src\n** Contributing\n\nYes, please do! See [[file:CONTRIBUTING.md][CONTRIBUTING]] for guidelines.\n\n** License\n\nSee [[file:COPYING][COPYING]]. Copyright (c) 2015-2023 [[mailto:damien@cassou.me][Damien Cassou]].\n","funding_links":["https://opencollective.com/damien-cassou","https://liberapay.com/DamienCassou"],"categories":["Emacs Lisp"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDamienCassou%2Funify-opening","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDamienCassou%2Funify-opening","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDamienCassou%2Funify-opening/lists"}