0.0.4 • Published 8 years ago

hideit v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Hideit

Manage your hidden files on OS X

Install

$ npm install -g hideit

Example

# to hide a file (directory), type `hideit hide `, then drag the file into the terminal
$ hideit hide /Users/Voyga/secretFoler
# if you are in `/Users/Voyga`, you can also type
$ hideit hide secretFoler

# to show all hidden files (directories)
$ hideit ls

# use the index shown on `hideit ls` to show hidden files
$ hideit show 1
Hideit uses OS X's chflags so it currently only supports OS X
And all hidden file paths are store in ~/.hideit.json
0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago