summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-08-09 15:51:23 -0600
committerMark Wagie2022-08-09 15:51:23 -0600
commitfb503c9419823ebc8a4c5b2c2c1c4f9a9839734a (patch)
tree10e028e47f7b8ff3b93e694d67eb102f042ed800
parent0b3500d1f28cfbdbb43d72fb8ad4cc26b0cdd31a (diff)
downloadaur-fb503c9419823ebc8a4c5b2c2c1c4f9a9839734a.tar.gz
update conf.yml
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--conf.yml11
3 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55a9465bffdb..36fac89a4444 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cheat
pkgdesc = Allows you to create and view interactive cheatsheets on the command-line
pkgver = 4.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cheat/cheat
arch = x86_64
arch = arm
@@ -26,7 +26,7 @@ pkgbase = cheat
source = cheatsheets-4.3.1-LICENSE::https://raw.githubusercontent.com/cheat/cheatsheets/master/.github/LICENSE.txt
sha256sums = 10011b4dd8e66976decd7f3252e3221cb2c5a290740648ac3a70f3b20bac3109
sha256sums = 6318f816e4c8f2e9c34b8dc1855adeff58c1254809b8aa86c2b39ed155f3d2b6
- sha256sums = 7d530961f1896016d23e9009c4c6210214f35588e95e17675be4a41578f52a3c
+ sha256sums = 18f9df59e26ca4a0bd4e660afcb1c221e89e8a8f92995656dab63057067abf9c
sha256sums = SKIP
sha256sums = a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499
diff --git a/PKGBUILD b/PKGBUILD
index 9caf9d47584e..17f5679afb0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Bogdan <d0xi at inbox dot ru>
pkgname=cheat
pkgver=4.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/cheat/cheat"
@@ -22,7 +22,7 @@ source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"
"cheatsheets-$pkgver-LICENSE::https://raw.githubusercontent.com/cheat/cheatsheets/master/.github/LICENSE.txt")
sha256sums=('10011b4dd8e66976decd7f3252e3221cb2c5a290740648ac3a70f3b20bac3109'
'6318f816e4c8f2e9c34b8dc1855adeff58c1254809b8aa86c2b39ed155f3d2b6'
- '7d530961f1896016d23e9009c4c6210214f35588e95e17675be4a41578f52a3c'
+ '18f9df59e26ca4a0bd4e660afcb1c221e89e8a8f92995656dab63057067abf9c'
'SKIP'
'a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499')
diff --git a/conf.yml b/conf.yml
index e8defe784952..98824e40d3f8 100644
--- a/conf.yml
+++ b/conf.yml
@@ -1,6 +1,6 @@
---
# The editor to use with 'cheat -e <sheet>'. Defaults to $EDITOR or $VISUAL.
-# editor: vim
+editor: EDITOR_PATH
# Should 'cheat' always colorize output?
colorize: false
@@ -8,14 +8,16 @@ colorize: false
# Which 'chroma' colorscheme should be applied to the output?
# Options are available here:
# https://github.com/alecthomas/chroma/tree/master/styles
-# style: monokai
+style: monokai
# Which 'chroma' "formatter" should be applied?
# One of: "terminal", "terminal256", "terminal16m"
-formatter: terminal
+formatter: terminal256
# Through which pager should output be piped?
-# pager: less -FRX # <- recommended where available
+# 'less -FRX' is recommended on Unix systems
+# 'more' is recommended on Windows
+#pager: PAGER_PATH
# The paths at which cheatsheets are available. Tags associated with a cheatpath
# are automatically attached to all cheatsheets residing on that path.
@@ -30,7 +32,6 @@ formatter: terminal
# commands. So, if you want to view the 'tar' cheatsheet that is tagged as
# 'community' rather than your own, you can use: cheat tar -t community
cheatpaths:
-
# Paths that come earlier are considered to be the most "global", and will
# thus be overridden by more local cheatsheets. That being the case, you
# should probably list community cheatsheets first.