Files
RedBear-OS/local/recipes/tui/tlc/dist/tlc-1.0.0/man/tlc.1
T
vasilito 0990a6996a tlc: Linux package artifacts (dist/) + PLAN §17.8 completion sync
Adds dist/ packaging skeleton for the host Linux build:

  dist/tlc-1.0.0/INSTALL.sh    — generic tarball installer (system or --user)
  dist/tlc-1.0.0/man/tlc.1     — man page for the file manager
  dist/tlc-1.0.0/man/tlcedit.1 — man page for the standalone editor
  dist/tlc-1.0.0/man/tlcview.1 — man page for the standalone viewer
  dist/PKGBUILD                — Arch Linux build recipe
  dist/build_deb.sh            — Debian/Ubuntu .deb builder
  dist/deb/DEBIAN/control      — Debian control file (binary-arch template)
  dist/.gitignore              — excludes built binaries + config (rebuilt at packaging)

Build outputs (NOT in git, produced locally on demand):

  tlc-1.0.0-linux-x86_64.tar.gz   5.5 MB   generic tarball
  tlc_1.0.0-1_amd64.deb          2.3 MB   Debian package

PLAN.md §17.8 added documenting that §17.4 P1-P4 are now complete
(commit 6c30edaf3e already landed). The §17.6 acceptance criterion
is met: grep for raw 'frame.render_widget(Clear' returns exactly 4
sites (terminal/popup.rs itself, filemanager/tree.rs full-screen,
and the two F9 top menu bars — all intentional). widget/dialog.rs
no longer appears.

P5 (SaveBeforeClose Y/N/Esc legend), P6 (viewer/editor SaveBeforeClose
unification), P7 (~15 decorative key-legend hints) remain deferred —
see §17.4 for rationale.

Header status line bumped to reflect P1-P4 completion + P5-P7 deferral.
2026-06-21 01:44:17 +03:00

36 lines
1.0 KiB
Groff

.TH TLC 1 "2026-06-21" "TLC 1.0.0" "Red Bear OS User Commands"
.SH NAME
tlc \- Twilight Commander, a pure-Rust terminal file manager
.SH SYNOPSIS
.B tlc
[\fIpath\fR]
.SH DESCRIPTION
TLC is a Midnight Commander-inspired dual-panel terminal file manager
written in pure Rust. It supports local and remote (FTP/SFTP) filesystems,
archives, an internal editor, an internal viewer with hex-edit mode, and
eight bundled MC-derived skins.
.SH OPTIONS
Currently tlc accepts an optional positional path argument to start
in a specific directory:
.IP
.B tlc /var/log
.PP
Run
.B tlc help
to print the full key binding reference.
.SH FILES
.TP
.I ~/.config/tlc/config.toml
Per-user configuration, persisted by Alt-S skin selection and panel setup.
.TP
.I ~/.config/tlc/skin/*.toml
User-defined skin files; loaded by the skin selector.
.TP
.I ~/.config/tlc/menu
User-menu definition (mc-style INI). Same syntax as MC's menu file.
.SH SEE ALSO
.BR tlcedit (1),
.BR tlcview (1)
.SH AUTHOR
Red Bear OS <https://gitea.redbearos.org/vasilito/redbear-os.git>