https://github.com/piecioshka/find-google-docs-in-string
🔨 Find links from Google Docs in string and file
https://github.com/piecioshka/find-google-docs-in-string
cli docs google
Last synced: 6 days ago
JSON representation
🔨 Find links from Google Docs in string and file
- Host: GitHub
- URL: https://github.com/piecioshka/find-google-docs-in-string
- Owner: piecioshka
- Created: 2019-05-10T17:43:53.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T15:49:34.000Z (5 months ago)
- Last Synced: 2026-05-26T09:35:11.343Z (28 days ago)
- Topics: cli, docs, google
- Language: JavaScript
- Homepage:
- Size: 167 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# find-google-docs-in-string
[](#cli)
[](https://www.npmjs.com/package/find-google-docs-in-string)
[](https://badge.fury.io/js/find-google-docs-in-string)
[](https://www.npmjs.com/package/find-google-docs-in-string)
[](https://packagephobia.com/result?p=find-google-docs-in-string)
[](https://piecioshka.mit-license.org)
[](https://github.com/piecioshka/find-google-docs-in-string/actions/workflows/testing.yml)
🔨 Find links from **Google Docs** in string or file
## Usage
Installation
```bash
npm install find-google-docs-in-string
```
```javascript
const findGoogleDocs = require('find-google-docs-in-string');
const links = findGoogleDocs(
`
https://docs.google.com/document/d/super-uniq-id-2/edit
https://google.com/search?q=cookie
`
);
console.log(links);
// - https://docs.google.com/document/d/super-uniq-id/edit
// - https://docs.google.com/document/d/super-uniq-id-2/edit
```
## CLI
Installation
```bash
npm install -g find-google-docs-in-string
```
```bash
find-google-docs-in-string /path/to/text/file
```
## Related
* [find-emails-in-string-cli](https://github.com/piecioshka/find-emails-in-string-cli)
## License
[The MIT License](https://piecioshka.mit-license.org) @ 2019