https://github.com/ranyitz/globitor
🌐 Interactive glob pattern tester
https://github.com/ranyitz/globitor
Last synced: 6 months ago
JSON representation
🌐 Interactive glob pattern tester
- Host: GitHub
- URL: https://github.com/ranyitz/globitor
- Owner: ranyitz
- License: mit
- Created: 2021-03-13T05:28:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T19:33:53.000Z (almost 4 years ago)
- Last Synced: 2025-04-03T10:51:20.795Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 913 KB
- Stars: 27
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-list - globitor
README
🌐 Globitor
Interactive glob pattern tester
## Why
Testing glob patterns on an actual file-system with interactive UI & fast feedback loop is fun
## Installation
```
npx globitor
```
## CLI
```
Usage
> globitor [pattern]
Interactive Mode
> globitor
Options
--version, -v Version number
--help, -h Displays this message
--gitignore Include files ignored by patterns in '.gitignore'
```
## Development
* See the [Contributing Guide](CONTRIBUTING.md)
* Using [Ink](https://github.com/vadimdemedes/ink) for rendering the interactive UI
## Related Projects
* [Relabel](https://github.com/ranyitz/relabel) - Interactive bulk renaming tool