https://github.com/librariesio/picto
:package: A cli for wrangling pictograms
https://github.com/librariesio/picto
Last synced: about 1 year ago
JSON representation
:package: A cli for wrangling pictograms
- Host: GitHub
- URL: https://github.com/librariesio/picto
- Owner: librariesio
- License: mit
- Archived: true
- Created: 2015-03-18T21:15:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T09:40:14.000Z (about 8 years ago)
- Last Synced: 2025-04-19T19:57:06.287Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://libraries.io/npm/picto
- Size: 921 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [Picto](http://libraries.io/npm/picto)
A CLI for wrangling [pictograms](https://github.com/librariesio/pictogram)
**Install via npm**
```sh
npm install -g picto
```
## Commands
**See pictograms in your terminal!**
```sh
picto show haskell
```

**List the published pictograms**
```sh
picto ls
```
**Generate the css for all picotgrams in the current dir**
```sh
cd pictograms
picto css > pictograms.css
```
**Grab a pictogram from a url**
```sh
cd pictograms
picto grab
```
**Grab a pictogram from a GitHub org**
```sh
cd pictograms
picto gh
```
**Show a ghuser avatar on the terminal, because we can**
```sh
picto ghuser barisbalic
```

## Credits
- Images in the terminal via [picture-tube](https://github.com/substack/picture-tube)
- CLI arg wrangling via [nomnom](https://github.com/harthur/nomnom)
- [libraries.io]() via [@andrew](https://github.com/andrew)
```
_ __
___ (_) ____ / /_ ___ ___ _ ____ ___ _ __ _
/ _ \ / / / __// __// _ \ / _ `/ / __// _ `/ / ' \
/ .__//_/ \__/ \__/ \___/ \_, / /_/ \_,_/ /_/_/_/
/_/ /___/
A pictorial symbol for a word or phrase.
A libraries.io project.
```