mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #516] Only show some directories and hidden all the others? #297
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jiangjiangflies on GitHub (Dec 28, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/516
I have so many files and directories in the serve path but I only need to display 2 or three directories. If use hidden option, it will be a long list of argument,e.g. --hidden 'A' --hidden 'B' ... to hide directory A,B....
Is there an easy way to only show directory D and directory E while hiding all other directories and files?
@sigoden commented on GitHub (Dec 30, 2024):
It is recommended to use symlinks to group related directories together.