Skip to content

Instantly share code, notes, and snippets.

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 r-ryantm/1a998845782c301ea95724bfa6034d31 to your computer and use it in GitHub Desktop.
Save r-ryantm/1a998845782c301ea95724bfa6034d31 to your computer and use it in GitHub Desktop.
/nix/store/bwd95f48xwfycrq0fn4r8g5s540fx2rh-syncthingtray-0.10.9
├── bin
│   ├── syncthingctl
│   └── syncthingtray
├── include
│   ├── syncthingconnector
│   │   ├── global.h
│   │   ├── qstringhash.h
│   │   ├── syncthingcompletion.h
│   │   ├── syncthingconfig.h
│   │   ├── syncthingconnection.h
│   │   ├── syncthingconnectionsettings.h
│   │   ├── syncthingconnectionstatus.h
│   │   ├── syncthingdev.h
│   │   ├── syncthingdir.h
│   │   ├── syncthingnotifier.h
│   │   ├── syncthingprocess.h
│   │   ├── syncthingservice.h
│   │   ├── utils.h
│   │   └── version.h
│   ├── syncthingmodel
│   │   ├── colors.h
│   │   ├── global.h
│   │   ├── syncthingdevicemodel.h
│   │   ├── syncthingdirectorymodel.h
│   │   ├── syncthingdownloadmodel.h
│   │   ├── syncthingicons.h
│   │   ├── syncthingmodel.h
│   │   ├── syncthingrecentchangesmodel.h
│   │   ├── syncthingstatusselectionmodel.h
│   │   └── version.h
│   └── syncthingwidgets
│   ├── global.h
│   ├── misc
│   │   ├── dbusstatusnotifier.h
│   │   ├── direrrorsdialog.h
│   │   ├── internalerror.h
│   │   ├── internalerrorsdialog.h
│   │   ├── otherdialogs.h
│   │   ├── statusinfo.h
│   │   ├── syncthingkiller.h
│   │   ├── syncthinglauncher.h
│   │   └── textviewdialog.h
│   ├── settings
│   │   ├── settingsdialog.h
│   │   └── settings.h
│   ├── version.h
│   └── webview
│   ├── webpage.h
│   └── webviewdialog.h
├── lib
│   ├── libsyncthingconnector.a
│   ├── libsyncthingmodel.a
│   ├── libsyncthingwidgets.a
│   ├── pkgconfig
│   │   ├── syncthingconnector.pc
│   │   ├── syncthingfileitemaction.pc
│   │   ├── syncthingmodel.pc
│   │   ├── syncthingplasmoid.pc
│   │   └── syncthingwidgets.pc
│   └── qt-5
│   ├── libsyncthingfileitemaction.a
│   └── plasma
│   └── applets
│   └── libsyncthingplasmoid.a
└── share
├── applications
│   └── syncthingtray.desktop
├── bash-completion
│   └── completions
│   ├── syncthingctl
│   └── syncthingtray
├── icons
│   └── hicolor
│   └── scalable
│   └── apps
│   └── syncthingtray.svg
├── kservices5
│   ├── plasma-applet-martchus.syncthingplasmoid.desktop
│   └── syncthingfileitemaction.desktop
├── metainfo
│   └── syncthingtray.appdata.xml
├── plasma
│   └── plasmoids
│   └── martchus.syncthingplasmoid
│   ├── contents
│   │   └── ui
│   │   ├── ButtonShadow.qml
│   │   ├── CompactRepresentation.qml
│   │   ├── DetailItem.qml
│   │   ├── DetailView.qml
│   │   ├── DevicesPage.qml
│   │   ├── DirectoriesPage.qml
│   │   ├── DownloadsPage.qml
│   │   ├── FullRepresentation.qml
│   │   ├── IconLabel.qml
│   │   ├── main.qml
│   │   ├── RecentChangesPage.qml
│   │   ├── StatisticsView.qml
│   │   ├── TinyButton.qml
│   │   ├── TinyButtonStyle.qml
│   │   ├── ToolTipTrigger.qml
│   │   ├── ToolTipView.qml
│   │   ├── TopLevelItem.qml
│   │   └── TopLevelView.qml
│   └── metadata.desktop
├── syncthingconnector
│   ├── cmake
│   │   ├── syncthingconnectorConfig.cmake
│   │   ├── syncthingconnectorConfigVersion.cmake
│   │   ├── syncthingconnectorTargets.cmake
│   │   └── syncthingconnectorTargets-release.cmake
│   └── translations
│   ├── syncthingconnector_cs_CZ.qm
│   ├── syncthingconnector_de_DE.qm
│   └── syncthingconnector_en_US.qm
├── syncthingfileitemaction
│   ├── cmake
│   │   ├── syncthingfileitemactionConfig.cmake
│   │   ├── syncthingfileitemactionConfigVersion.cmake
│   │   ├── syncthingfileitemactionTargets.cmake
│   │   └── syncthingfileitemactionTargets-release.cmake
│   └── translations
│   ├── syncthingfileitemaction_cs_CZ.qm
│   ├── syncthingfileitemaction_de_DE.qm
│   └── syncthingfileitemaction_en_US.qm
├── syncthingmodel
│   ├── cmake
│   │   ├── syncthingmodelConfig.cmake
│   │   ├── syncthingmodelConfigVersion.cmake
│   │   ├── syncthingmodelTargets.cmake
│   │   └── syncthingmodelTargets-release.cmake
│   └── translations
│   ├── syncthingmodel_cs_CZ.qm
│   ├── syncthingmodel_de_DE.qm
│   └── syncthingmodel_en_US.qm
├── syncthingplasmoid
│   ├── cmake
│   │   ├── syncthingplasmoidConfig.cmake
│   │   ├── syncthingplasmoidConfigVersion.cmake
│   │   ├── syncthingplasmoidTargets.cmake
│   │   └── syncthingplasmoidTargets-release.cmake
│   └── translations
│   ├── syncthingplasmoid_de_DE.qm
│   └── syncthingplasmoid_en_US.qm
├── syncthingtray
│   └── translations
│   ├── syncthingtray_cs_CZ.qm
│   ├── syncthingtray_de_DE.qm
│   └── syncthingtray_en_US.qm
└── syncthingwidgets
├── cmake
│   ├── syncthingwidgetsConfig.cmake
│   ├── syncthingwidgetsConfigVersion.cmake
│   ├── syncthingwidgetsTargets.cmake
│   └── syncthingwidgetsTargets-release.cmake
└── translations
├── syncthingwidgets_cs_CZ.qm
├── syncthingwidgets_de_DE.qm
└── syncthingwidgets_en_US.qm
45 directories, 114 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment