Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 29, 2019 21:28
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/447d0332f51ce6fc3ad0a6901146fc98 to your computer and use it in GitHub Desktop.
Save ryantm/447d0332f51ce6fc3ad0a6901146fc98 to your computer and use it in GitHub Desktop.
/nix/store/wllr6rfg0fwz9zzh2ilgvg8rnl85r2di-tepl-4.2.1
├── include
│   └── tepl-4
│   └── tepl
│   ├── tepl-abstract-factory.h
│   ├── tepl-abstract-factory-vala.h
│   ├── tepl-application.h
│   ├── tepl-application-window.h
│   ├── tepl-buffer.h
│   ├── tepl-encoding.h
│   ├── tepl-enum-types.h
│   ├── tepl-file.h
│   ├── tepl-file-loader.h
│   ├── tepl-file-metadata.h
│   ├── tepl-file-saver.h
│   ├── tepl-fold-region.h
│   ├── tepl-gutter-renderer-folds.h
│   ├── tepl.h
│   ├── tepl-info-bar.h
│   ├── tepl-init.h
│   ├── tepl-iter.h
│   ├── tepl-menu-shell.h
│   ├── tepl-metadata-manager.h
│   ├── tepl-notebook.h
│   ├── tepl-tab-group.h
│   ├── tepl-tab.h
│   ├── tepl-tab-label.h
│   ├── tepl-types.h
│   ├── tepl-utils.h
│   └── tepl-view.h
├── lib
│   ├── libtepl-4.la
│   ├── libtepl-4.so -> libtepl-4.so.0.0.0
│   ├── libtepl-4.so.0 -> libtepl-4.so.0.0.0
│   ├── libtepl-4.so.0.0.0
│   └── pkgconfig
│   └── tepl-4.pc
└── share
└── locale
├── cs
│   └── LC_MESSAGES
│   └── tepl-4.mo
├── da
│   └── LC_MESSAGES
│   └── tepl-4.mo
├── de
│   └── LC_MESSAGES
│   └── tepl-4.mo
├── es
│   └── LC_MESSAGES
│   └── tepl-4.mo
├── eu
│   └── LC_MESSAGES
│   └── tepl-4.mo
├── fur
│   └── LC_MESSAGES
│   └── tepl-4.mo
├── hu
│   └── LC_MESSAGES
│   └── tepl-4.mo
├── id
│   └── LC_MESSAGES
│   └── tepl-4.mo
├── nl
│   └── LC_MESSAGES
│   └── tepl-4.mo
├── pl
│   └── LC_MESSAGES
│   └── tepl-4.mo
├── pt_BR
│   └── LC_MESSAGES
│   └── tepl-4.mo
├── ro
│   └── LC_MESSAGES
│   └── tepl-4.mo
├── ru
│   └── LC_MESSAGES
│   └── tepl-4.mo
├── sl
│   └── LC_MESSAGES
│   └── tepl-4.mo
├── sr
│   └── LC_MESSAGES
│   └── tepl-4.mo
├── sv
│   └── LC_MESSAGES
│   └── tepl-4.mo
└── uk
└── LC_MESSAGES
└── tepl-4.mo
41 directories, 48 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment