Lister: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
(Lister modes, Size of file in memory)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Lister is the integrated file viewer of Total Commander.
'''Lister''' is the integrated file viewer of [[Total Commander]].
The default shortcut key to start Lister is '''F3'''.
The default shortcut key to start Lister is F3.
__TOC__
 
== Lister window ==
== Lister window ==
=== View modes ===
=== View modes ===
You can try to view any file in several modes available:
You can try to view any file in several modes, available in the Options menu:


*(1) Text
# Text
*(2) Binary
# Binary (that is text with fixed line length)
*(3) Hex
# Hex
*(4) Image/Multimedia, [[Lister plugins]], RTF
# Image/Multimedia, [[Lister plugins]], RTF
*(5) HTML text (strip tags)
# HTML text (plain text view with stripped HTML tags)
*(6) Unicode
# Unicode (UCS-2, both LE and BE)
*(7) UTF-8
# UTF-8


Additional file formats can be supported using:
=== Extensions ===
Additional file formats can be supported in Lister using:


* [[IrfanView]] and [[XnView]] - to load graphics other than BMP in (4) mode
* [[Lister plugins]]: Install them in the Lister Configuration dialog, you'll be able to load many non-standard formats in Plugins mode.
* [[Lister plugins]] - to load other formats in (4) mode
* [[Viewer plugin]]s ([[IrfanView]], [[XnView]] etc.): Check corresponding option in the Lister Configuration dialog, you'll be able to load graphics other than BMP in Image/Multimedia mode.


=== File sizes supported ===
=== File sizes supported ===
Line 25: Line 26:


=== Fonts ===
=== Fonts ===
You can change fonts in text modes using Options menu:
In modes 1, 2, 3, 4 (Plugins), 5 you can change the current font using Options menu:
 
*'''ANSI''': Windows font
*'''ASCII (OEM)''': DOS font
*'''Variable char width''': User selected font


ANSI and OEM fonts can be autodetected, you can set autodetection in Lister Options dialog.
*ANSI: Windows font
*ASCII (OEM): DOS font
*Variable char width: User selected font


=== Other options ===
ANSI and OEM fonts can be sometimes autodetected, you can enable the autodetection in the Lister Configuration dialog. Autodetection procedure in Lister is currently very weak, so many texts in OEM codepage cannot be autodetected. This may be improved in future.


=== Keyboard shortcuts ===
If you open the viewer with multiple files, ([[Options#Edit.2FView|Configuration-Edit/View]]), you can switch from one file to the next/previous using the keys '''n''' (next) and '''p''' (previous file). When you are viewing multimedia files or listening to sound, Lister will switch at the end of a file automatically to the next file (playlist function). With '''Ctrl+A''' you can select the whole text. You can use the cursor keys and  '''Home''', '''End''', '''PgUp''' and '''PgDn''' or '''SPACE''' to scroll trough the text. Alternatively you can use your mouse. You can open as many file viewers as you want (and your memory can hold). All file viewers are closed when Total Commander terminates. Press '''F2''' to refresh the content of a file.
If you open the viewer with multiple files, ([[Options#Edit.2FView|Configuration-Edit/View]]), you can switch from one file to the next/previous using the keys '''n''' (next) and '''p''' (previous file). When you are viewing multimedia files or listening to sound, Lister will switch at the end of a file automatically to the next file (playlist function). With '''Ctrl+A''' you can select the whole text. You can use the cursor keys and  '''Home''', '''End''', '''PgUp''' and '''PgDn''' or '''SPACE''' to scroll trough the text. Alternatively you can use your mouse. You can open as many file viewers as you want (and your memory can hold). All file viewers are closed when Total Commander terminates. Press '''F2''' to refresh the content of a file.


Line 40: Line 40:


This command opens a separate Lister window inside Total Commander file panel.
This command opens a separate Lister window inside Total Commander file panel.
Shortcut key is '''CTRL+Q'''. The window can be removed by choosing another drive in that window, or by pressing '''CTRL+Q''' second time.
Default shortcut key is '''CTRL+Q'''. The window can be closed by choosing another drive in the file panel or by pressing '''CTRL+Q''' second time.


All shortcut keys from Lister can be used in Quick View too.
All Lister shortcut keys can be used in Quick View too.


If you make the Lister or Quick View panel larger and choose "Save position" command, Total Commander will use this width for the panel independent from the normal position of the separating line.
If you make the Lister or Quick View panel larger and choose "Save position" command, Total Commander will use this width for the panel independent from the normal position of the separating line.
Line 50: Line 50:
* You can download the external Lister application (freeware) at http://www.ghisler.com/lister/ .
* You can download the external Lister application (freeware) at http://www.ghisler.com/lister/ .


* You can also use the alternative 3-rd party application, which is very similar to Lister but has more features: [[ATViewer]].
* You can also use the alternative 3-rd party application, which is very similar to Lister but has more features and some advantages: [[ATViewer]].
 
Both applications, and other external viewers, can be integrated into Total Commander  ([[Options#Edit.2FView|Configuration-Edit/View]]).


----
----


Back to [[Internal functions]]
Back to [[List of internal functions]]
 
[[Category:Lister| ]]


[[de:Lister]]
[[de:Lister]]

Latest revision as of 18:04, 3 April 2021

Lister is the integrated file viewer of Total Commander. The default shortcut key to start Lister is F3.

Lister window

View modes

You can try to view any file in several modes, available in the Options menu:

  1. Text
  2. Binary (that is text with fixed line length)
  3. Hex
  4. Image/Multimedia, Lister plugins, RTF
  5. HTML text (plain text view with stripped HTML tags)
  6. Unicode (UCS-2, both LE and BE)
  7. UTF-8

Extensions

Additional file formats can be supported in Lister using:

  • Lister plugins: Install them in the Lister Configuration dialog, you'll be able to load many non-standard formats in Plugins mode.
  • Viewer plugins (IrfanView, XnView etc.): Check corresponding option in the Lister Configuration dialog, you'll be able to load graphics other than BMP in Image/Multimedia mode.

File sizes supported

In modes 1, 2, 3, 6, 7 Lister allows to view files of any size as it keeps only a small part of the file in memory (approximately 64 Kb), the rest is automatically loaded when scrolling through the text.

In other modes huge files are usually not supported, as Lister tries to load the whole file contents.

Fonts

In modes 1, 2, 3, 4 (Plugins), 5 you can change the current font using Options menu:

  • ANSI: Windows font
  • ASCII (OEM): DOS font
  • Variable char width: User selected font

ANSI and OEM fonts can be sometimes autodetected, you can enable the autodetection in the Lister Configuration dialog. Autodetection procedure in Lister is currently very weak, so many texts in OEM codepage cannot be autodetected. This may be improved in future.

Keyboard shortcuts

If you open the viewer with multiple files, (Configuration-Edit/View), you can switch from one file to the next/previous using the keys n (next) and p (previous file). When you are viewing multimedia files or listening to sound, Lister will switch at the end of a file automatically to the next file (playlist function). With Ctrl+A you can select the whole text. You can use the cursor keys and Home, End, PgUp and PgDn or SPACE to scroll trough the text. Alternatively you can use your mouse. You can open as many file viewers as you want (and your memory can hold). All file viewers are closed when Total Commander terminates. Press F2 to refresh the content of a file.

Quick View

This command opens a separate Lister window inside Total Commander file panel. Default shortcut key is CTRL+Q. The window can be closed by choosing another drive in the file panel or by pressing CTRL+Q second time.

All Lister shortcut keys can be used in Quick View too.

If you make the Lister or Quick View panel larger and choose "Save position" command, Total Commander will use this width for the panel independent from the normal position of the separating line.

External Lister applications

  • You can also use the alternative 3-rd party application, which is very similar to Lister but has more features and some advantages: ATViewer.

Both applications, and other external viewers, can be integrated into Total Commander (Configuration-Edit/View).


Back to List of internal functions