-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
46 lines (30 loc) · 1.7 KB
/
README
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
44
45
46
===== ABOUT =====
gitselect is a command line tool, that lets the user quickly select a file from a git
repository. This file is then used to issue another command (by default opening it in
gedit).
Note: This tool was motivated by the ALT-G shortcut of the Code::Blocks IDE.
====== COPYRIGHT ======
Copyright 2010 Marc Zinnschlag <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
====== INSTALLING ======
gitselect can be installed from source using:
./setup.py install
====== USAGE ======
Enter the command gitselect while somewhere in a git repository. This will split the
console in two parts.
Upper: A list of all versioned files. You can navigte this list with cursor up and
cursur down. Pressing return will trigger the predefined action and exit gitselect.
Lower: An input field. Any text entered here will be used as a filter for the file list
in the upper part (only files will be listed, that contain the string in the input field).
====== CONFIGURATION ======
gitselect is configured through a file named .gitselect in the user's home directory. If
gitselect is run and this file does not exist, it is created (containing default settings).