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

Extending indexing #14

Open
2 tasks
egemengol opened this issue Feb 14, 2024 · 4 comments
Open
2 tasks

Extending indexing #14

egemengol opened this issue Feb 14, 2024 · 4 comments

Comments

@egemengol
Copy link

First of all, awesome project and thanks for the work you have put in!

  • Is it planned to have PWAs indexed as well as the native apps? I make use of them consistently.
  • Can we have files/folders indexed and opened via default apps?
@MatthiasGrandl
Copy link
Owner

Is it planned to have PWAs indexed as well as the native apps? I make use of them consistently.

That sounds like a sensible suggestion. I am not sure where those are located and whether this has to be independently implemented for each browser that supports PWAs.

Can we have files/folders indexed and opened via default apps?

yeah i want to add some basic file manager for sure

MatthiasGrandl added a commit that referenced this issue Feb 16, 2024
@MatthiasGrandl
Copy link
Owner

Added some initial support for PWAs. I am not sure what browser you are using, but Safari and Chromium are working for me. You can check here and add any directories that we should check for PWAs.

https://github.com/MatthiasGrandl/loungy/blob/main/src/commands/root/list.rs#L53

@caliguIa
Copy link

Second to this apps installed in non-Applications directory would be great. I use Nix, so have apps symlinked into ~/.nix-profile/Applications. Raycast picks these up which is great but would be awesome to see these picked up here as well! Let me know if I can provide anymore info!

@MatthiasGrandl
Copy link
Owner

@caliguIa absolutely no problem adding one more directory to the hardcoded list. Probably should also make it configurable though…

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

No branches or pull requests

3 participants