-
Notifications
You must be signed in to change notification settings - Fork 0
/
kite.example.yml
59 lines (52 loc) · 1.07 KB
/
kite.example.yml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
#
# Config file for kite
#
# Author : https://github.com/inhere
# Homepage: https://github.com/inhere/kite
#
# for kite.app
app:
# base_dir: ~/.kite
tmp_dir: $base/tmp
cache_dir: $base/tmp/caches
config_dir: $base/config
resource_dir: $base/resource
include_config:
- common.yml
- extra.yml
- tasks.yml
- gitx.yml
- commands.yml
# kite backend server
server:
enable: true
port: 9092
pidfile: $data/kite-serve.pid
# for gcli.app
cliapp:
# try run syscmd or script or plugin on command not found
smart_handle: true
enable_plugin: true
enable_script: true
# auto find cmd on os path and run it
enable_syscmd: true
# backend server addr
# server_addr: 127.0.0.1:9092
# for web app
webapp:
port: 9091
# path aliases map
path_map:
home: ~
gobin: ${GOPATH}/bin
quick_open:
gh: https://github.com
# aliases map for kite commands
# can be used for quick run a subcommand, and allow with flags
aliases:
ac: git ac
acp: git acp
script: tool run --script
updateself: self update
update-self: self update
self-update: self update