iyaja / llama-fs

A self-organizing file system with llama 3
MIT License
4.46k stars 254 forks source link

[FEATURE REQUEST] Folder selection window #11

Open vffuunnyy opened 1 month ago

vffuunnyy commented 1 month ago

Problem: Wsup! If you have 2 drives - llama-fs tries to get the path on the current one.

Solution: Make a folder selection window.

image image

geowjm commented 1 month ago

may i ask how did you make it run?, the UI i mean (sorry if is not related to the question, but is so little info, your post its the only place i have seen an actual UI and i am not an expert),

YoSo22 commented 1 month ago

may i ask how did you make it run?, the UI i mean (sorry if is not related to the question, but is so little info, your post its the only place i have seen an actual UI and i am not an expert),

I figured out how to do it. you need to install npm. go to the electron-react-app folder. run npm install. and then npm start from the same folder

vffuunnyy commented 3 weeks ago

may i ask how did you make it run?, the UI i mean (sorry if is not related to the question, but is so little info, your post its the only place i have seen an actual UI and i am not an expert),

it's simple:

cd electron-react-app npm i npm start

doobidoo commented 3 weeks ago

The app is a mess...needs documentation and tons of bugfixes imho.