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

More granular control over when to show context menu #8

Open
m-haisham opened this issue Jun 5, 2020 · 4 comments
Open

More granular control over when to show context menu #8

m-haisham opened this issue Jun 5, 2020 · 4 comments

Comments

@m-haisham
Copy link
Contributor

For example:

  • File type
  • Location
@saleguas
Copy link
Owner

saleguas commented Jun 5, 2020

I'm planning on implementing file type in the future, and can you specify exactly what you mean by location? Thank you.

@m-haisham
Copy link
Contributor Author

C:/Users/*/Downloads for specific directory
C:/Users/*/Downloads/* for all directories inside downloads
C:/Users/*/Downloads/** for all files inside downloads

I'm not sure if this is possible but would be fantastic to have.

also how much information do we get to play with when deciding to display context menu

@saleguas
Copy link
Owner

saleguas commented Jun 6, 2020

I'm not currently sure how to activate on a specific directory, but it is a really cool feature. The information you get is deciding what type of section you want to fire on (folder background, files, etc.) and there is a table in the README describing this behavior. I'm planning on implementing opening on specific files in the future but for now that is all.

@susarlanikhilesh
Copy link

Having more than one context menu is overwriting each other ? Any thoughts on that ?
I have two files - simple_menu.py (type=FILES) , restore.py (type=DIRECTORY_BACKGROUND)
But after compiling I see two restore.py context menu only in the background. not sure how simple_menu is lost.

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