summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-16 01:51:00 +0200
committerGravatar Tom Willemse2014-04-16 01:51:00 +0200
commitee1d696ca8e7f6785f8469d463102ca8e0b60f52 (patch)
tree3c208260d024d49c0ee8c7dc6140f188e7fbc256
parent80b9e32f191a640a5734150b1ff4762a286f92b7 (diff)
downloadorgweb-ee1d696ca8e7f6785f8469d463102ca8e0b60f52.tar.gz
orgweb-ee1d696ca8e7f6785f8469d463102ca8e0b60f52.zip
Add page/note about sti
-rw-r--r--index.org6
-rw-r--r--projects/sti.org33
2 files changed, 39 insertions, 0 deletions
diff --git a/index.org b/index.org
index 46984ff..4adfb61 100644
--- a/index.org
+++ b/index.org
@@ -16,6 +16,12 @@
useful. They are not sorted in order of importance, popularity or
size.
+** [[file:projects/sti.org][sti]] :Bash:
+
+ A stupid little tool installer. For the little scripts that don't
+ belong in a package manager, do belong in VCS, but shouldn't take
+ too long to set up.
+
** [[http://projects.ryuslash.org/cdispass/][cdispass]] :Conkeror:JavaScript:
A [[http://conkeror.org][Conkeror]] interface for [[http://dispass.babab.nl][DisPass]]. Input your passphrases directly
diff --git a/projects/sti.org b/projects/sti.org
new file mode 100644
index 0000000..76cd754
--- /dev/null
+++ b/projects/sti.org
@@ -0,0 +1,33 @@
+#+TITLE: sti
+#+STARTUP: showall
+#+OPTIONS: toc:nil
+
+~sti~ is a stupid little script that helps install little tools quickly.
+When you write lots of little utilities and have more than one place
+you use them (Desktop, Laptop, Server, etc.) it can be a pain to have
+to keep track of what you've installed where, and sending the files
+around using ~scp~ or ~unison~ can get tedious or confusing.
+
+* Download
+
+ ~sti~ is still in the early stages of development, so the only place
+ you can really get it from is from the git repository.
+
+ - *Source code*: Available [[http://code.ryuslash.org/sti][here]], or also on [[https://github.com/ryuslash/sti][Github]].
+ - *Archives*: If you don't want to learn or use git, you can also
+ download it as either zip or tar:
+ - Development version ([[http://code.ryuslash.org/sti/snapshot/sti-master.zip][zip]], [[http://code.ryuslash.org/sti/snapshot/sti-master.tar.gz][tar.gz]])
+
+* Contact
+
+ The project's source code is hosted here and it is mirrored to
+ [[https://github.com/ryuslash/sti][Github]]. If you would like to contribute you can use either github to
+ report issues or create pull requests, or send them directly to [[mailto:tom@ryuslash.org][me]].
+
+* Description
+
+ ~sti~ makes it easy to install and maintain the little tools you write
+ to make your work-flow a little easier on several systems. It uses
+ git to download and update the tools.
+
+ You can read more about it on the [[http://code.ryuslash.org/sti/about/][about page]].