npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@hkvstore/rich-filemanager

v3.1.0

Published

Highly customizable open-source file manager

Downloads

142

Readme

Rich Filemanager

Rich Filemanager is an open-source file manager released under MIT license. Based on the @simogeo Filemanager, with a lot of improvements and new features:

  • Drag-and-drop support
  • Clipboard feature: copy, cut, paste, clear
  • Selectable files & folders support (mouse dragging & Ctrl key)
  • Multiple actions support for selected files & folders: move, delete, download
  • Before and After callback functions for some actions
  • Double or single click setup to open files & folders
  • Lazy loading of images thumbnails
  • Integration with AWS S3 storage
  • Integration with Imperavi Redactor WYSIWYG editor
  • Multiple & chunked uploads support - based on jQuery-File-Upload
  • New design of multiple upload window; New upload controls for each previewed file (start, abort, resume, delete, etc.)
  • Filetree: allow to open and display multiple subfolders at a time
  • Online MS Office documents viewer - based on Google Docs Viewer
  • Extended list of previewed file types via ViewerJS
  • New viewers to preview: "html" files (iframe), "md" files (markdown-it), etc.
  • CodeMirror editor now compatible with most of viewers
  • Standardized API that follows JSON API best practices to create connectors for any server-side language
  • Independent client and server sides. Can be located on different servers.
  • Independent configuration files for client and server sides.
  • Client-side configuration options may be overwritten with server-side ones using PHP connector.
  • Implemented plugins system for PHP connector (server-based)
  • Added new "Type" column in the list view
  • Added ability to limit max size of the storage (root folder)
  • Implemented natural sorting on the client-side

To see the full list check out changelog file.

Demo

Filemanager live example: http://fm.devale.pro

Compatibility

Filemanager is designed to interact with a number of programming languages via connectors. The actual connectors are: PHP, Java, ASHX, ASP, NodeJs & Python 3 Flask. You are still able you to download unsupported v0.8 from archive (CFM, lasso, PL, JSP and Python WSGI)

Browser compatibility:

  • IE9+
  • Chrome
  • FireFox
  • Opera

Installation and Setup

Documentation

Filemanager is highly documented on the wiki pages. API, see below.

Main features

  • Available in more than 20 languages.
  • Highly customizable
  • Can work as standalone application
  • Easy integration with WYSIWYG editors like CKEditor, TinyMCE, Imperavi Redactor and so on.
  • Easy integration with AWS S3 storage to manipulate your files on remote S3 server.
  • Easy integration with colorbox jquery plugin or HTML simple textfield
  • 2 view modes: grid and list
  • Drag-and-drop support
  • Clipboard feature: copy, cut, paste, clear
  • Single file actions: upload, modify, move, delete, download
  • Single folder actions: create, modify, move, delete, download (zip archive)
  • Selectable support for files & folders (mouse dragging & Ctrl key)
  • Multiple actions support for selected files & folders: move, delete, download
  • Support user permissions - based on session
  • Handle system permissions
  • Ability to pass config user file in URL
  • Multiple & chunked uploads support - based on jQuery-File-Upload
  • Online text / code edition - based on codeMirror
  • Online PDF & OpenOffice documents viewer - based on viewerJS
  • Online MS Office documents viewer - based on Google Docs Viewer
  • Several server-side language connectors available. PHP, Java, ASHX, ASP, NodeJs & Python 3 Flask up-to-date
  • Standardized API that follows JSON API best practices to create connectors for any server-side language
  • Independent client and server sides. Can be located on different servers.
  • Opening a given folder
  • Opening exclusively a given folder
  • Passing parameters to the FM
  • File types and patterns restrictions
  • Video and audio player relying on web browser capabilities
  • Textbox Search filter
  • Thumbnails generation
  • Image auto-resize
  • File size limit
  • File exclusion based on name and patterns
  • Prevent files overwriting (or not)
  • Copy direct file URL
  • CSS Themes - Please, share your themes with others !
  • and more ...

Screenshot

Filemanager Screenshot

Contribution

Any contribution is greatly appreciated. You can become a maintainer for any of existent connectors, or create new one for your server side language. Check the details in API section.

MIT LICENSE

Released under the MIT license.