{"id":17988124,"url":"https://github.com/lujun9972/clean-buffers","last_synced_at":"2026-02-11T08:38:41.826Z","repository":{"id":91558410,"uuid":"48431591","full_name":"lujun9972/clean-buffers","owner":"lujun9972","description":null,"archived":false,"fork":false,"pushed_at":"2016-05-29T22:59:49.000Z","size":11,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-08T06:48:04.177Z","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/lujun9972.png","metadata":{"files":{"readme":"README.org","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":"2015-12-22T12:48:57.000Z","updated_at":"2024-09-05T22:22:01.000Z","dependencies_parsed_at":"2023-03-02T10:45:28.611Z","dependency_job_id":null,"html_url":"https://github.com/lujun9972/clean-buffers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lujun9972/clean-buffers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Fclean-buffers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Fclean-buffers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Fclean-buffers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Fclean-buffers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lujun9972","download_url":"https://codeload.github.com/lujun9972/clean-buffers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Fclean-buffers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29330027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-29T19:10:44.057Z","updated_at":"2026-02-11T08:38:41.784Z","avatar_url":"https://github.com/lujun9972.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: README\n#+AUTHOR: lujun9972\n#+CATEGORY: clean-buffers\n#+DATE: [2015-12-26 六 23:04]\n#+OPTIONS: ^:{}\n\n* NOTE\nplease use =M-x clean-buffer-list= instead, which is defined in =midnight.el=\n* what is clean-buffers\n\nclean-buffers is a little tool that used to clean useless buffers which means buffers match specify regex (see `clean-buffer-useless-buffer-names') or undisplayed time exceeded certain time (see `clean-buffer-useless-buffer-timeout')\n\n* How to use\n\nconfig `useless-buffer-names' or `useless-buffer-time-out' and then execute the following commands:\n\n`clean-buffers-kill-useless-buffers' to clean useless buffers\n\nor `clean-buffers-turn-on-auto-clean-buffers' to clean useless buffers automatically\n\n* Customization\n\n+ clean-buffers-kill-active-buffer\n  \n  If no-nil, will clean active buffer. Default to nil.\n\n+ clean-buffers-kill-proces-holding-buffer\n  \n  If non-nil, will clean process-holding buffer. Default to nil\n\n+ clean-buffers-judge-useless-buffer-functions\n  \n  function list which used to determine a buffer is useless or not \n\n  the function will take a buffer as the only argument and should return non-nil when the buffer is a useless buffer.\n\n+ clean-buffers-useless-buffer-time-out\n  \n  buffers who's undisplayed time exceeded this value will be considered useless\n\n+ clean-buffers-useless-buffer-names \n\n  buffers who's name match one regex in this value will be considered useless.\n\n+ clean-buffers-useful-buffer-names \n  \n  buffers who's name match one regex in this value will not considered useless.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flujun9972%2Fclean-buffers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flujun9972%2Fclean-buffers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flujun9972%2Fclean-buffers/lists"}