https://github.com/rmariuzzo/spotlight-never-index
Exclude some folders from Spotlight.app
https://github.com/rmariuzzo/spotlight-never-index
nodejs spotlight
Last synced: 9 months ago
JSON representation
Exclude some folders from Spotlight.app
- Host: GitHub
- URL: https://github.com/rmariuzzo/spotlight-never-index
- Owner: rmariuzzo
- License: mit
- Created: 2017-07-25T14:40:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T16:56:51.000Z (almost 9 years ago)
- Last Synced: 2025-08-31T19:53:17.670Z (10 months ago)
- Topics: nodejs, spotlight
- Language: JavaScript
- Size: 4.88 KB
- Stars: 21
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Spotlight Never Index
🔦🙅 Exclude some folders from Spotlight.app
## Installation
```shell
npm install spotlight-never-index --global
```
## Usage
```shell
spotlight-never-index
```
### Examples
#### Never index a directory
```shell
spotlight-never-index ~/Projects
```
This will tell Spotlight to never index the `~/Projects` directory.
#### Never index matching directory
```shell
spotlight-never-index ~/Projects 'node_modules|bower_components'
```
This will tell Spotlight to never index any `node_modules` **or** `bower_components` directory inside `~/Projects.`
### License
MIT – See [LICENSE](LICENSE) file.