Skip to content

Commit

Permalink
luci-app-filemanager: Full featured File Manager application for LuCI
Browse files Browse the repository at this point in the history
- Navigation in resizable window
- Scrollable and sortable list of files with name, type, creation
date/time columns
- Directory and files creation/renaming/removing
- Directory and files attributes changing
- Duplicating any object in the current directory
- Selecting objects individually and everything for removing selected
- Inverting selection with alt-click
- Large files uploading/downloading
- Drag'n'Drop multiple files from local directory to server
- Large files editing
- Line numbers toggle in editing window
- HEX mode for editing/viewing
- ASCII, HEX and RegExp search in HEX mode
- Storage of interface settings in config file
- Help tab with a short manual

Signed-off-by: Dmitry R <[email protected]>
Added timeout to info type addNotification so UI does not flood
synced i18n
Signed-off-by: Paul Donald <[email protected]>
  • Loading branch information
dima authored and systemcrash committed Dec 2, 2024
1 parent 5c97a89 commit 3447700
Show file tree
Hide file tree
Showing 8 changed files with 4,901 additions and 0 deletions.
13 changes: 13 additions & 0 deletions applications/luci-app-filemanager/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 Manager module
LUCI_DEPENDS:=+luci-base

PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=Dmitry R <[email protected]>

include ../../luci.mk

# call BuildPackage - OpenWrt buildroot signature
Loading

0 comments on commit 3447700

Please sign in to comment.