👉 Right click menu for Nextcloud
Перейти к файлу
Nextcloud bot cbe2711108 Updating phpunit-sqlite.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-15 14:42:46 +00:00
.github/workflows Updating phpunit-sqlite.yml workflow from template 2022-10-15 14:42:46 +00:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:29:48 +00:00
appinfo Add Nextcloud 25 support on master 2022-09-22 13:12:16 +02:00
css Handle scrolled pages 2019-03-28 11:37:16 +01:00
js Fix file list selectors 2022-09-13 09:17:40 +02:00
l10n [tx-robot] updated from transifex 2022-10-06 02:31:12 +00:00
lib Avoid loading the script if not needed 2022-01-03 13:24:45 +01:00
screenshots Change screenshots 2019-03-14 12:27:49 +01:00
.gitignore Update makefile. Auto enable the app in Nextcloud 2019-03-14 13:55:58 +01:00
CHANGELOG.md Bump version to v0.15.1 2019-12-09 10:41:27 +01:00
COPYING First version - Popup menu when right click on a specific file 2018-02-04 15:13:24 +01:00
LICENSE Initial commit 2018-02-04 13:44:44 +01:00
Makefile Bump version to 0.15.0 and fix multiple issues + add translations 2019-12-09 10:41:25 +01:00
README.md Add note about browser right click menu, fix #59 2019-04-01 17:30:44 +02:00

README.md

Right click for Nextcloud

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 dont have a right-click handler (like the header or left navigation) or anywhere by simply holding ⬆ Shift before right click.

Some screenshots

Folder context menu

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) alt text

Picture context menu

Add "See this picture" option to see the picture Add "Open in the gallery app" option to open the picture in the gallery app alt text

File context menu

Add "Edit this file" option to edit the file alt text

Other file types are handled (if an app can open it)

  • Audio files: start and stop playing
  • Video files: start watching

Development setup

  1. ☁ Clone the app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/files_rightclick.git
  2. ✔️ Enable the app through the app management of your Nextcloud
  3. 🎉 Help fix some issues and review pull requests 👍