{"id":13443113,"url":"https://github.com/rougier/nano-sidebar","last_synced_at":"2025-12-30T00:36:12.042Z","repository":{"id":47365290,"uuid":"401432620","full_name":"rougier/nano-sidebar","owner":"rougier","description":"Emacs package to have configurable sidebars on a per frame basis.","archived":false,"fork":false,"pushed_at":"2021-09-02T04:54:31.000Z","size":1629,"stargazers_count":132,"open_issues_count":6,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T22:32:54.298Z","etag":null,"topics":["elisp","emacs","frame","nano","sidebar"],"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/rougier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-30T17:38:21.000Z","updated_at":"2025-02-25T01:01:54.000Z","dependencies_parsed_at":"2022-09-02T06:52:55.616Z","dependency_job_id":null,"html_url":"https://github.com/rougier/nano-sidebar","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/rougier%2Fnano-sidebar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rougier%2Fnano-sidebar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rougier%2Fnano-sidebar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rougier%2Fnano-sidebar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rougier","download_url":"https://codeload.github.com/rougier/nano-sidebar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244649670,"owners_count":20487467,"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","frame","nano","sidebar"],"created_at":"2024-07-31T03:01:56.281Z","updated_at":"2025-12-30T00:36:11.998Z","avatar_url":"https://github.com/rougier.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"## GNU Emacs / N Λ N O sidebar\n\nThis package allows to have configurable sidebars on a per frame basis.\n\n### Installation\n\nInstall with [straight.el](https://github.com/raxod502/straight.el):\n\n```\n(straight-use-package '(nano-sidebar :type git :host github\n                                     :repo \"rougier/nano-sidebar\"))\n```\n\n... or install with [`quelpa`](https://github.com/quelpa/quelpa):\n\n```emacs-lisp\n(use-package nano-sidebar\n  :ensure nil\n  :defer t\n  :quelpa (nano-sidebar\n           :fetcher github\n           :repo \"rougier/nano-sidebar\"))\n```\n\n### Usage\n\nIt is possible to use the sidebar without any configuration\n\n```emacs-lisp\n(require 'nano-sidebar)\n\n(nano-sidebar-toggle)\n```\n\nIn such case, a sidebar with default values is created and the default\ninit function is called.\n\nYou can also configure sidebars individually by first naming your frame\nand then provide a specific configuration:\n\n```emacs-lisp\n(defun nano-sidebar-mu4e-init (frame sidebar)\n  (select-frame sidebar)\n  (do-some-stuff...))\n\n(add-to-list 'nano-sidebar-properties\n   `(\"mu4e\"    36 dark ,nano-dark-background nano-sidebar-mu4e-init))\n\n(set-frame-parameter nil 'name \"mu4e\")\n(nano-sidebar-toggle)\n```\n\n### Screenshots\n\nThis screenshot shows a sidebar displaying a custom ibuffer. See [nano-sidebar-ibuffer.el](nano-sidebar-ibuffer.el)\n\n![](images/nano-sidebar-ibuffer.png)\n\nThis screenshot shows a sidebar displaying a mu4e dashboard. See [mu4e-dashboard](https://github.com/rougier/mu4e-dashboard)\n\n![](images/nano-sidebar-mu4e.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frougier%2Fnano-sidebar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frougier%2Fnano-sidebar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frougier%2Fnano-sidebar/lists"}