Hiding files without adding dot
Usage: hider [files]
lsh(ls wrapper but that respect .hidden)
-e, --nohidden Show .hiddened file, but doesn't affect dotfiles(Run ls normally)
-
Recursive listing is bit slow
-
Wildcard handling(WIP for workaround by overriding wildcard behavior by
-f
shell option)
wget "https://github.com/FoxRefire/no-dot-hide/raw/main/artifacts/installer.sh"
chmod +x installer.sh
./installer.sh
git clone https://github.com/FoxRefire/no-dot-hide.git && cd no-dot-hide
chmod +x build.sh
./build.sh
-
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!