Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 14, 2018 11:44
Show Gist options
  • Save ryantm/12d77ba43524f986a70f71b8e6f1714e to your computer and use it in GitHub Desktop.
Save ryantm/12d77ba43524f986a70f71b8e6f1714e to your computer and use it in GitHub Desktop.
/nix/store/ik92zw2fv4xpgnyrqj7aqyck2zzvxva5-libsixel-1.8.1
├── bin
│   ├── img2sixel
│   ├── libsixel-config
│   └── sixel2png
├── include
│   └── sixel.h
├── lib
│   ├── libsixel.la
│   ├── libsixel.so -> libsixel.so.1.0.6
│   ├── libsixel.so.1 -> libsixel.so.1.0.6
│   ├── libsixel.so.1.0.6
│   └── pkgconfig
│   └── libsixel.pc
└── share
├── bash-completion
│   └── completions
│   └── img2sixel
├── man
│   ├── man1
│   │   ├── img2sixel.1.gz
│   │   └── sixel2png.1.gz
│   └── man5
│   └── sixel.5.gz
└── zsh
└── site-functions
└── _img2sixel
12 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment