Open judexgauss opened 1 month ago
I do not think it is created by default.
Just create it manually, replace nvim with your editor
mkdir ~/.config/lobster
echo "lobster_editor=nvim" > ~/.config/lobster/lobster_config.sh
lobster -e
Options are here
Here is mine:
lobster_editor=nvim
player=mpv
download_dir=~/Videos/Lobster
provider=Vidcloud
history=1
subs_language=english
json_from_id() {
json_data=$(curl -s "http://127.0.0.1:8888/.netlify/functions/decrypt?id=${source_id}")
}
json_from_id() is because of this.
Describe the bug When trying to edit config there is no
lobster_config.sh
so i can't edit config. Reinstalling didn't helpTo Reproduce Steps to reproduce the behavior:
paru -S lobster-git
lobster -e
Expected behavior Editor launched.
Screenshots
Desktop (please complete the following information):