mirror of
https://github.com/cheat/cheat.git
synced 2025-09-04 11:08:29 +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
|
Reference in New Issue
Block a user