zsh-workers
 help / color / mirror / code / Atom feed
* New component in Zsh Angel System
@ 2023-03-18 15:23 Sebastian Gniazdowski
  2023-03-18 15:33 ` Sebastian Gniazdowski
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Gniazdowski @ 2023-03-18 15:23 UTC (permalink / raw)
  To: Zsh hackers list

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: New component in Zsh Angel System
  2023-03-18 15:23 New component in Zsh Angel System Sebastian Gniazdowski
@ 2023-03-18 15:33 ` Sebastian Gniazdowski
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Gniazdowski @ 2023-03-18 15:33 UTC (permalink / raw)
  To: Zsh hackers list

I've forgotten – here's asciicast presentation: https://asciinema.org/a/568139

On Sat, 18 Mar 2023 at 15:23, Sebastian Gniazdowski
<sgniazdowski@gmail.com> 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-18 15:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-18 15:23 New component in Zsh Angel System Sebastian Gniazdowski
2023-03-18 15:33 ` Sebastian Gniazdowski

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).