Recently i created this command to filter and show onlye .pdf files inside a folder:
Code: Select all
[em_showPDFOnly]
cmd=cd ;"*.pdf"

Thank you,
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
[em_showPDFOnly]
cmd=cd ;"*.pdf"
Code: Select all
[em_showCommentedOnly]
cmd=cd >Comment
Code: Select all
Comment_SearchFor=
Comment_SearchIn=
Comment_SearchText=
Comment_SearchFlags=0|002002000020|||||||||0000|||
Comment_Plugin=tc.comment != ""
Code: Select all
[em_selectCommentedFilesAndFolders]
cmd=SELECTFILESB >Comment
[em_showCommentedOnly]
cmd=em_selectCommentedFilesAndFolders,cm_ShowOnlySelected,cm_ClearAll
You can just feed it into a panel showing custom columns with the details you want.Hirszowski wrote: 2025-04-12, 22:21 UTC i.e. that command "feed to listbox" shows the files in a window showing file details rather than only their paths and names?
Thank you for your time to answer and advice!petermad wrote: 2025-04-13, 13:54 UTCYou can just feed it into a panel showing custom columns with the details you want.Hirszowski wrote: 2025-04-12, 22:21 UTC i.e. that command "feed to listbox" shows the files in a window showing file details rather than only their paths and names?
You have to make a Custom Columns View first - it could show the same as the Full View - see: https://tcmd.madsenworld.dk/customlikefull.pngI cannot find an option how to "feed it into a panel showing custom columns with the details you want"
Yes, that command opens a window which displays only full paths and names of files and no other file info, such as size, creation date etc. And there is no room on the two-panel screen to show such details, because file paths and names are long and occupy all the panel.petermad wrote: 2025-04-13, 13:54 UTCYou can just feed it into a panel showing custom columns with the details you want.Hirszowski wrote: 2025-04-12, 22:21 UTC i.e. that command "feed to listbox" shows the files in a window showing file details rather than only their paths and names?
Thank you for your advice. I simply failed to think of the right-click on the tabstop header and I missed the Shift+F1 shortcut. It works more or less as expected.petermad wrote: 2025-04-14, 10:47 UTCYou have to make a Custom Columns View first - it could show the same as the Full View - see: https://tcmd.madsenworld.dk/customlikefull.pngI cannot find an option how to "feed it into a panel showing custom columns with the details you want"
Then either before or after you have Fed to listbox you right-click on the tabstop header (or press Shift+F1) and choose the view "Standard+seconds".