Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
New component in Zsh Angel System
- X-seq: zsh-workers 51584
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: New component in Zsh Angel System
- Date: Sat, 18 Mar 2023 15:23:38 +0000
- Archived-at: <https://zsh.org/workers/51584>
- List-id: <zsh-workers.zsh.org>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author