{"id":20060509,"url":"https://github.com/eshrh/far.el","last_synced_at":"2025-12-30T04:10:04.165Z","repository":{"id":111378054,"uuid":"557660297","full_name":"eshrh/far.el","owner":"eshrh","description":"elisp implementation of far, a DP algorithm for paragraph refilling","archived":false,"fork":false,"pushed_at":"2024-01-20T20:38:31.000Z","size":34,"stargazers_count":9,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-12T22:13:25.259Z","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/eshrh.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}},"created_at":"2022-10-26T04:06:05.000Z","updated_at":"2024-01-28T15:43:47.000Z","dependencies_parsed_at":"2024-01-20T21:33:50.304Z","dependency_job_id":null,"html_url":"https://github.com/eshrh/far.el","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/eshrh%2Ffar.el","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshrh%2Ffar.el/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshrh%2Ffar.el/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshrh%2Ffar.el/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eshrh","download_url":"https://codeload.github.com/eshrh/far.el/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241488204,"owners_count":19970829,"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-13T13:14:59.641Z","updated_at":"2025-12-30T04:10:04.159Z","avatar_url":"https://github.com/eshrh.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* inflow.el: minimal variance paragraph filling\n\ninflow.el (previously called far.el) is a reimplementation of\n[[https://github.com/stephen-huan/inflow][inflow]] (previously called far).\n\nIt is an alternative to =fill-paragraph=, which reflows the\nparagraph greedily. Inflow chooses line lengths by minimizing\nthe variance of lines subject to a width constraint.\n\n* Dependencies\n\nThere are currently two non built in dependencies but these might go\naway in the future if I decide to rewrite some bits more verbosely\n\n+ =s.el=: string utils\n+ =dash.el=: list utils\n\nThere is a good chance you already have one or two of these\npackages installed if you use some common packages like magit.\n\n=cl-lib= is also depended upon, which has been included in emacs since\n24.3\n\n* Installation\n\nYou could copy =inflow.el= into your load path the manual\nway, or you could use a package manager like straight:\n\n#+BEGIN_SRC emacs-lisp\n(straight-use-package\n '(inflow :type git\n       :repo \"https://github.com/eshrh/inflow.el\"))\n#+END_SRC\n\n* Usage\n\nThe variable =inflow-fill-paragraph-width= can be customized the change\nthe maximum line width. The default value is 70, which matches the emacs\ndefault for =fill-column=. It may be helpful to write functions on mode\nhooks that modify this value so that you can have different line widths\nfor different programming languages.\n\ninflow.el currently exposes only one function,\n=inflow-fill-paragraph= which fills the paragraph at the point.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feshrh%2Ffar.el","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feshrh%2Ffar.el","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feshrh%2Ffar.el/lists"}