Created attachment 240602 [details] llama-1.4.0.patch Description: llama is a simple and minimalistic file manager. It's fast way to navigate the filesystem, and a cd and ls replacement. It allows for quick navigation with fuzzy searching and the cd-integration with the shell is a one-liner. WWW: https://github.com/antonmedv/llama QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.1-RELEASE, amd64)
Created attachment 241814 [details] llama-1.4.0.patch Description: llama is a simple and minimalistic file manager. It's fast way to navigate the filesystem, and a cd and ls replacement. It allows for quick navigation with fuzzy searching and the cd-integration with the shell is a one-liner. WWW: https://github.com/antonmedv/llama/ QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.1-RELEASE, amd64)
(In reply to Jesús Daniel Colmenares Oviedo from comment #1) Grammar: > … It's fast way … – should be: > … It's a fast way …
Created attachment 241838 [details] llama-1.4.0.patch Description: * Fix typo in pkg-descr QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.1-RELEASE, amd64)
(In reply to Graham Perrin from comment #2) Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=21006478f43527b22d29a0b51599cbfffa2444a2 commit 21006478f43527b22d29a0b51599cbfffa2444a2 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2023-04-28 19:12:48 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-04-30 18:41:40 +0000 sysutils/llama: New port: Terminal file manager llama is a simple and minimalistic file manager. It's a fast way to navigate the filesystem, and a cd and ls replacement. It allows for quick navigation with fuzzy searching and the cd-integration with the shell is a one-liner. WWW: https://github.com/antonmedv/llama/ PR: 269977 sysutils/Makefile | 1 + sysutils/llama/Makefile (new) | 38 ++++++++++++++++++++++++++++++++++++++ sysutils/llama/distinfo (new) | 39 +++++++++++++++++++++++++++++++++++++++ sysutils/llama/pkg-descr (new) | 4 ++++ 4 files changed, 82 insertions(+)
Thank you for your contribution.