Page 1 of 1
Show files - by colors only
Posted: 2011-11-12, 11:51 UTC
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
Posted: 2011-11-12, 20:16 UTC
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.
Posted: 2011-11-13, 07:55 UTC
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.
Posted: 2011-11-29, 14:45 UTC
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.
Posted: 2011-11-29, 16:06 UTC
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?
Posted: 2011-11-29, 17:44 UTC
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.
Posted: 2011-12-09, 17:31 UTC
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.
Posted: 2011-12-09, 18:06 UTC
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
Posted: 2011-12-09, 18:37 UTC
by MVV
mame, you can't mix templates, you can only specify single template.
Posted: 2011-12-09, 19:57 UTC
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
Posted: 2011-12-10, 17:43 UTC
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.