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

https://github.com/andrewpetrochenkov/gist-id

:octocat: :id: get gist id
https://github.com/andrewpetrochenkov/gist-id

cli

Last synced: about 2 months ago
JSON representation

:octocat: :id: get gist id

Awesome Lists containing this project

README

        

[![](https://img.shields.io/badge/OS-Unix-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/v/gist-id.svg?maxAge=3600)](https://pypi.org/project/gist-id/)
[![](https://img.shields.io/npm/v/gist-id.svg?maxAge=3600)](https://www.npmjs.com/package/gist-id)[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
[![](https://github.com/andrewp-as-is/gist-id/workflows/tests42/badge.svg)](https://github.com/andrewp-as-is/gist-id/actions)

### Installation
```bash
$ [sudo] pip install gist-id
```

```bash
$ [sudo] npm i -g gist-id
```

#### Examples
```bash
$ cd path/to/gist
$ gist-id .

```

```bash
$ find ~/git/gists -type d -mindepth 1 -maxdepth 1 -exec gist-id {} \;
```


readme42.com