sucher 0.6.1

A fast terminal viewer for files that are awkward in a browser: markdown, spreadsheets, PDF, images, video, docx, pptx, Keynote, archives and binary.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Sucher sample configuration
name: sucher
version: 1.4.0
debug: false

# Terminal viewer settings
viewer:
  theme: dark
  line_numbers: true
  tab_width: 4

# Supported preview formats
formats:
  - text
  - csv
  - zip
  - pptx
  - keynote