Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add source field to each cheatpath to describe cheatsheet's source, add command option to print current config path #661

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

Lonenso
Copy link

@Lonenso Lonenso commented Mar 20, 2022

an alternative way to resolve the problem #658 mentioned.

a glance of sample config yaml

  - name: community
    path: /home/lone/cheatsheets/community
    source: https://github.com/cheat/cheatsheets.git    # add this key.
    tags: [ community ]
    readonly: true

also add an command option -C/--config to show config path

> cheat -C
config: /home/lone/.cheat.yml

PS: sorry about the low version pandoc, it caused some unwilling changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant