summarylogtreecommitdiffstats
path: root/autocomplete-ALL-the-things.install
diff options
context:
space:
mode:
authorAUR Archive Bot2015-08-17 23:18:09 +0200
committerStanislav Seletskiy2015-09-21 11:51:25 +0600
commit774ecaea9637ca942070e2780e872ab78451577d (patch)
tree483528246dcb99194ce86c287520e2d682332e78 /autocomplete-ALL-the-things.install
downloadaur-774ecaea9637ca942070e2780e872ab78451577d.tar.gz
Initial AUR Archive commit of 'urxvt-autocomplete-all-the-things-git'
(full history will be added later)
Diffstat (limited to 'autocomplete-ALL-the-things.install')
-rw-r--r--autocomplete-ALL-the-things.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/autocomplete-ALL-the-things.install b/autocomplete-ALL-the-things.install
new file mode 100644
index 000000000000..bb46217650a5
--- /dev/null
+++ b/autocomplete-ALL-the-things.install
@@ -0,0 +1,12 @@
+post_install ()
+{
+ echo "==> To enable autocomplete-ALL-the-things,"
+ echo "==> add the following to your ~/.Xresources (or ~/.Xdefaults):"
+ echo "==> URxvt.perl-ext-common: [your previous plugins],autocomplete-ALL-the-things"
+ echo "==> URxvt.keysym.M-slash: perl:aAtt:complete"
+}
+
+post_upgrade ()
+{
+ post_install $1
+}