Proper repo initialization

Added README and .gitignore
master
Pitriss 3 years ago
parent 6b9c8e49b3
commit 25e5a1b83b

@ -0,0 +1,11 @@
# Konversation scripts
In this repository I will publish few of my scripts I am using in konversation.
## Basic info
All scripts belong to `~/.trinity/share/apps/konversation/scripts/` and should be executable. Whole magic lies in using dcop at the end of the script with correct flags which are provided by Konversation as input parameters.
## How to use scripts
Scripts can be used as /exec scriptname, there is way to assign an alias to the script or script can be called via "Quick buttons". The third option have a little nuance that you need to use /exec scriptname**%n** as button action. The **%n** is important to tell Konversation to press enter key after a command.
Hope this will help someone with extending functionality of this amazing IRC client.
Loading…
Cancel
Save