View Issue Details

IDProjectCategoryView StatusLast Update
0002021Double CommanderFile operationspublic2020-05-20 00:24
Reporterwallneradam Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status newResolutionopen 
ProjectionnoneETAnone 
PlatformLinuxOSUbunutOS Version17.10
Product Version1.0.0 (trunk) 
Summary0002021: ".hidden" file support
DescriptionIn Gnome's Nautilus file manager there is a feature to hide not wanted files by listing them in a file named ".hidden": https://askubuntu.com/questions/143315/how-to-hide-files-and-folders-in-nautilus

I know there is a similar functionality in Double Commander (I already use it), but it would be great if it would be possible to hide files and folders the same way as in the default file manager.
TagsNo tags attached.
Fixed in Revision
Operating systemLinux
WidgetsetGTK2, QT4
Architecture32-bit, 64-bit

Activities

Skif_off

2018-02-09 01:44

reporter   ~0002525

Configuration > Ignore list?

wallneradam

2018-04-20 19:23

reporter   ~0002571

As I wrote I've already use that, but it would be better to use ".hidden" file because it is supported in Nautilus as well, so it would be a general solution.

Skif_off

2018-04-22 18:25

reporter   ~0002572

Last edited: 2018-04-22 18:26

You can try to use one file for DC and Nautilus:
- open doublecmd.xml
- find
  <IgnoreList Enabled="True">
    <IgnoreListFile>%COMMANDER_PATH%/ignorelist.txt</IgnoreListFile>
  </IgnoreList>
- replace "%COMMANDER_PATH%/ignorelist.txt" on "$HOME/.hidden"
- save and run DC

wallneradam

2018-05-04 16:09

reporter   ~0002593

Thanks, but unfortunately it won't work, because IgnorList uses absolute paths, .hidden uses names in the current directory. It is a kind of directory meta file.

I tried it with "$PWD/.hidden", without luck.

Issue History

Date Modified Username Field Change
2018-02-09 00:07 wallneradam New Issue
2018-02-09 01:44 Skif_off Note Added: 0002525
2018-04-20 19:23 wallneradam Note Added: 0002571
2018-04-22 18:25 Skif_off Note Added: 0002572
2018-04-22 18:25 Skif_off Note Edited: 0002572
2018-04-22 18:26 Skif_off Note Edited: 0002572
2018-05-04 16:09 wallneradam Note Added: 0002593