summaryrefslogtreecommitdiffstats
path: root/sti.page
blob: 769055af4cfc3e1c35aa886cfd46b70c372d642e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
;;;;;
title: sti
url: projects/sti.html
;;;;;

`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 [here](http://code.ryuslash.org/sti), or
  also on [Github](https://github.com/ryuslash/sti).
- **Archives**: If you don't want to learn or use git, you can also
  download it as either zip or tar:
    - Development version
      ([zip](http://code.ryuslash.org/sti/snapshot/sti-master.zip),
      [tar.gz](http://code.ryuslash.org/sti/snapshot/sti-master.tar.gz))

## Contact

The project's source code is hosted here and it is mirrored to
[Github](https://github.com/ryuslash/sti). If you would like to
contribute you can use either github to report issues or create pull
requests, or send them directly to [me](mailto:tom@ryuslash.org).

## 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
[about page](http://code.ryuslash.org/sti/about/).

<!-- Local Variables: -->
<!-- mode: markdown -->
<!-- End: -->