mirror of
https://github.com/cheat/cheat.git
synced 2025-09-06 03:52:55 +02:00
Re-wrote from scratch in Golang
- Re-implemented the project in Golang, and deprecated Python entirely - Implemented several new, long-requested features - Refactored cheatsheets into a separate repository
This commit is contained in:
17
mocks/conf/conf.yml
Normal file
17
mocks/conf/conf.yml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
editor: vim
|
||||
|
||||
colorize: true
|
||||
|
||||
cheatpaths:
|
||||
- path: ~/.dotfiles/cheat/community
|
||||
tags: [ community ]
|
||||
readonly: true
|
||||
|
||||
- path: ~/.dotfiles/cheat/work
|
||||
tags: [ work ]
|
||||
readonly: false
|
||||
|
||||
- path: ~/.dotfiles/cheat/personal
|
||||
tags: [ personal ]
|
||||
readonly: false
|
15
mocks/conf/empty.yml
Normal file
15
mocks/conf/empty.yml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
colorize: true
|
||||
|
||||
cheatpaths:
|
||||
- path: ~/.dotfiles/cheat/community
|
||||
tags: [ community ]
|
||||
readonly: true
|
||||
|
||||
- path: ~/.dotfiles/cheat/work
|
||||
tags: [ work ]
|
||||
readonly: false
|
||||
|
||||
- path: ~/.dotfiles/cheat/personal
|
||||
tags: [ personal ]
|
||||
readonly: false
|
6
mocks/sheet/foo
Normal file
6
mocks/sheet/foo
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
syntax: sh
|
||||
tags: [ "foo", "bar", "baz" ]
|
||||
---
|
||||
# To foo the bar:
|
||||
foo bar
|
Reference in New Issue
Block a user