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
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/gist-id
- Owner: andrewpetrochenkov
- License: unlicense
- Created: 2019-04-24T13:57:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T07:39:32.000Z (12 months ago)
- Last Synced: 2025-04-06T11:47:28.390Z (2 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 {} \;
```