{"id":21503059,"url":"https://github.com/sliim/emacs-apps","last_synced_at":"2025-08-20T06:17:58.098Z","repository":{"id":147258893,"uuid":"82610563","full_name":"Sliim/emacs-apps","owner":"Sliim","description":"Collection of elisp scripts","archived":false,"fork":false,"pushed_at":"2019-04-26T13:20:23.000Z","size":21,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T13:48:09.109Z","etag":null,"topics":["dired","elfeed","emacs-lisp","jabber","magit","slack","twitter"],"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/Sliim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-20T22:48:01.000Z","updated_at":"2025-02-23T20:58:01.000Z","dependencies_parsed_at":"2023-06-07T15:15:40.256Z","dependency_job_id":null,"html_url":"https://github.com/Sliim/emacs-apps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sliim/emacs-apps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sliim%2Femacs-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sliim%2Femacs-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sliim%2Femacs-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sliim%2Femacs-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sliim","download_url":"https://codeload.github.com/Sliim/emacs-apps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sliim%2Femacs-apps/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264578921,"owners_count":23631556,"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":["dired","elfeed","emacs-lisp","jabber","magit","slack","twitter"],"created_at":"2024-11-23T18:19:23.476Z","updated_at":"2025-07-10T12:36:19.147Z","avatar_url":"https://github.com/Sliim.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Emacs apps\n\nCollection of `emacs-lisp` scripts designed to be ran as standalone app.\n\n## Requirements\nIt is strongly recommended to use my [emacs.d](https://github.com/Sliim/emacs.d) setup with these scripts. You will also need [Cask](https://github.com/cask/cask) to install following dependencies:\n- `helm`\n- `alert`\n- `jabber`\n- `direx`\n- `magit`\n- `slack`\n- `elfeed`\n- `twittering-mode`\n\nInstall them with: `cask install`.\n\n## Usage\n#### dired.el\nStart emacs file manager with dired:\n```\nemacs -Q -l dired.el\n```\n\n#### elfeed.el\nConfigure feeds by defining `elfeed-feeds` in `~/.elfeed.el`:\n```\n(setq elfeed-feeds\n      '(\"feeds..\"\n        \"...\"\n        ))\n```\n\nThen, start rss reader:\n```\nemacs -Q -l elfeed.el\n```\n\n#### jabber.el\nDefine jabber accounts in `~/.jabber.el`:\n```\n(setq jabber-account-list\n  '((\"foobar@gmail.com/emacs\"\n     (:account . foobar@gmail.com/emacs)\n     (:connection-type . ssl)\n     (:password . nil)\n     (:port . 5223)\n     (:network-server . \"talk.google.com\"))))\n```\n\nThen, start jabber client:\n```\nemacs -Q -l jabber.el\n```\n\n#### magit.el\nStart Magit:\n```\nemacs -Q -l magit.el\n```\n\n#### slack.el\nRegister Slack teams in `~/.slack.el.gpg`:\n```\n(slack-register-team\n :name \"myteam\"\n :default t\n :client-id \"XXXX.XXXX\"\n :client-secret \"XXXXXXXXXXXXXXXXX\"\n :token \"XXX-XXXXXXXX-XXXXXXXXX-XXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXX\"\n :subscribed-channels '(emacs))\n\n(slack-register-team\n...\n```\n\nThen, start slack client:\n```\nemacs -Q -l slack.el\n```\n\n## License\nSee [COPYING](./COPYING) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsliim%2Femacs-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsliim%2Femacs-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsliim%2Femacs-apps/lists"}