Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 23, 2020 05:59
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/e26e5cfefcd6532b535f249f4870f60f to your computer and use it in GitHub Desktop.
Save r-ryantm/e26e5cfefcd6532b535f249f4870f60f to your computer and use it in GitHub Desktop.
/nix/store/r1d1nx8p55wv9ny2zj1a42vzxph4wpz1-psi-plus-1.4.1407
├── bin
│   └── psi-plus
├── lib
│   └── psi-plus
│   └── plugins
│   ├── libattentionplugin.so
│   ├── libautoreplyplugin.so
│   ├── libbirthdayreminderplugin.so
│   ├── libchessplugin.so
│   ├── libcleanerplugin.so
│   ├── libclientswitcherplugin.so
│   ├── libconferenceloggerplugin.so
│   ├── libcontentdownloaderplugin.so
│   ├── libenummessagesplugin.so
│   ├── libextendedmenuplugin.so
│   ├── libextendedoptionsplugin.so
│   ├── libgomokugameplugin.so
│   ├── libhistorykeeperplugin.so
│   ├── libimageplugin.so
│   ├── libimagepreviewplugin.so
│   ├── libjabberdiskplugin.so
│   ├── libjuickplugin.so
│   ├── libmessagefilterplugin.so
│   ├── libomemoplugin.so
│   ├── libopenpgpplugin.so
│   ├── libotrplugin.so
│   ├── libpepchangenotifyplugin.so
│   ├── libqipxstatusesplugin.so
│   ├── libscreenshotplugin.so
│   ├── libstopspamplugin.so
│   ├── libstoragenotesplugin.so
│   ├── libtranslateplugin.so
│   ├── libvideostatusplugin.so
│   └── libwatcherplugin.so
└── share
├── applications
│   └── psi-plus.desktop
├── icons
│   └── hicolor
│   ├── 128x128
│   │   └── apps
│   │   └── psi-plus.png
│   ├── 16x16
│   │   └── apps
│   │   └── psi-plus.png
│   ├── 32x32
│   │   └── apps
│   │   └── psi-plus.png
│   ├── 48x48
│   │   └── apps
│   │   └── psi-plus.png
│   └── 64x64
│   └── apps
│   └── psi-plus.png
├── metainfo
│   └── psi-plus.appdata.xml
├── pixmaps
│   └── psi-plus.png
└── psi-plus
├── certs
│   ├── README
│   ├── startcom_ca.crt
│   └── startcom_ca_new.crt
├── client_icons.txt
├── COPYING
├── iconsets
│   └── roster
│   ├── crystal-gadu.jisp
│   ├── crystal-icq.jisp
│   ├── crystal-roster.jisp
│   ├── crystal-service.jisp
│   ├── crystal-sms.jisp
│   ├── crystal-yahoo.jisp
│   ├── README
│   └── stellar-1.jisp
├── README.html
└── sound
├── attention.wav
├── chat1.wav
├── chat2.wav
├── chess_error.wav
├── chess_finish.wav
├── chess_move.wav
├── chess_start.wav
├── email.wav
├── ft_complete.wav
├── ft_incoming.wav
├── offline.wav
├── online.wav
├── pepnotify.wav
├── reminder.wav
├── send.wav
└── watcher.wav
25 directories, 68 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment