zsh-users
 help / color / mirror / code / Atom feed
* [Announcement] A new approach to the command line
@ 2023-04-15  9:56 Sebastian Gniazdowski
  2023-04-16 21:28 ` Ray Andrews
  0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Gniazdowski @ 2023-04-15  9:56 UTC (permalink / raw)
  To: Zsh Users

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


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

* Re: [Announcement] A new approach to the command line
  2023-04-15  9:56 [Announcement] A new approach to the command line Sebastian Gniazdowski
@ 2023-04-16 21:28 ` Ray Andrews
  2023-04-17 12:28   ` Sebastian Gniazdowski
  0 siblings, 1 reply; 3+ messages in thread
From: Ray Andrews @ 2023-04-16 21:28 UTC (permalink / raw)
  To: zsh-users


On 2023-04-15 02:56, Sebastian Gniazdowski wrote:
> 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
>
I look forward to playing with this.




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

* Re: [Announcement] A new approach to the command line
  2023-04-16 21:28 ` Ray Andrews
@ 2023-04-17 12:28   ` Sebastian Gniazdowski
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Gniazdowski @ 2023-04-17 12:28 UTC (permalink / raw)
  To: Ray Andrews; +Cc: zsh-users

There are new features:
- ag/ripgrep/ack line number recognition – jump straight to results,
- two columns view by default,
- man page support (enter `man …` to view a manual page)

https://asciinema.org/a/WEZ0HzyYKdbJD9OU6FGZig7hU

On Sun, 16 Apr 2023 at 21:29, Ray Andrews <rayandrews@eastlink.ca> wrote:
>
>
> On 2023-04-15 02:56, Sebastian Gniazdowski wrote:
> > 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
> >
> I look forward to playing with this.
>
>
>


-- 
Best regards,
Sebastian Gniazdowski


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

end of thread, other threads:[~2023-04-17 12:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-15  9:56 [Announcement] A new approach to the command line Sebastian Gniazdowski
2023-04-16 21:28 ` Ray Andrews
2023-04-17 12:28   ` 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).