{"id":18256657,"url":"https://github.com/honmaple/emacs-maple-scratch","last_synced_at":"2025-08-17T14:39:43.017Z","repository":{"id":145149526,"uuid":"170818621","full_name":"honmaple/emacs-maple-scratch","owner":"honmaple","description":"Show recent files and projects in scratch buffer.","archived":false,"fork":false,"pushed_at":"2022-09-01T16:17:28.000Z","size":181,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T17:43:05.098Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/honmaple.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-02-15T07:13:28.000Z","updated_at":"2022-09-01T16:17:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"53ad2c61-fa76-4646-8764-af2b4bf5dd6a","html_url":"https://github.com/honmaple/emacs-maple-scratch","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/honmaple%2Femacs-maple-scratch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-scratch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-scratch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-scratch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honmaple","download_url":"https://codeload.github.com/honmaple/emacs-maple-scratch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247937886,"owners_count":21021373,"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-11-05T10:23:04.633Z","updated_at":"2025-04-08T22:28:15.911Z","avatar_url":"https://github.com/honmaple.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* emacs-maple-scratch\n  Show recent files and projects in scratch buffer.\n\n** screenshots\n   [[https://github.com/honmaple/emacs-maple-scratch/blob/master/screenshot/example.png]]\n   [[https://github.com/honmaple/emacs-maple-scratch/blob/master/screenshot/example1.png]]\n   \n** usage\n   #+begin_src elisp\n     (setq initial-scratch-message \"\")\n\n     (use-package maple-scratch\n       :ensure nil\n       :hook (window-setup . maple-scratch-init)\n       :config\n       (setq maple-scratch-source nil\n             maple-scratch-number 5\n             maple-scratch-center t\n             maple-scratch-empty t\n             maple-scratch-anywhere nil\n             maple-scratch-write-mode 'emacs-lisp-mode\n             maple-scratch-items '(maple-scratch-banner\n                                   maple-scratch-navbar\n                                   maple-scratch-default\n                                   maple-scratch-startup)\n             maple-scratch-alist\n             (append (butlast maple-scratch-alist)\n                     '((\"Init\"\n                        :action 'maple/open-init-file\n                        :desc \"Open Init File\")\n                       (\"Test\"\n                        :action 'maple/open-test-file\n                        :desc \"Open Test File\"))\n                     (last maple-scratch-alist)))\n\n       (setq maple-scratch-banner\n             '(\" _______  _______  _______  _        _______\"\n               \"(       )(  ___  )(  ____ )( \\\\      (  ____ \\\\\"\n               \"| () () || (   ) || (    )|| (      | (    \\\\/\"\n               \"| || || || (___) || (____)|| |      | (__\"\n               \"| |(_)| ||  ___  ||  _____)| |      |  __)\"\n               \"| |   | || (   ) || (      | |      | (\"\n               \"| )   ( || )   ( || )      | (____/\\\\| (____/\\\\\"\n               \"|/     \\\\||/     \\\\||/       (_______/(_______/\"))\n\n       (setq maple-scratch-navbar-alist\n             '((\"HOME\"\n                :action (lambda() (find-file (expand-file-name \"init.el\" user-emacs-directory)))\n                :desc \"Browse home\")\n               (\"CAPTURE\"\n                :action 'org-capture\n                :desc \"Open Org Capture\")\n               (\"AGENDA\"\n                :action 'org-agenda\n                :desc \"Open Org Agenda\")\n               (\"HELP\"\n                :action (lambda() (find-file (expand-file-name \"README.org\" user-emacs-directory)))\n                :desc \"Emacs Help\"))))\n   #+end_src\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Femacs-maple-scratch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonmaple%2Femacs-maple-scratch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Femacs-maple-scratch/lists"}