{"id":15360715,"url":"https://github.com/tkf/ne2wm","last_synced_at":"2026-01-06T19:05:49.311Z","repository":{"id":2687719,"uuid":"3680496","full_name":"tkf/ne2wm","owner":"tkf","description":"E2WM superpack","archived":false,"fork":false,"pushed_at":"2022-11-10T13:50:05.000Z","size":276,"stargazers_count":14,"open_issues_count":2,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-19T17:44:34.673Z","etag":null,"topics":[],"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/tkf.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}},"created_at":"2012-03-10T16:11:13.000Z","updated_at":"2019-06-16T05:25:06.000Z","dependencies_parsed_at":"2023-01-11T16:11:49.961Z","dependency_job_id":null,"html_url":"https://github.com/tkf/ne2wm","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/tkf%2Fne2wm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkf%2Fne2wm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkf%2Fne2wm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkf%2Fne2wm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkf","download_url":"https://codeload.github.com/tkf/ne2wm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245916927,"owners_count":20693425,"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":[],"created_at":"2024-10-01T12:51:32.229Z","updated_at":"2026-01-06T19:05:49.271Z","avatar_url":"https://github.com/tkf.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NE2WM: Non-Equilibrium Emacs Window Manager\n\n*-- until it reaches to the equilibrium state --*\n\nNE2WM is a set of perspectives, plugins, utility functions and\ncommands for [Equilibrium Emacs Window Manager][e2wm] (E2WM).\n\nYou need to install [e2wm.el][e2wm] (and its dependency\n[window-layout.el][wlf]) to try NE2WM.\nIf you use el-get, you can install NE2WM as a package `ne2wm` and\nlet el-get handle the dependencies.\n\n[e2wm]: https://github.com/kiwanami/emacs-window-manager\n[wlf]: https://github.com/kiwanami/emacs-window-layout\n\nTo load all NE2WM functionality, add the following line in your Emacs setting.\n\n```lisp\n(require 'ne2wm-setup)\n```\n\nYou can load specific files if you like.\n\n\n## Perspectives and plugins\n\n\u003c!--[[[cog\nimport cog\nfrom glob import glob\nfiles = (sorted(glob('ne2wm-pst-*.el')) +\n         sorted(glob('ne2wm-plugin-*.el')) +\n         ['ne2wm-utils.el', 'ne2wm-toggle.el'])\nline0 = (file(f).readline().strip(';;;').strip() for f in files)\n\ncog.outl('')\ncog.outl('\\n'.join(map('+ {0}'.format, line0)))\ncog.outl('')\n]]]--\u003e\n\n+ ne2wm-pst-code+.el --- code+ perspective\n+ ne2wm-pst-magit+.el --- magit+ perspective\n+ ne2wm-pst-monky+.el --- monky+ perspective\n+ ne2wm-pst-one+.el --- one+ perspective\n+ ne2wm-pst-three+.el --- three+ perspective\n+ ne2wm-pst-two+.el --- two+ perspective\n+ ne2wm-pst-vc-annotate.el --- a perspective to use vc-annotate command\n+ ne2wm-plugin-history-list+.el --- history-list plugin for many windows\n+ ne2wm-plugin-org-clock.el --- org-clock plugin\n+ ne2wm-utils.el --- utility functions\n+ ne2wm-toggle.el --- buffer-toggling utilities for e2wm\n\n\u003c!--[[[end]]]--\u003e\n\n\n## Screenshots\n\n### Rotate windows -- `ne2wm:win-ring-rotate`\n\nThis is how `ne2wm:win-ring-rotate` command works in the three+ perspective.\nFocus stays in the second column window (dark background):\n\n![win-ring-rotate](http://i.imgur.com/lnwYa.gif)\n\n\n### Move the current window forward -- `ne2wm:win-ring-push`\n\nThis is how `ne2wm:win-ring-push` command works in the three+ perspective.\nThis time, the \"1\" window is always selected:\n\n![win-ring-push](http://i.imgur.com/Mt1WI.gif)\n\n\n### org-clock plugin\n\nWhen you clock-in (`C-c C-x C-i`) an org node, this window will pop-up:\n\n![org-clock](http://i.imgur.com/IZMIj.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkf%2Fne2wm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkf%2Fne2wm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkf%2Fne2wm/lists"}