Skip to content

FoxRefire/no-dot-hide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

no-dot-hide

Hiding files without adding dot

Supported File Managers

hider(backend of FM's menu and CLI tool)

Usage: hider [files]

lsh(ls wrapper but that respect .hidden)

Additional options

-e, --nohidden Show .hiddened file, but doesn't affect dotfiles(Run ls normally)

Known issue

  • Recursive listing is bit slow

  • Wildcard handling(WIP for workaround by overriding wildcard behavior by -f shell option)

Installation

wget "https://github.com/FoxRefire/no-dot-hide/raw/main/artifacts/installer.sh"
chmod +x installer.sh
./installer.sh

Building

git clone https://github.com/FoxRefire/no-dot-hide.git && cd no-dot-hide
chmod +x build.sh
./build.sh

WIP

  • Add supported file managers

  • Localization

  • Fix some issues

  • Add some options for CLI tools(-t,--toggle:Toggle hidden or visible[default] -h,--hide:Set to hidden -u,--unhide:Set to visible)

PRs are welcome!