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

Basic recently processed file list #2201

Open
4 tasks done
pein0saga opened this issue Oct 16, 2024 · 2 comments
Open
4 tasks done

Basic recently processed file list #2201

pein0saga opened this issue Oct 16, 2024 · 2 comments

Comments

@pein0saga
Copy link

pein0saga commented Oct 16, 2024

The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first

Description

Basically, we always need to check what we worked recently and fetch it quickly. I think this is a basic function what a basic software need. (Especially when we select "dir unset" and always new files will keep old modified time).

I know I can check this from the developer tools console, but it is also need a clean and simple list for newbie.

For example, a finished files list for quickly open the folder the file processed. (Just like Internet browser downloaded file list)

image

@pein0saga pein0saga changed the title Basic recently opened/processed files history-logging Basic recently processed file list Oct 16, 2024
@mifi
Copy link
Owner

mifi commented Oct 22, 2024

I think the most "standard" way (that almost all apps do) is to have a submenu under the File menu, named "Open recent" which lists the last 10 opened files or so

@pein0saga
Copy link
Author

I think the most "standard" way (that almost all apps do) is to have a submenu under the File menu, named "Open recent" which lists the last 10 opened files or so

That's OK as another way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants