An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

🌐 Globitor


Interactive glob pattern tester



globitor-example




Build Status


NPM version


License

## 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