Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Update README and app info
Browse files Browse the repository at this point in the history
  • Loading branch information
NastuzziSamy committed May 1, 2018
1 parent 2e0c7e2 commit 87b577a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@
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
## Other file types are handled (if an app can open it)
- Audio files: start and stop playing
- Video files: start watching

# TODOs
- [x] Add a context menu for files applications (Files and Files_Sharing)
- [ ] Add custom options for each files:
- [x] Open option (detect the file type)
- [x] Check or uncheck option
- [x] Adapt sharing and copy/move options with selected files
- [ ] WebDAV link option
- [x] Detect if an app is installed
- [x] Split js files
- [x] 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
- [ ] Fork the app (with a different name) and allow any app to create its own context menu(s)
7 changes: 6 additions & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@
<author mail="samy@nastuzzi.fr" homepage="https://github.com/NastuzziSamy/files_rightclick.git">NASTUZZI Samy</author>
<namespace>FilesRightClick</namespace>
<category>files</category>
<category>tools</category>
<website>https://github.com/NastuzziSamy/files_rightclick</website>
<repository>https://github.com/NastuzziSamy/files_rightclick</repository>
<bugs>https://github.com/NastuzziSamy/files_rightclick/issues</bugs>
<documentation>https://github.com/NastuzziSamy/files_rightclick</documentation>
<screenshot>https://raw.githubusercontent.com/NastuzziSamy/files_rightclick/master/screenshots/picture.png</screenshot>
<dependencies>
<nextcloud min-version="12" max-version="14"/>
<nextcloud min-version="13" max-version="14"/>
</dependencies>
</info>

0 comments on commit 87b577a

Please sign in to comment.