Show files - by colors only

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
aleksazr
Junior Member
Junior Member
Posts: 37
Joined: 2010-03-05, 11:57 UTC

Show files - by colors only

Post by *aleksazr »

I would like to display only the files that are meaningful to me.

I've created the file list with Configuration, Options, Color, Define colors by file type
and would like to show those files only.

Cheers
User avatar
ts4242
Power Member
Power Member
Posts: 2081
Joined: 2004-02-02, 20:08 UTC
Contact:

Post by *ts4242 »

You can defined ignore list to hide files you don't need to see, go to Configuration> Ignore list page, in that page press Help button for more details.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Easiest way is to use filter (Show - Custom..., Ctrl+F12) - it will allow to use same mask or template like in Define colors by type dialog.

Ignoring will require to invert mask and ignored files won't be copied/moved/deleted.
nc
Junior Member
Junior Member
Posts: 6
Joined: 2011-11-29, 14:12 UTC

Post by *nc »

+1 to aleksazr request. May be I'm dumb, but all replies to his request are unacceptable and ridiculous - they DON'T solve his problem.
One checkbox on toolbar could be nice to quickly switch from ALL/COLORED modes.
User avatar
Gral
Power Member
Power Member
Posts: 1609
Joined: 2005-01-26, 15:12 UTC

Post by *Gral »

2 aleksazr
With CD command you can use any user-defined or fixed filter!
e.g.:
CD *.exe *.dll *.vbx
or
CD >Executables
(assuming you have defined filter with name "Executables")
You can use CD command directly in Start Menu or in custom commands.

2 nc
Is this "unacceptable and ridiculous" too?
Last edited by Gral on 2011-11-30, 05:02 UTC, edited 2 times in total.
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

@Gral, Interesting...
I hadn't thought of trying to use a filter like that.

So on the toolbar, button this works:
Command: CD *.exe *.xml
OR
Command: CD >LargeFiles

Where "LargeFiles" was a prior filter set to show any file >= 2MB.
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.
User avatar
mame
Junior Member
Junior Member
Posts: 54
Joined: 2011-12-03, 18:48 UTC
Location: Everywhere

Post by *mame »

MVV wrote:Easiest way is to use filter (Show - Custom..., Ctrl+F12) - it will allow to use same mask or template like in Define colors by type dialog.
Pardon me asking, but I never thought of trying this before:
How can I select two templates? Is it possible?

Ex:
1. I have >Archives, >Documents, >Pictures
2. Press CTRL+F12.
3. Select >Archives
4. Add |>Documents (typed that, can't seem to SHIFT or CTRL click to include)
5. Pictures (actually everything) still shows (ie like CTRL+F10)

Regards, Matt.
I hereby claim copyright to this message you are now reading,
and for that you owe me a $1 royalty fee each time you read this.
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

I can't get that to work, with + or & or just a space...
I'm pretty sure TC would use the "|" bar as an exclusion.

So CD *.exe | test*.exe
---- Would show all exe files that aren't named "test*"

This also works for inline filters on the ButtonBar:
----> CD *.exe + *.txt

Maybe this could be suggested to work with saved filters:
----> CD >Binary + >Text
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

mame, you can't mix templates, you can only specify single template.
User avatar
petermad
Power Member
Power Member
Posts: 16118
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

For inspiration - here are the filters I use in my extended menus:

Code: Select all

[em_ext_show_all]
cmd=cd *.*
menu=Show All Files
button=wcmicons.dll,13

[em_ext_hide_all]
cmd=cd |*.*
menu=Hide All Files (Show Only Folders)
button=wcmicons.dll,13

[em_ext_show_ext]
cmd=cd
param=%Z;"*.%E"
menu=Show Only Files with Same Extension
button=wcmicons.dll,25

[em_ext_hide_ext]
cmd=cd
param=%Z*.*|"*.%E"
menu=Hide Files with Same Extension
button=wcmicons.dll,25

[em_ext_show_name]
cmd=cd
param=%Z;"%O.*"
menu=Show Only Files with Same Name
button=wcmicons.dll,25

[em_ext_hide_name]
cmd=cd
param=%Z*.*|"%O.*"
menu=Hide Files with Same Name
button=wcmicons.dll,25

[em_ext_show_name_ext]
cmd=cd
param=%Z;%N ?"
menu=Show Only Files with Same Name + Extension
button=wcmicons.dll,25

[em_ext_hide_name_ext]
cmd=cd
param=%Z*.*|%N
menu=Hide Files with Same Name + Extension
button=wcmicons.dll,25

[em_ext_show_selected]
cmd=cd
param=%Z;%S ?"
menu=Show Only Selected Files
button=wcmicons.dll,73

[em_ext_hide_selected]
cmd=cd
param=%Z*.*|%S
menu=Hide Selected Files
button=wcmicons.dll,73

[em_ext_show_images1]
cmd=cd *.8bps *.acr *.adi *.ani *.anm *.b3d *.bmp *.cam *.cdr *.cdt *.cel *.cgm *.clp *.cmx *.cr2 *.crw *.cur *.cut *.dcm *.dcx *.dds *.dib *.djvu *.drw *.dxf *.ecw *.emf *.eps *.flc *.fli *.fpx *.fsh *.g3 *.gem *.gif *.gsm
menu=Show Image Files (1 - g)
button=wcmicons.dll,24

[em_ext_show_images2]
cmd=cd *.hgl *.icl *.ico *.iff *.ima *.img *.iw44 *.j2k *.jbg *.jbig *.jfif *.jif *.jng *.jp2 *.jpc *.jpe *.jpeg *.jpg *.jpm *.kdc *.lbm *.lbmp *.ldf *.lwf *.mac *.macp *.mng *.msp *.nlm *.nng *.nol
menu=Show Image Files (h - o)
button=wcmicons.dll,24

[em_ext_show_images3]
cmd=cd *.pat *.pbm *.pcd *.pct *.pcx *.pgm *.pic *.pict *.plt *.png *.pnt *.pntg *.ppm *.ps *.psd *.psp *.ras *.raw *.rgb *.rla *.rle *.scr *.sff *.sfw *.sgi *.spr *.sun *.sw *.swf *.tga *.tif *.tiff *.wap *.wbm *.wbmp *.wmf *.xbm *.xcf *.xpm
menu=Show Image Files (p - x)
button=wcmicons.dll,24

[em_ext_show_images_web]
cmd=cd *.gif *.jpg *.jpeg *.jpe *.png *.bmp
menu=Show Image Files (web formats)
button=wcmicons.dll,24

[em_ext_show_music]
cmd=cd *.mid *.midi *.kar *.rmi *.smf
menu=Show Music Files
button=wcmicons.dll,24

[em_ext_show_sounds]
cmd=cd *.669 *.aac *.adts *.aif *.aifc *.amr *.as *.au *.bwf *.caf *.cda *.cdda *.dsm *.far *.gsm *.it *.m3u *.m4a *.m4p *.mod *.mp1 *.mp2 *.mp3 *.mtm *.qcp *.ra *.rm *.rmm *.rmp *.rmx *.s3m *.sd2 *.snd *.stm *.ult *.ulw *.voc *.wav *.wax *.wma *.xm
menu=Show Sound Files
button=wcmicons.dll,24

[em_ext_show_videos]
cmd=cd *.3g* *.amc *.as? *.avi *.cel *.dcr *.dif *.dir *.divx *.dv *.dxr *.flc *.fli *.flv *.ivf *.lsf *.lsx *.m1? *.m4v *.m75 *.mov *.mp2* *.mp4 *.mpa *.mpe *.mpeg *.mpg *.mps *.mpv* *.mqv *.qt *.ra *.rf *.rm* *.rsml *.rv *.sdv *.spl *.swf *.vfw *.wm* *.wvx
menu=Show Video Files
button=wcmicons.dll,24

[em_ext_show_archives]
cmd=cd *.zip *.rar *.r0? *.cab *.arj *.lha *.uc2 *.ace *.arc *.pak *.zoo *.sqz *.hyp *.wsz *.jar *tgz *.qz *.z *.hqx *.uu *.uue *.sit *.7z *.aes *.icl
menu=Show Archive Files
button=wcmicons.dll,24

[em_ext_show_webfiles]
cmd=cd *.htm *.html *.shtml *.js *.css *.php *.tpl *.asp *.pl *.plx *.ppl *.perl *.pm *.cgi *.smi *.smil
menu=Show Internet Files
button=wcmicons.dll,24

[em_ext_show_documents]
cmd=cd *.doc *.wpd *.dot *.rtf *.txt *.asc *.ans *.wri *.mcw *.wps *.docx *.docm *.mht *.mhtml *.xml *.dok
menu=Show Document Files
button=wcmicons.dll,24

[em_ext_show_spreadsheets]
cmd=cd *.xls *.xlt *.xlm *.xlc *.xlw *.xla *.xll *.xlb *.xlk *.xl5 *.wks *.wk1 *.wk3 *.wk4 *.wq1 *.slk *.dif *.csv *.prn *.txt *.odc *.udl *.dsn *.dbc *.iqy *.dqy *.rqy *.oqy *.cup *.uxdc *.mht *.mhtml *.xml *.pln
menu=Show Spreadsheet Files
button=wcmicons.dll,24

[em_ext_show_presentations]
cmd=cd *.ppt* *.pps* *.pot* *.ppa *.mht *.mhtml
menu=Show Presentation Files
button=wcmicons.dll,24

[em_ext_show_datafiles]
cmd=cd *.mdb *.mde *.mdx *.adp *.ade *.mdw *.dbf *.db *.xls *.csv *.tab *.asc *.txt *.hta *.asp *.odc *.udl *.dsn *.dbc *.iqy *.dqy *.rqy *.oqy *.cup *.uxdc *.mht *.mhtml *.xml
menu=Show Database Files
button=wcmicons.dll,24

[em_ext_show_programfiles]
cmd=cd *.exe *.com *.bat *.cmd *.scr *.cpl *.msc *.dll *.bin *.sys *.drv *.386 *.vxd *.ocx *.ax *.vbx *.tlb *.acm *.acv *.csp *.qtc *qts *qtx *qpx *.lrc
menu=Vis programfiler
button=wcmicons.dll,12

[em_ext_hide_programfiles]
cmd=cd *.*|*.exe *.com *.bat *.cmd *.scr *.cpl *.msc *.dll *.bin *.sys *.drv *.386 *.vxd *.ocx *.ax *.vbx *.tlb *.acm *.acv *.csp *.qtc *qts *qtx *qpx *.lrc
menu=Hide Program Files
button=wcmicons.dll,12
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
mame
Junior Member
Junior Member
Posts: 54
Joined: 2011-12-03, 18:48 UTC
Location: Everywhere

Post by *mame »

MVV wrote:mame, you can't mix templates, you can only specify single template.
That's what I guess. Thanks for clarification.

Matt.
I hereby claim copyright to this message you are now reading,
and for that you owe me a $1 royalty fee each time you read this.
Post Reply