Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: New component in Zsh Angel System
- X-seq: zsh-workers 51585
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: New component in Zsh Angel System
- Date: Sat, 18 Mar 2023 15:33:25 +0000
- Archived-at: <https://zsh.org/workers/51585>
- In-reply-to: <CAKc7PVB_g=YipUaNFaF_0-X6RzG0_26X332bcNUZbGytGjyxBw@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAKc7PVB_g=YipUaNFaF_0-X6RzG0_26X332bcNUZbGytGjyxBw@mail.gmail.com>
I've forgotten – here's asciicast presentation: https://asciinema.org/a/568139
On Sat, 18 Mar 2023 at 15:23, Sebastian Gniazdowski
<sgniazdowski@xxxxxxxxx> wrote:
>
> I would like to announce new component in zsh angel toolkit:
>
> - `angel open` - this command (aliased to `apo`) will open a TUI with
> all files listed, with ability to preview them with syntax
> highlighting, and opening editor on selected line; one can also grep
> the file's lines,
>
> Also, one can use output of a command, e.g.: git ls-files | apo
>
> The advantages over fzf:
> - the preview is a separate view, browseable,
> - positions of cursor in the preview are saved for each file separately,
> - one can open a file at the selected position in the preview,
> - one can search/grep the preview contents of the file, and still open
> at the correct position in it.
>
> The project is written in 100% Zsh, with use of ZUI text-mode UI library:
> - https://github.com/psprint/zsh-angel-iq-system
> --
> Best regards,
> Sebastian Gniazdowski
--
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author