Created
December 25, 2018 23:08
-
-
Save ryantm/5c291e834bdbb82ee321a30f31a101d3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/5pi434p9lry75nhwz2jrw88pngqmg7ci-girara-0.3.2 | |
├── include | |
│ └── girara | |
│ ├── callbacks.h | |
│ ├── commands.h | |
│ ├── completion.h | |
│ ├── config.h | |
│ ├── datastructures.h | |
│ ├── entry.h | |
│ ├── girara.h | |
│ ├── girara-version.h | |
│ ├── input-history.h | |
│ ├── log.h | |
│ ├── macros.h | |
│ ├── session.h | |
│ ├── settings.h | |
│ ├── shortcuts.h | |
│ ├── statusbar.h | |
│ ├── template.h | |
│ ├── types.h | |
│ └── utils.h | |
├── lib | |
│ ├── libgirara-gtk3.so -> libgirara-gtk3.so.3 | |
│ ├── libgirara-gtk3.so.3 -> libgirara-gtk3.so.3.1 | |
│ ├── libgirara-gtk3.so.3.1 | |
│ └── pkgconfig | |
│ └── girara-gtk3.pc | |
├── nix-support | |
│ └── propagated-build-inputs | |
└── share | |
└── locale | |
├── de | |
│ └── LC_MESSAGES | |
│ └── libgirara-gtk3-3.mo | |
├── el | |
│ └── LC_MESSAGES | |
│ └── libgirara-gtk3-3.mo | |
├── eo | |
│ └── LC_MESSAGES | |
│ └── libgirara-gtk3-3.mo | |
├── es | |
│ └── LC_MESSAGES | |
│ └── libgirara-gtk3-3.mo | |
├── fr | |
│ └── LC_MESSAGES | |
│ └── libgirara-gtk3-3.mo | |
├── he | |
│ └── LC_MESSAGES | |
│ └── libgirara-gtk3-3.mo | |
├── it | |
│ └── LC_MESSAGES | |
│ └── libgirara-gtk3-3.mo | |
├── nl | |
│ └── LC_MESSAGES | |
│ └── libgirara-gtk3-3.mo | |
├── pl | |
│ └── LC_MESSAGES | |
│ └── libgirara-gtk3-3.mo | |
├── pt_BR | |
│ └── LC_MESSAGES | |
│ └── libgirara-gtk3-3.mo | |
├── ru | |
│ └── LC_MESSAGES | |
│ └── libgirara-gtk3-3.mo | |
└── tr | |
└── LC_MESSAGES | |
└── libgirara-gtk3-3.mo | |
31 directories, 35 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment