zsh-workers
 help / color / mirror / code / Atom feed
* A novel, unprecedented approach to command line - n-commodore
@ 2023-04-14 18:01 Sebastian Gniazdowski
  2023-04-14 19:45 ` Sebastian Gniazdowski
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Gniazdowski @ 2023-04-14 18:01 UTC (permalink / raw)
  To: Zsh hackers list

Hi,
by accident, I might have discovered a novel approach to command line
- a merge of Midnight Commander panels with pure shell. Basically,
n-commodore, the project that does this, panelizes each command that
you enter and allows multi-keyword grepping. Up to this point, it's
like fzf. However, by use of db/gdbm module, n-commodore's also:
- allows a persistent save of each of the screens (even of the help
screen, e.g.),
- the screens are saved and indexed, for later retrieval via
Ctrl-Shift-Left/RIight,
- they save not only the panel, but also: current PWD, active line in
the panel, search query/command line buffer and restores them on
fetch.

n-commodore is a Zsh script implemented on top of Zui library.
Persistence is done via db/gdbm module. You can clone the repo and
simply run bin/n-c or use a plugin manager (alias `nc` will be then
set up). The login shell can be Bash or any other, if zsh will be
installed.

Asciicast: https://asciinema.org/a/577630
Homepage: https://github.com/psprint/n-commodore


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

end of thread, other threads:[~2023-04-14 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14 18:01 A novel, unprecedented approach to command line - n-commodore Sebastian Gniazdowski
2023-04-14 19:45 ` 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).