Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 19, 2021 17:52
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/012496388ec46676be81cb623a647e29 to your computer and use it in GitHub Desktop.
Save r-ryantm/012496388ec46676be81cb623a647e29 to your computer and use it in GitHub Desktop.
/nix/store/c9f260gbsp29rzvbgr4k1ysnn4hmwva6-libcommuni-3.6.0
├── features
│   ├── communi-config.prf
│   └── communi.prf
├── include
│   ├── IrcCore
│   │   ├── Irc
│   │   ├── IrcCommand
│   │   ├── IrcCommandFilter
│   │   ├── irccommand.h
│   │   ├── IrcConnection
│   │   ├── ircconnection.h
│   │   ├── IrcCore
│   │   ├── irccore.h
│   │   ├── ircfilter.h
│   │   ├── IrcGlobal
│   │   ├── ircglobal.h
│   │   ├── irc.h
│   │   ├── IrcMessage
│   │   ├── IrcMessageFilter
│   │   ├── ircmessage.h
│   │   ├── IrcNetwork
│   │   ├── ircnetwork.h
│   │   ├── IrcProtocol
│   │   └── ircprotocol.h
│   ├── IrcModel
│   │   ├── IrcBuffer
│   │   ├── ircbuffer.h
│   │   ├── IrcBufferModel
│   │   ├── ircbuffermodel.h
│   │   ├── IrcChannel
│   │   ├── ircchannel.h
│   │   ├── IrcModel
│   │   ├── ircmodel.h
│   │   ├── IrcUser
│   │   ├── ircuser.h
│   │   ├── IrcUserModel
│   │   └── ircusermodel.h
│   └── IrcUtil
│   ├── IrcCommandParser
│   ├── irccommandparser.h
│   ├── IrcCommandQueue
│   ├── irccommandqueue.h
│   ├── IrcCompleter
│   ├── irccompleter.h
│   ├── IrcLagTimer
│   ├── irclagtimer.h
│   ├── IrcPalette
│   ├── ircpalette.h
│   ├── IrcTextFormat
│   ├── irctextformat.h
│   ├── IrcUtil
│   └── ircutil.h
├── lib
│   ├── libIrcCore.so -> libIrcCore.so.3.6.0
│   ├── libIrcCore.so.3 -> libIrcCore.so.3.6.0
│   ├── libIrcCore.so.3.6 -> libIrcCore.so.3.6.0
│   ├── libIrcCore.so.3.6.0
│   ├── libIrcModel.so -> libIrcModel.so.3.6.0
│   ├── libIrcModel.so.3 -> libIrcModel.so.3.6.0
│   ├── libIrcModel.so.3.6 -> libIrcModel.so.3.6.0
│   ├── libIrcModel.so.3.6.0
│   ├── libIrcUtil.so -> libIrcUtil.so.3.6.0
│   ├── libIrcUtil.so.3 -> libIrcUtil.so.3.6.0
│   ├── libIrcUtil.so.3.6 -> libIrcUtil.so.3.6.0
│   └── libIrcUtil.so.3.6.0
└── qml
└── Communi
├── libcommuniplugin.so
├── plugins.qmltypes
└── qmldir
8 directories, 62 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment