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

Export game shortcuts #9

Open
Solaire opened this issue May 16, 2021 · 5 comments
Open

Export game shortcuts #9

Solaire opened this issue May 16, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@Solaire
Copy link
Owner

Solaire commented May 16, 2021

The app should allow the user to export multiple games as shortcuts to a given location. Initially, the implementation would only work on single games or a folder (eg. steam) but in the future it could handle selecting multiple games a a time (would need additional features in navigation mode)

@Solaire Solaire added the enhancement New feature or request label May 16, 2021
@Nutzzz
Copy link
Contributor

Nutzzz commented May 16, 2021

You may have missed that single-game shortcut to Desktop is already implemented.

@Solaire
Copy link
Owner Author

Solaire commented May 16, 2021

Yes, I have missed that. But still in the future we should probably support exporting all icons

@Nutzzz
Copy link
Contributor

Nutzzz commented May 19, 2021

FYI, this is what I'm currently working on. As a first step I've got a working file/folder browser using the existing navigation framework. I expect we may need such a browser for other features (maybe e.g., adding a game from within the app). I'm trying not to make things too ugly in the process, but it's clear there's going to need to be a refactor at some point.

@Solaire
Copy link
Owner Author

Solaire commented May 19, 2021

Okay, that's good.
I am currently working on the SQL stuff and refactoring some of the game classes (and creating a new class for platforms) to use the queries to read/write data.
You are right, we will need to refactor the console code (maybe store all of that in a dedicated TUI class?)

@Nutzzz
Copy link
Contributor

Nutzzz commented Jun 27, 2021

This is somewhat complete since this commit was pulled, though I'd like to add the ability to manually type a path into the folder browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants