justchokingaround / lobster

mmm lobster
GNU General Public License v2.0
548 stars 37 forks source link

There is no lobster_config.sh #230

Open judexgauss opened 1 day ago

judexgauss commented 1 day ago

Describe the bug When trying to edit config there is no lobster_config.sh so i can't edit config. Reinstalling didn't help

To Reproduce Steps to reproduce the behavior:

  1. Install lobster paru -S lobster-git
  2. Run lobster -e

Expected behavior Editor launched.

Screenshots image

Desktop (please complete the following information):

virt-10 commented 17 hours 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.