{"id":13288933,"url":"https://github.com/shtwzrd/friar","last_synced_at":"2025-03-10T06:33:44.377Z","repository":{"id":72379147,"uuid":"185086019","full_name":"shtwzrd/friar","owner":"shtwzrd","description":"Emacs REPL for interacting with AwesomeWM","archived":false,"fork":false,"pushed_at":"2020-05-05T01:19:17.000Z","size":13,"stargazers_count":24,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-29T17:04:06.138Z","etag":null,"topics":["awesomewm","emacs","emacs-mode","emacs-packages","fennel","repl"],"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/shtwzrd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2019-05-05T21:52:56.000Z","updated_at":"2024-02-05T23:51:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"df9cf16d-c424-4891-a040-e0b0c04ec2de","html_url":"https://github.com/shtwzrd/friar","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/shtwzrd%2Ffriar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shtwzrd%2Ffriar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shtwzrd%2Ffriar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shtwzrd%2Ffriar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shtwzrd","download_url":"https://codeload.github.com/shtwzrd/friar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242805509,"owners_count":20187996,"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":["awesomewm","emacs","emacs-mode","emacs-packages","fennel","repl"],"created_at":"2024-07-29T16:59:44.040Z","updated_at":"2025-03-10T06:33:44.356Z","avatar_url":"https://github.com/shtwzrd.png","language":"Emacs Lisp","funding_links":[],"categories":["Configuration Related"],"sub_categories":["Configuration Transpilers"],"readme":"# friar\n\n_Fennel Repl In Awesome Repl_\n\n## What?\nInteract with your running AwesomeWM session from inside Emacs,\nusing [Fennel](https://fennel-lang.org), a lua-based Lisp.\n\nInterested in using Fennel for writing your own AwesomeWM configuration?\nCheck the `starter-kit` included in this repo.\nIt contains an `rc.lua` that bootstraps loading the provided `config.fnl` file,\nwhich is a line-for-line translation of the default AwesomeWM configuration.\n\n## Installation\nVia `use-package` with `straight.el`:\n\n```\n(use-package friar \n  :straight (:host github :repo \"warreq/friar\" :branch \"master\"\n\t     :files (:defaults \"*.lua\" \"*.fnl\")))\n```\n\n## Usage\n\n`M-x friar` and he's ready to serve you.\n\n## Troubleshooting\n\n### I can't connect to AwesomeWM (D-Bus error)\n\nTry slapping this into your `.xinitrc` to ensure you have a `DBUS_SESSION_BUS_ADDRESS`,\nwhich Emacs needs in order to connect to your D-Bus. \n```\nif test -z \"$DBUS_SESSION_BUS_ADDRESS\" ; then\n  eval `dbus-launch --sh-syntax --exit-with-session`\nfi\n```\n\nMake sure `dbus-launch` exists on your path -- you may need to install a package like `dbus-x11`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshtwzrd%2Ffriar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshtwzrd%2Ffriar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshtwzrd%2Ffriar/lists"}