Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 17, 2019 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/97ffd3df2bfaa87d4e7a56600e02b41c to your computer and use it in GitHub Desktop.
Save ryantm/97ffd3df2bfaa87d4e7a56600e02b41c to your computer and use it in GitHub Desktop.
/nix/store/3ng15a7fmr1322wpqw3xibwbxxcfwxsc-chafa-1.2.1
├── bin
│   └── chafa
├── include
│   └── chafa
│   ├── chafa-canvas-config.h
│   ├── chafa-canvas.h
│   ├── chafa-features.h
│   ├── chafa.h
│   ├── chafa-symbol-map.h
│   ├── chafa-util.h
│   └── chafa-version-macros.h
├── lib
│   ├── libchafa.la
│   ├── libchafa.so -> libchafa.so.0.1.1
│   ├── libchafa.so.0 -> libchafa.so.0.1.1
│   ├── libchafa.so.0.1.1
│   └── pkgconfig
│   └── chafa.pc
└── share
└── man
└── man1
└── chafa.1.gz
8 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment