Commit | Line | Data |
---|---|---|
63b9c207 NR |
1 | # Fanfix |
2 | ||
3 | ## Screenshots | |
4 | ||
5 | Fanfix can use different interfaces: | |
6 | ||
7 | - GUI: a Swing-based interface to display on your desktop | |
8 | - TUI: a [jexer](https://gitlab.com/klamonte/jexer/)-based interface to display in text mode, but still with window, buttons and other widgets | |
9 | - CLI: a fully automated CLI mode that can be used for scripts or to read on a terminal screen | |
10 | ||
11 | This screenshots gallery shows screenshots of different versions of Fanfix, but shows the more recent ones on top. | |
12 | ||
75bae2b8 | 13 | ### Version 2.0.0 |
63b9c207 NR |
14 | |
15 | #### GUI | |
16 | ||
75bae2b8 | 17 | ![Main window](fanfix-2.0.0-gui-library.png) |
63b9c207 | 18 | |
75bae2b8 | 19 | ![Properties page](fanfix-2.0.0-gui-properties.png) |
63b9c207 | 20 | |
75bae2b8 | 21 | ![Menu](fanfix-2.0.0-gui-menu.png) |
63b9c207 NR |
22 | |
23 | #### TUI | |
24 | ||
75bae2b8 | 25 | ![Main window](fanfix-2.0.0-tui-library.png) |
63b9c207 | 26 | |
75bae2b8 | 27 | ![Properties page](fanfix-2.0.0-tui-properties.png) |
63b9c207 | 28 | |
75bae2b8 | 29 | ![Menu](fanfix-2.0.0-tui-menu.png) |
63b9c207 NR |
30 | |
31 | #### CLI | |
32 | ||
75bae2b8 | 33 | ![Main window](fanfix-2.0.0-cli-library.png) |
63b9c207 | 34 | |
75bae2b8 | 35 | ![Properties page](fanfix-2.0.0-cli-properties.png) |
63b9c207 | 36 | |
75bae2b8 | 37 | ![Menu](fanfix-2.0.0-cli-menu.png) |
63b9c207 NR |
38 | |
39 | ### Version 1.3.2 | |
40 | ||
41 | #### GUI | |
42 | ||
43 | ![Main window](fanfix-1.3.2.png) | |
44 | ||
45 | ### Version 1.0.0 | |
46 | ||
47 | #### GUI | |
48 | ||
49 | ![Main window](fanfix-1.0.0.png) |