zsh-users
 help / color / mirror / code / Atom feed
* A new version of a file manager written in Zsh
@ 2023-05-11 10:45 Sebastian Gniazdowski
  0 siblings, 0 replies; only message in thread
From: Sebastian Gniazdowski @ 2023-05-11 10:45 UTC (permalink / raw)
  To: Zsh Users

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-11 10:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-11 10:45 A new version of a file manager written in Zsh 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).