Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 18, 2021 12:46
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 r-ryantm/86d96668bbc0a6fe86e633ba6645b394 to your computer and use it in GitHub Desktop.
Save r-ryantm/86d96668bbc0a6fe86e633ba6645b394 to your computer and use it in GitHub Desktop.
/nix/store/1vg4r3wjv3nq573pmg42ri1y57glynq0-chafa-1.6.0
├── bin
│   └── chafa
├── include
│   └── chafa
│   ├── chafa-canvas-config.h
│   ├── chafa-canvas.h
│   ├── chafa-common.h
│   ├── chafa-features.h
│   ├── chafa.h
│   ├── chafa-symbol-map.h
│   ├── chafa-term-db.h
│   ├── chafa-term-info.h
│   ├── chafa-term-seq-def.h
│   ├── chafa-util.h
│   └── chafa-version-macros.h
├── lib
│   ├── chafa
│   │   └── include
│   │   └── chafaconfig.h
│   ├── libchafa.la
│   ├── libchafa.so -> libchafa.so.0.5.0
│   ├── libchafa.so.0 -> libchafa.so.0.5.0
│   ├── libchafa.so.0.5.0
│   └── pkgconfig
│   └── chafa.pc
└── share
└── man
└── man1
└── chafa.1.gz
10 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment