From: Svjatoslav Agejenko Date: Tue, 1 Jan 2019 11:26:12 +0000 (+0200) Subject: Merge branch 'master' of ssh://svjatoslav.eu:10006/home/n0/git/instantlauncher X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=instantlauncher.git;a=commitdiff_plain;h=6062c78cd59ceae51906d6cf327933a0c6dac38a;hp=155895d0ed0f436753bf862287341830653a9c9f Merge branch 'master' of ssh://svjatoslav.eu:10006/home/n0/git/instantlauncher --- diff --git a/doc/index.html b/doc/index.html index 78bed89..4609432 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,14 +2,14 @@ Instantlauncher - navigate to your files and programs quickly! - + - - -" + + + -- This program is free software; you can redistribute it and/or modify it under - the terms of version 3 of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public License]] or later as - published by the Free Software Foundation. +* General +- This program is free software: you can redistribute it and/or modify + it under the terms of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public License]] as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. - Program author: - Svjatoslav Agejenko - Homepage: http://svjatoslav.eu - Email: mailto://svjatoslav@svjatoslav.eu -- [[http://www.svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]] +- [[http://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]] -* (document settings) :noexport: -** use dark style for TWBS-HTML exporter -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: " -#+HTML_HEAD: +** Source code +- [[http://www2.svjatoslav.eu/gitweb/?p=instantlauncher.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] + +- [[http://www2.svjatoslav.eu/gitweb/?p=instantlauncher.git;a=summary][Browse Git repository online]] + +- Clone Git repository using command: + : git clone http://www2.svjatoslav.eu/git/instantlauncher.git -* General description +* Purpose Quick filesystem based document/application launcher. It starts by showing content of [[id:5ced6bf5-165a-49a0-8de4-3755d810d987][predefined directory]]. Sub directories can be chosen by simply moving mouse pointer over corresponding directory. diff --git a/tools/commit and push b/tools/commit and push new file mode 100755 index 0000000..057b511 --- /dev/null +++ b/tools/commit and push @@ -0,0 +1,11 @@ +#!/bin/bash +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; + +cd .. + +cola +git push + +echo "" +echo "Press ENTER to close this window." +read diff --git a/tools/open with git-cola b/tools/open with git-cola deleted file mode 100755 index 8655908..0000000 --- a/tools/open with git-cola +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -cd "${0%/*}" - -cd .. - -cola diff --git a/tools/update web site b/tools/update web site new file mode 100755 index 0000000..33ef3a8 --- /dev/null +++ b/tools/update web site @@ -0,0 +1,10 @@ +#!/bin/bash +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; + +cd .. + +rsync -avz --delete -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/instantlauncher/ + +echo "" +echo "Press ENTER to close this window." +read