Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 20, 2020 00:33
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/3dd8435762cbf88d00d4804fd20d1a03 to your computer and use it in GitHub Desktop.
Save r-ryantm/3dd8435762cbf88d00d4804fd20d1a03 to your computer and use it in GitHub Desktop.
/nix/store/x7npqjppmsbzm9kaq0w4s2dwisxkjbrr-rssguard-3.6.2
├── bin
│   └── rssguard
├── include
│   └── librssguard
│   ├── core
│   │   ├── feeddownloader.h
│   │   ├── feedsmodel.h
│   │   ├── feedsproxymodel.h
│   │   ├── message.h
│   │   ├── messagesmodelcache.h
│   │   ├── messagesmodel.h
│   │   ├── messagesmodelsqllayer.h
│   │   └── messagesproxymodel.h
│   ├── definitions
│   │   └── definitions.h
│   ├── dynamic-shortcuts
│   │   ├── dynamicshortcuts.h
│   │   ├── dynamicshortcutswidget.h
│   │   ├── shortcutbutton.h
│   │   └── shortcutcatcher.h
│   ├── exceptions
│   │   ├── applicationexception.h
│   │   └── ioexception.h
│   ├── gui
│   │   ├── baselineedit.h
│   │   ├── basetoolbar.h
│   │   ├── colorlabel.h
│   │   ├── comboboxwithstatus.h
│   │   ├── dialogs
│   │   │   ├── formabout.h
│   │   │   ├── formaddaccount.h
│   │   │   ├── formbackupdatabasesettings.h
│   │   │   ├── formdatabasecleanup.h
│   │   │   ├── formmain.h
│   │   │   ├── formrestoredatabasesettings.h
│   │   │   ├── formsettings.h
│   │   │   ├── formupdate.h
│   │   │   └── oauthlogin.h
│   │   ├── discoverfeedsbutton.h
│   │   ├── edittableview.h
│   │   ├── feedmessageviewer.h
│   │   ├── feedstoolbar.h
│   │   ├── feedsview.h
│   │   ├── guiutilities.h
│   │   ├── labelwithstatus.h
│   │   ├── lineeditwithstatus.h
│   │   ├── locationlineedit.h
│   │   ├── messagebox.h
│   │   ├── messagepreviewer.h
│   │   ├── messagessearchlineedit.h
│   │   ├── messagestoolbar.h
│   │   ├── messagesview.h
│   │   ├── messagetextbrowser.h
│   │   ├── newspaperpreviewer.h
│   │   ├── plaintoolbutton.h
│   │   ├── searchtextwidget.h
│   │   ├── settings
│   │   │   ├── settingsbrowsermail.h
│   │   │   ├── settingsdatabase.h
│   │   │   ├── settingsdownloads.h
│   │   │   ├── settingsfeedsmessages.h
│   │   │   ├── settingsgeneral.h
│   │   │   ├── settingsgui.h
│   │   │   ├── settingslocalization.h
│   │   │   ├── settingspanel.h
│   │   │   └── settingsshortcuts.h
│   │   ├── squeezelabel.h
│   │   ├── statusbar.h
│   │   ├── styleditemdelegatewithoutfocus.h
│   │   ├── systemtrayicon.h
│   │   ├── tabbar.h
│   │   ├── tabcontent.h
│   │   ├── tabwidget.h
│   │   ├── timespinbox.h
│   │   ├── toolbareditor.h
│   │   ├── treeviewcolumnsmenu.h
│   │   ├── treewidget.h
│   │   ├── webbrowser.h
│   │   ├── webviewer.h
│   │   └── widgetwithstatus.h
│   ├── miscellaneous
│   │   ├── application.h
│   │   ├── autosaver.h
│   │   ├── databasecleaner.h
│   │   ├── databasefactory.h
│   │   ├── databasequeries.h
│   │   ├── debugging.h
│   │   ├── externaltool.h
│   │   ├── feedreader.h
│   │   ├── iconfactory.h
│   │   ├── iofactory.h
│   │   ├── localization.h
│   │   ├── mutex.h
│   │   ├── regexfactory.h
│   │   ├── settings.h
│   │   ├── settingsproperties.h
│   │   ├── simplecrypt
│   │   │   └── simplecrypt.h
│   │   ├── skinfactory.h
│   │   ├── systemfactory.h
│   │   └── textfactory.h
│   ├── network-web
│   │   ├── adblock
│   │   │   ├── adblockaddsubscriptiondialog.h
│   │   │   ├── adblockdialog.h
│   │   │   ├── adblockicon.h
│   │   │   ├── adblockmanager.h
│   │   │   ├── adblockmatcher.h
│   │   │   ├── adblockrule.h
│   │   │   ├── adblocksearchtree.h
│   │   │   ├── adblocksubscription.h
│   │   │   ├── adblocktreewidget.h
│   │   │   └── adblockurlinterceptor.h
│   │   ├── basenetworkaccessmanager.h
│   │   ├── downloader.h
│   │   ├── downloadmanager.h
│   │   ├── googlesuggest.h
│   │   ├── httpresponse.h
│   │   ├── networkfactory.h
│   │   ├── networkurlinterceptor.h
│   │   ├── oauth2service.h
│   │   ├── oauthhttphandler.h
│   │   ├── rssguardschemehandler.h
│   │   ├── silentnetworkaccessmanager.h
│   │   ├── urlinterceptor.h
│   │   ├── webfactory.h
│   │   └── webpage.h
│   ├── qtsingleapplication
│   │   ├── qtlocalpeer.h
│   │   ├── qtlockedfile.h
│   │   ├── qtsingleapplication.h
│   │   └── qtsinglecoreapplication.h
│   └── services
│   ├── abstract
│   │   ├── accountcheckmodel.h
│   │   ├── cacheforserviceroot.h
│   │   ├── category.h
│   │   ├── feed.h
│   │   ├── gui
│   │   │   └── formfeeddetails.h
│   │   ├── recyclebin.h
│   │   ├── rootitem.h
│   │   ├── serviceentrypoint.h
│   │   └── serviceroot.h
│   ├── gmail
│   │   ├── definitions.h
│   │   ├── gmailentrypoint.h
│   │   ├── gmailfeed.h
│   │   ├── gmailserviceroot.h
│   │   ├── gui
│   │   │   ├── formaddeditemail.h
│   │   │   ├── formdownloadattachment.h
│   │   │   └── formeditgmailaccount.h
│   │   └── network
│   │   └── gmailnetworkfactory.h
│   ├── inoreader
│   │   ├── definitions.h
│   │   ├── gui
│   │   │   └── formeditinoreaderaccount.h
│   │   ├── inoreaderentrypoint.h
│   │   ├── inoreaderfeed.h
│   │   ├── inoreaderserviceroot.h
│   │   └── network
│   │   └── inoreadernetworkfactory.h
│   ├── owncloud
│   │   ├── definitions.h
│   │   ├── gui
│   │   │   ├── formeditowncloudaccount.h
│   │   │   └── formowncloudfeeddetails.h
│   │   ├── network
│   │   │   └── owncloudnetworkfactory.h
│   │   ├── owncloudfeed.h
│   │   ├── owncloudserviceentrypoint.h
│   │   └── owncloudserviceroot.h
│   ├── standard
│   │   ├── atomparser.h
│   │   ├── feedparser.h
│   │   ├── gui
│   │   │   ├── formstandardcategorydetails.h
│   │   │   ├── formstandardfeeddetails.h
│   │   │   └── formstandardimportexport.h
│   │   ├── rdfparser.h
│   │   ├── rssparser.h
│   │   ├── standardcategory.h
│   │   ├── standardfeed.h
│   │   ├── standardfeedsimportexportmodel.h
│   │   ├── standardserviceentrypoint.h
│   │   └── standardserviceroot.h
│   └── tt-rss
│   ├── definitions.h
│   ├── gui
│   │   ├── formeditttrssaccount.h
│   │   └── formttrssfeeddetails.h
│   ├── network
│   │   └── ttrssnetworkfactory.h
│   ├── ttrssfeed.h
│   ├── ttrssserviceentrypoint.h
│   └── ttrssserviceroot.h
├── lib
│   └── librssguard.so
└── share
├── applications
│   └── com.github.rssguard.desktop
├── icons
│   └── hicolor
│   └── 512x512
│   └── apps
│   └── rssguard.png
└── metainfo
└── com.github.rssguard.appdata.xml
40 directories, 170 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment