Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmariuzzo/spotlight-never-index
Exclude some folders from Spotlight.app
https://github.com/rmariuzzo/spotlight-never-index
nodejs spotlight
Last synced: 17 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T16:56:51.000Z (over 7 years ago)
- Last Synced: 2024-10-11T07:10:35.035Z (about 1 month ago)
- Topics: nodejs, spotlight
- Language: JavaScript
- Size: 4.88 KB
- Stars: 21
- Watchers: 3
- 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.