Code Monkey home page Code Monkey logo

xfilemanager's Introduction

XFileManager

A feature-tree based file manager for all platforms.

Description

XFileManager is a file manager that uses a feature-tree to display files and folders. It's main feature is feature-tree.

A feature-tree is similar to a file-tree, but it's built up by rules, which related to each file's features. And, the rules can be customized by users.

For example, we can build a new feature-tree by the following rules:

  • Files that have a ".git" folder at the same or upper level should be grouped into a feature named "Git".
  • Files with extension ".pdf|.doc|.docx|.xls|.xlsx|.ppt|.pptx|.txt|.md|.epub|.mobi" should be grouped into a feature named "Document".
  • Files that belongs to media files(like photos, videos, songs) should be grouped into a feature named "Image", and under the feature, the files should be grouped by time (year/month/day).
  • Files that matches [project]. should be grouped into a feature named "Project", with files and folders at/under its directory in one diretory.

By these rules, we can build a feature-tree. It has root dirs like "Git", "Document", "Image", "Project", and each of them has sub dirs.

And this is only one feature-tree. We can build more feature-trees by different rules. The trees can fit different requirements.

Tech Stack

For cross-platform support, XFileManager is built with C++ as backend. For the UI, it's still under consideration.

xfilemanager's People

Contributors

xeonds avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.