Skip to content

Commit

Permalink
luci-app-file-plug-manager: Full featured file manager with plugins
Browse files Browse the repository at this point in the history
 - minimal working set: file-plug-manager + Navigation plugin. All other plugins are optional
 - Directory Navigation and Traversal
 - File and Directory Operations
 - Bulk Selection and Management
 - drug'n'drop to/from local computer
 - drug'n'drop to router local folders
 - copy/move mode for drug'n'drop switching with 'Alt' key
 - Editing text files with find/replace functionality
 - Hex editor
 - Save/load settings
 - Dumb Terminal

Signed-off-by: Dmitry R <rdmitry0911@gmail.com>

luci-app-file-plug-manager: Fixed application name and monospace fonts usage across plugins

Signed-off-by: Dmitry R <rdmitry0911@gmail.com>
  • Loading branch information
rdmitry0911 committed Dec 24, 2024
1 parent 779ca14 commit d543b4a
Show file tree
Hide file tree
Showing 10 changed files with 7,768 additions and 0 deletions.
13 changes: 13 additions & 0 deletions applications/luci-app-file-plug-manager/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This is free software, licensed under the Apache License, Version 2.0 .

include $(TOPDIR)/rules.mk

LUCI_TITLE:=LuCI File Plug Manager module
LUCI_DEPENDS:=+luci-base

PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=Dmitry R <rdmitry0911@gmail.com>

include ../../luci.mk

# call BuildPackage - OpenWrt buildroot signature
Loading

0 comments on commit d543b4a

Please sign in to comment.