Open guettli opened 1 year ago
Ah, geez. This is a really stupid behavior that I overlooked. Thanks for the bug report. I'll see what I can do about it.
Hi, I am facing the same issue:
I installed cheat with brew install cheat
.
Then I run cheat --help
and it suggested this command
Examples:
To initialize a config file:
mkdir -p ~/.config/cheat && cheat --init > ~/.config/cheat/conf.yml
I have done this as well. Then I just tried to see if there are already some lists and I ran cheat -l
and I got this error message: failed to load config: failed to resolve symlink: ~/.config/cheat/cheatsheets/community: lstat ~/.config/cheat/cheatsheets: no such file or directory
I then ran git clone https://github.com/cheat/cheatsheets.git
inside ~/.config/cheat
cheat -l
outputs failed to load config: failed to resolve symlink: ~/.config/cheat/cheatsheets/community: lstat ~/.config/cheat/cheatsheets/community: no such file or directory
I manually created the folder community.
cheat -l
outputs failed to load config: failed to resolve symlink: ~/.config/cheat/cheatsheets/personal: lstat ~/.config/cheat/cheatsheets/personal: no such file or directory
I manually created the folder personal.
Now there is no longer any error message with cheat -l
so I tried to add a new entry: cheat -e finder
which outputs failed to edit cheatsheet: exec: "EDITOR_PATH": executable file not found in $PATH
I am running macOS 15.0.1.
Thanks for submitting a bug report. Please provide the following information:
A description of the problem
Here is what I did: