Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextcloud/files_rightclick
π Right click menu for Nextcloud
https://github.com/nextcloud/files_rightclick
files-nextcloud nextcloud nextcloud-app
Last synced: 3 months ago
JSON representation
π Right click menu for Nextcloud
- Host: GitHub
- URL: https://github.com/nextcloud/files_rightclick
- Owner: nextcloud
- License: agpl-3.0
- Archived: true
- Created: 2018-02-04T12:44:44.000Z (almost 7 years ago)
- Default Branch: stable27
- Last Pushed: 2024-05-21T08:09:44.000Z (7 months ago)
- Last Synced: 2024-09-25T21:33:05.446Z (3 months ago)
- Topics: files-nextcloud, nextcloud, nextcloud-app
- Language: JavaScript
- Homepage: https://apps.nextcloud.com/apps/files_rightclick
- Size: 1.11 MB
- Stars: 65
- Watchers: 3
- Forks: 23
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
β οΈ As of Nextcloud 28, this app is deprecated.
The right click feature has been merged upstream.# 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 donβt 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](https://raw.githubusercontent.com/NastuzziSamy/files_rightclick/master/screenshots/folder.png)## 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](https://raw.githubusercontent.com/NastuzziSamy/files_rightclick/master/screenshots/picture.png)## File context menu
Add "Edit this file" option to edit the file
![alt text](https://raw.githubusercontent.com/NastuzziSamy/files_rightclick/master/screenshots/file.png)## 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](https://github.com/nextcloud/files_rightclick/issues) and [review pull requests](https://github.com/nextcloud/files_rightclick/pulls) π