Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[Announcement] A new approach to the command line
- X-seq: zsh-users 29023
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: [Announcement] A new approach to the command line
- Date: Sat, 15 Apr 2023 09:56:10 +0000
- Archived-at: <https://zsh.org/users/29023>
- List-id: <zsh-users.zsh.org>
By accident I might stumble upon a new way of doing command line – in
the project: https://github.com/psprint/n-commodore
Basically it's about 3 factors:
- panelize everything,
- grep everything,
- save everything.
Panelization is known from Midnight Commander - it means to capture
command output into a list that can be browsed. Grepping is known from
fzf. Screen saving is a new paradigm
You basically have new screen (a greppable panel) for each new
command, which is saved to the disk (GDBM), and which can be
fetched/navigated to, having also PWD dir and position in panel
restored.
Asciicast: https://asciinema.org/a/577630
--
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author