https://github.com/andrewpetrochenkov/gist-id
:octocat: :id: get gist id
https://github.com/andrewpetrochenkov/gist-id
cli
Last synced: 9 months ago
JSON representation
:octocat: :id: get gist id
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/gist-id
- Owner: andrewpetrochenkov
- License: unlicense
- Created: 2019-04-24T13:57:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T07:39:32.000Z (about 2 years ago)
- Last Synced: 2025-10-13T21:13:27.843Z (9 months ago)
- Topics: cli
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[]()
[](https://pypi.org/project/gist-id/)
[](https://www.npmjs.com/package/gist-id)[](https://unlicense.org/)
[](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 {} \;
```