Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 8, 2018 20:39
Show Gist options
  • Save ryantm/b934ce776e712b5ffab5c0e138b3337c to your computer and use it in GitHub Desktop.
Save ryantm/b934ce776e712b5ffab5c0e138b3337c to your computer and use it in GitHub Desktop.
/nix/store/mdna7m8vhir1cdv6lq8hvyvra9ipvlf1-libsixel-1.8.2
├── 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