zsh-users
 help / color / mirror / code / Atom feed
From: Sebastian Gniazdowski <sgniazdowski@gmail.com>
To: Zsh Users <zsh-users@zsh.org>
Subject: A new version of a file manager written in Zsh
Date: Thu, 11 May 2023 10:45:42 +0000	[thread overview]
Message-ID: <CAKc7PVCL+D_0ouC_Wo+XGPD8kA5WZrv4LSpX=7BMUfDkzPjxKQ@mail.gmail.com> (raw)

Hi
I would like to announce a new version of N-Commodore, a TUI file
manager written in Zsh. It's now available as AppImage with all deps
included (also Zsh-5.9):
https://github.com/psprint/n-commodore/releases

It's features are:
- 2 column view of files,
- this view like any other can be filtered (like with fzf),
- the files can be viewed (colorized by bat, highlight or src-highlight),
- pressing enter on a specific line in the preview opens editor on this line,
- pressing enter on file in the file list just opens up an editor ($EDITOR),
- N-C comes with Ctags browser – generate TAGS file with: ctags -e -R
. and you can browse the symbols and open up editor positioned on them
(on occasion, there is a regex-parser definition for Zsh script:
https://github.com/psprint/n-commodore/blob/master/share/zsh.ctags).

Also, there's screen save feature – you can remember any view – file,
contents, tags,  any command output and visit it later with
Ctrl-Shift-Left/Right, with all meta data restored (like eg. PWD,
cursor position, search/filter query keywords = view will be already
filtered, etc.)

Asciicast: https://asciinema.org/a/584100
-- 
Best regards,
Sebastian Gniazdowski


                 reply	other threads:[~2023-05-11 10:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKc7PVCL+D_0ouC_Wo+XGPD8kA5WZrv4LSpX=7BMUfDkzPjxKQ@mail.gmail.com' \
    --to=sgniazdowski@gmail.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).