drakhart / files_rightclick

Add a simple right click menu on the files Nextcloud app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files Right Click (Nextcloud app)

Add a simple right click menu on the Files Nextcloud app. Add also some open options in function of the file type

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

TODOs

  • Add a context menu for files applications (Files and Files_Sharing)
  • Add custom options for each files:
    • Open option (detect the file type)
    • Check or uncheck option
    • Adapt sharing and copy/move options with selected files
    • WebDAV link option
  • Detect if an app is installed
  • Split js files
  • Use strict mode
  • Create a context menu generator
  • Add a context menu to create files or directories
  • Add a context menu in each icon apps
  • Add sub menu compatibility in context menu
  • Backport to NC 12

About

Add a simple right click menu on the files Nextcloud app

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 92.4%Language:PHP 3.5%Language:Makefile 3.2%Language:CSS 0.8%