https://github.com/nelu/rutorrent-filemanager
Shell file management plugin for ruTorrent webUI
https://github.com/nelu/rutorrent-filemanager
javascript php shell
Last synced: 3 months ago
JSON representation
Shell file management plugin for ruTorrent webUI
- Host: GitHub
- URL: https://github.com/nelu/rutorrent-filemanager
- Owner: nelu
- License: other
- Created: 2018-07-16T01:36:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-27T10:42:50.000Z (about 1 year ago)
- Last Synced: 2025-05-27T11:19:52.021Z (about 1 year ago)
- Topics: javascript, php, shell
- Language: JavaScript
- Homepage:
- Size: 708 KB
- Stars: 32
- Watchers: 4
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rutorrent-filemanager
[](https://hub.docker.com/r/unzel/rutorrent-filemanager/tags)
ruTorrent file management plugin with a javascript user interface running on rTorrent bittorrent client
### Features
- supported file operations: copy, move, delete, rename, archive, extract, checksum, view, file info
- file checksum functionality with multiple alogorithms supported: sfv, sha256
- text/nfo viewer, with configurable text extensions
- archive file support, with configurable formats
- using 7zip for archive related and file checksum operations
- option to run all operations as chroot user
- jailed home dir support
- using twigjs for views
- integrated menu in Files tab
- hotkey shortcuts for file operations: copy (ctrl+c), move (ctrl+x), paste (ctrl+v), delete, rename (F2)
### Configuration
The plugin configuration with all it's options can be edited in ``conf.php`` inside the plugin directory.
See the **[Configuration section](https://github.com/nelu/rutorrent-filemanager/wiki#configuration)** in the plugin
[Wiki](https://github.com/nelu/rutorrent-filemanager/wiki) page for information regarding the available settings and how they work.
### Support
Take a look at the [Wiki](https://github.com/nelu/rutorrent-filemanager/wiki) for more information.
You can open a new issue regarding your problem or discuss it directly on telegram: [https://t.me/filemanagerplugin](https://t.me/filemanagerplugin).
Also you can contribute with feature suggestions, fixes and documentation at any time.
See these additional filemanager plugins for extended functionality:
- [filemanager-media](https://github.com/nelu/rutorrent-filemanager-media): Media view and screenshots
- [filemanager-share](https://github.com/nelu/rutorrent-filemanager-share): File sharing functionality
### Thanks
Many thanks to all contributors, users and the projects behind this plugin:
- [ruTorrent](https://github.com/Novik/ruTorrent)
- [rtorrent](https://github.com/rakshasa/rtorrent)
- [7Zip](https://www.7-zip.org/)
- [twig.js](https://github.com/twigjs/twig.js)