@@ -9,43 +9,51 @@ BACKGROUND
9
9
10
10
This project was inspired by Dylan Arap's POSIX shell script, okpal [0]. This
11
11
application has similar functionality to okpal but is designed with execution
12
- speed in mind. There are currently >280 light and dark palettes offered at
12
+ speed in mind. There are currently 293 light and dark palettes offered at
13
13
this time within this package (with more to come).
14
14
15
15
16
- INSTALLATION
16
+ COMPATIBILITY
17
+ -------------
18
+
19
+ Compatibility with the following terminator-emulators on KISS Linux have been
20
+ tested at this time:
21
+
22
+ - simple terminal, st [2]
23
+ - alacritty [3]
24
+
25
+
26
+ DEPENDENCIES
17
27
------------
18
28
19
29
Other than a terminal emulator and C compiler (e.g. gcc), the application has
20
30
no other dependencies.
21
31
22
- - Building and installing from source:
23
32
24
- $ git clone https://github.com/mcpcpc/kfc.git
25
- $ cd kfc/
26
- $ make
27
- $ make install
33
+ INSTALLATION
34
+ ------------
28
35
29
- - Installing on KISS Linux :
36
+ Building and installing from source :
30
37
31
- $ kiss b kfc && kiss i kfc
38
+ $ git clone https://github.com/mcpcpc/kfc.git
39
+ $ cd kfc/
40
+ $ make
41
+ $ make install
32
42
33
- Compatibility with the following terminator emulators on KISS Linux have been
34
- tested:
43
+ Installing on KISS Linux:
35
44
36
- - simple terminal, st [2]
37
- - alacritty [3]
45
+ $ kiss b kfc && kiss i kfc
38
46
39
47
40
48
USAGE
41
49
-----
42
50
43
- kfc [-s palette|-L|-r] [l|-v|-p]
51
+ kfc [-l|-L|-r|-s palette] [|-v|-p]
52
+ -l List palettes
53
+ -L Set light themes (modifier for -s/-r/-l)
54
+ -r Select a random palette
44
55
-s palette Select a palette
45
- -l List all palettes
46
56
-p Print current palette
47
- -r Select a random palette
48
- -L Set light themes (modifier for -s/-r)
49
57
-h Show this information
50
58
-v Show version information
51
59
0 commit comments