• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.editorconfigH A D09-Feb-2020206 1311

ISSUE_TEMPLATE.mdH A D09-Feb-2020440 1610

MakefileH A D09-Feb-2020868 4836

README.mdH A D09-Feb-20201.6 KiB5035

gti.6H A D09-Feb-20201,008 3628

gti.cH A D09-Feb-20208.3 KiB330256

README.md

1gti
2===
3
4Just a silly `git` launcher, basically. Inspired by `sl`.
5
6Build and Install
7-----------------
8
9From a package system:
10* [Fedora](https://src.fedoraproject.org/rpms/gti)
11* it's in ArchLinux' AUR as [gti-git](https://aur.archlinux.org/packages/gti-git/) and as [gti](https://aur.archlinux.org/packages/gti/)
12* [Gentoo](https://packages.gentoo.org/packages/dev-vcs/gti)
13* [Nix/NixOS](https://github.com/NixOS/nixpkgs/pull/13453)
14* [Ubuntu](https://launchpad.net/~mamantoha/+archive/ubuntu/gti)
15* [FreeBSD ports](http://svnweb.freebsd.org/ports/head/games/gti/)
16* [OpenBSD ports](http://openports.se/games/gti)
17* [Homebrew/MacOS X](http://braumeister.org/formula/gti)
18* ([it's not in Debian yet](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705850))
19
20From source:
21
22    $ make
23    $ make install # as root, probably
24
25The default install PREFIX is `/usr/bin`.
26
27You can change the speed of the car at runtime via `GTI_SPEED`.
28For example:
29
30    $ GTI_SPEED=2000 gti push # default is 1000
31
32Usage
33-----
34
35Try typing `git` really fast, on an unfamiliar keyboard.
36
37Author and License
38------------------
39
40Copyright 2012 by Richard Wossal <richard@r-wos.org>
41
42Permission to use, copy, modify, distribute, and sell this software
43and its documentation for any purpose is hereby granted without fee,
44provided that the above copyright notice appear in all copies and
45that both that copyright notice and this permission notice appear in
46supporting documentation.  No representations are made about the
47suitability of this software for any purpose.  It is provided "as
48is" without express or implied warranty.
49
50