{"id":13862580,"url":"https://github.com/rocher/persp-fr","last_synced_at":"2026-01-21T07:29:58.660Z","repository":{"id":82512246,"uuid":"72209653","full_name":"rocher/persp-fr","owner":"rocher","description":"Show perspective list in the GUI window frame","archived":false,"fork":false,"pushed_at":"2019-11-08T07:56:07.000Z","size":13,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-05T06:06:05.743Z","etag":null,"topics":[],"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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rocher.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}},"created_at":"2016-10-28T13:27:11.000Z","updated_at":"2022-02-17T07:22:02.000Z","dependencies_parsed_at":"2023-11-03T05:33:38.768Z","dependency_job_id":null,"html_url":"https://github.com/rocher/persp-fr","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/rocher%2Fpersp-fr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocher%2Fpersp-fr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocher%2Fpersp-fr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocher%2Fpersp-fr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rocher","download_url":"https://codeload.github.com/rocher/persp-fr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225974513,"owners_count":17553967,"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-08-05T06:01:47.870Z","updated_at":"2026-01-21T07:29:58.653Z","avatar_url":"https://github.com/rocher.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"# persp-fr\nThis code is an extension of\nthe [`persp-mode`](https://github.com/Bad-ptr/persp-mode.el) mode that uses the\nGUI window title (AKA *frame name*, in Emacs nomenclature) to show a\nperspectives list. It also indicates the currently selected one.\n\n## Change Log\n\n  * Release 0.0.4 - 03/01/2018 - Add functions to move the current perspective\n    to the left, right, first or last position.\n\n  * Release 0.0.3 - 08/09/2017 - Revert last change because `persp-mode` now\n    properly sorts the list of names.\n\n  * Release 0.0.2 - 07/09/2017 - Last `persp-mode` release reversed the list of\n    `persp` names, which affected how names are shown in the title bar.\n    Now names in `persp-fr` are shown as before. If you use the customization\n    shown below, please consider exchanging the key assignment. Otherwise you\n    will navigate `persp` buffers in reverse order.\n\n## Usage\nMostly the same as `persp-mode`:\n\n```{lisp}\n    (require 'persp-fr)     ;; was (require 'persp-mode)\n    (persp-fr-start)\n```\n\n## Customization\nThe customization group lets you tweak few parameters.\n\nAccess it as usual: `M-x customize-group RET persp-fr RET`.\n\nUseful keys to switch from next/previous perspective, as in most tabbed user\ninterfaces, and to move current perspective to left/right:\n\n```{lisp}\n    (global-set-key [(control prior)] 'persp-prev)\n    (global-set-key [(control next)] 'persp-next)\n    (global-set-key [(control meta next)] 'persp-fr-move-right)\n    (global-set-key [(control meta prior)] 'persp-fr-move-left)\n```\n\n\n## Example\nThe images I could show here are mostly the same as the ones you can see\nin [`elscreen-fr`](http://github.com/rocher/elscreen-fr#example), except that\n`persp-mode-fr` shows only the perspective name.\n\n\n## Finally\nTested only under Linux / Gnome.  Feedback welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocher%2Fpersp-fr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocher%2Fpersp-fr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocher%2Fpersp-fr/lists"}