Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 24, 2018 05:02
Show Gist options
  • Save ryantm/f8d05638960a752c27ada529e3d8922e to your computer and use it in GitHub Desktop.
Save ryantm/f8d05638960a752c27ada529e3d8922e to your computer and use it in GitHub Desktop.
/nix/store/j3k46ff4i767vxiajc1dy41fd5smdqid-libfm-qt-0.13.1
├── include
│   └── libfm-qt
│   ├── appchoosercombobox.h
│   ├── appchooserdialog.h
│   ├── applaunchcontext.h
│   ├── appmenuview.h
│   ├── appmenuview_p.h
│   ├── bookmarkaction.h
│   ├── browsehistory.h
│   ├── cachedfoldermodel.h
│   ├── colorbutton.h
│   ├── core
│   │   ├── archiver.h
│   │   ├── basicfilelauncher.h
│   │   ├── bookmarks.h
│   │   ├── cstrptr.h
│   │   ├── deletejob.h
│   │   ├── dirlistjob.h
│   │   ├── filechangeattrjob.h
│   │   ├── fileinfo.h
│   │   ├── fileinfojob.h
│   │   ├── fileinfo_p.h
│   │   ├── filelinkjob.h
│   │   ├── filemonitor.h
│   │   ├── fileoperationjob.h
│   │   ├── filepath.h
│   │   ├── filesysteminfojob.h
│   │   ├── filetransferjob.h
│   │   ├── folder.h
│   │   ├── gioptrs.h
│   │   ├── gobjectptr.h
│   │   ├── iconinfo.h
│   │   ├── iconinfo_p.h
│   │   ├── job.h
│   │   ├── job_p.h
│   │   ├── mimetype.h
│   │   ├── templates.h
│   │   ├── terminal.h
│   │   ├── thumbnailer.h
│   │   ├── thumbnailjob.h
│   │   ├── totalsizejob.h
│   │   ├── trashjob.h
│   │   ├── untrashjob.h
│   │   ├── userinfocache.h
│   │   └── volumemanager.h
│   ├── createnewmenu.h
│   ├── customaction_p.h
│   ├── customactions
│   │   ├── fileactioncondition.h
│   │   ├── fileaction.h
│   │   └── fileactionprofile.h
│   ├── dirtreemodel.h
│   ├── dirtreemodelitem.h
│   ├── dirtreeview.h
│   ├── dndactionmenu.h
│   ├── dnddest.h
│   ├── editbookmarksdialog.h
│   ├── execfiledialog_p.h
│   ├── filedialog.h
│   ├── filelauncher.h
│   ├── filemenu.h
│   ├── filemenu_p.h
│   ├── fileoperationdialog.h
│   ├── fileoperationdialog_p.h
│   ├── fileoperation.h
│   ├── filepropsdialog.h
│   ├── filesearchdialog.h
│   ├── fm-qt_export.h
│   ├── fm-search.h
│   ├── folderconfig.h
│   ├── folderitemdelegate.h
│   ├── foldermenu.h
│   ├── foldermodel.h
│   ├── foldermodelitem.h
│   ├── folderview.h
│   ├── folderview_p.h
│   ├── fontbutton.h
│   ├── libfmqtglobals.h
│   ├── libfmqt.h
│   ├── mountoperation.h
│   ├── mountoperationpassworddialog_p.h
│   ├── mountoperationquestiondialog_p.h
│   ├── pathbar.h
│   ├── pathbar_p.h
│   ├── pathedit.h
│   ├── pathedit_p.h
│   ├── placesmodel.h
│   ├── placesmodelitem.h
│   ├── placesview.h
│   ├── proxyfoldermodel.h
│   ├── renamedialog.h
│   ├── sidepane.h
│   ├── tests
│   ├── utilities.h
│   ├── utilities_p.h
│   ├── utils.h
│   └── xdndworkaround.h
├── lib
│   ├── libfm-qt.so -> libfm-qt.so.5
│   ├── libfm-qt.so.5 -> libfm-qt.so.5.0.0
│   ├── libfm-qt.so.5.0.0
│   └── pkgconfig
│   └── libfm-qt.pc
├── nix-support
│   └── propagated-user-env-packages
└── share
├── cmake
│   └── fm-qt
│   ├── fm-qt-config.cmake
│   ├── fm-qt-config-version.cmake
│   ├── fm-qt-targets.cmake
│   └── fm-qt-targets-release.cmake
├── libfm-qt
│   ├── archivers.list
│   └── terminals.list
└── mime
└── packages
└── libfm-qt-mimetypes.xml
14 directories, 104 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment