This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders. The regular right click menu of the browser can be accessed either on areas which donโt have a right-click handler (like the header or left navigation) or anywhere by simply holding โฌ Shift before right click.
Add "Open folder" option to open the folder as you just left clicked on it Add "Open in a new tab" option to open the folder in a new tab (middle click)
Add "See this picture" option to see the picture Add "Open in the gallery app" option to open the picture in the gallery app
Add "Edit this file" option to edit the file
- Audio files: start and stop playing
- Video files: start watching
- โ Clone the app into the apps folder of your Nextcloud:
git clone https://github.com/nextcloud/files_rightclick.git
- โ๏ธ Enable the app through the app management of your Nextcloud
- ๐ Help fix some issues and review pull requests ๐