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:
Chris Lane
2019-10-20 10:02:28 -04:00
parent 307c4e6ad6
commit e5114a3e76
271 changed files with 2630 additions and 7834 deletions

17
mocks/conf/conf.yml Normal file
View 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
View 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