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

Allow to open files, web urls remotely #5984

Closed
trmdi opened this issue Apr 2, 2024 · 5 comments · Fixed by #5985 or #5986
Closed

Allow to open files, web urls remotely #5984

trmdi opened this issue Apr 2, 2024 · 5 comments · Fixed by #5985 or #5986
Assignees

Comments

@trmdi
Copy link

trmdi commented Apr 2, 2024

Sometimes I want to open a file or web url on the agent's screen remotely (not use the mouse to open it on the agent's screen). Currently there is already a button for that but it only displays on the desktop ui, and it can only open web urls, not open files like images, document...

So it would be nice if:

  • that button is visible on the mobile ui
  • allow to open not only web urls but also files
@si458
Copy link
Collaborator

si458 commented Apr 2, 2024

done pr for the web url to mobile ui,
looking into the opening of files, in theory i can use the same function that opens the url to open files!
just need to add extra buttons, commands, etc, so be a day of 2 👍

p.s: dont forget to donate ❤️ or have a look at my amazon wish list! https://www.si458.co.uk/2024/01/05/donation/

@si458
Copy link
Collaborator

si458 commented Apr 2, 2024

pr done!
you can now tick a single file/folder in the files tab and click 'open' and it will open that file/folder on the desktop!
you can also run openfile "C:\Users\user\Documents\randomfile.txt" or openfile "/Users/user/Documents" in the console tab!

p.s: i havent added the open button to the mobile UI, because we have run out of space, so need to think where to put the button or maybe a new hide away draw with the buttons possible?

@trmdi
Copy link
Author

trmdi commented Apr 2, 2024

Can we also open web urls from the console?
Ah nevermind, I see "openurl" in the available cmd list. 👍

@trmdi
Copy link
Author

trmdi commented Apr 3, 2024

p.s: i havent added the open button to the mobile UI, because we have run out of space, so need to think where to put the button or maybe a new hide away draw with the buttons possible?

Maybe make that area horizontally scrollable?
Or display a context menu when clicking on a file? It asks the user to download or open the file?

@si458
Copy link
Collaborator

si458 commented Apr 3, 2024

Can we also open web urls from the console? Ah nevermind, I see "openurl" in the available cmd list. 👍

That already exists now, openurl

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