Lister: Alt+Shift+F3 view by default for certain types
Moderators: Hacker, petermad, Stefan2, white
Lister: Alt+Shift+F3 view by default for certain types
I suggest to add a parameter in wincmd.ini to define only certain extensions for which TC should use no-plugins view by default (F3 key). Maybe file headers or file size can be also be added as criteria to force no-plugins view by default.
Personally I will prefer it for html files because usually I need a quick look/work with just the text without images and formatting. This mode will be helpful also for other files showed by slow plugins.
Personally I will prefer it for html files because usually I need a quick look/work with just the text without images and formatting. This mode will be helpful also for other files showed by slow plugins.
Donate for Ukraine to help stop Russian invasion!
Ukraine's National Bank special bank account:
UA843000010000000047330992708
Ukraine's National Bank special bank account:
UA843000010000000047330992708
It would be really useful to specify some WLX plugins order for specific file types and let user (not plugins) decide which plugin should be used.
Mostly I face this problem when I press F3 on e.g. AVI file and wait wait wait until lister shows me a video but I don't want to watch videos in lister at all, I just need raw contents.
Mostly I face this problem when I press F3 on e.g. AVI file and wait wait wait until lister shows me a video but I don't want to watch videos in lister at all, I just need raw contents.
- ghisler(Author)
- Site Admin
- Posts: 50873
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
So something like this?
[lister]
noplugins=*.txt *.html *.xml
[lister]
noplugins=*.txt *.html *.xml
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Like this, but with Lister plugin-like syntax to define file types:ghisler(Author) wrote:So something like this?
[lister]
noplugins=*.txt *.html *.xml
Code: Select all
[lister]
noplugins="EXT="DB"&[0]="Р"&[1]="П"
Donate for Ukraine to help stop Russian invasion!
Ukraine's National Bank special bank account:
UA843000010000000047330992708
Ukraine's National Bank special bank account:
UA843000010000000047330992708
- ghisler(Author)
- Site Admin
- Posts: 50873
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
2DrShark
You don't need an extra configuration for this. Just add the filter to all the plugins in [listerplugins] section.
You don't need an extra configuration for this. Just add the filter to all the plugins in [listerplugins] section.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
I understand that the approach to use WLX syntax for possible "noplugins" parameter looks like a complicated solution for simple issue, because in fact this way we're adding a virtual lister plugin which has top priority. However, adding "the filter to all the plugins" will be a lot of manual work, and may be less reliable due to plugins removing/updating. It will also be easier to transfer (copy) one configured "noplugins" parameter to different wincmd.ini configurations with different set of plugins.ghisler(Author) wrote:Just add the filter to all the plugins in [listerplugins] section.
Donate for Ukraine to help stop Russian invasion!
Ukraine's National Bank special bank account:
UA843000010000000047330992708
Ukraine's National Bank special bank account:
UA843000010000000047330992708