GithubHelp home page GithubHelp logo

somewhereinthesandsoftime / folden Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ms-painter/folden

0.0 0.0 0.0 286 KB

Cross platform PC application. System wide file watchers handling made simple.

License: MIT License

Rust 100.00%

folden's Introduction

What is Folden?

Application to handle and modify files for common scenarios. System wide.

Using simple pipelines, designed to be easily created & monitored from your CLI.

Motivation

Folden is meant to allow anyone to easily apply common logic to specific directories.

Not recommended currently for production critical or overtly complex operation needs.

How does it work?

After installing Folden, the application service runs in the background.

Use the folden command to apply and check directories being handled (as long as the service is up).

Example usage

  1. Create a *new pipeline file (Be sure to modify the file itself accordingly):
USAGE:
    folden generate [FLAGS] [OPTIONS] [--] [path]

OPTIONS:
        --actions <actions>...     [possible values: runcmd, movetodir]
        --events <events>...       [possible values: create, modify]

ARGS:
    <path>         File path. Leave empty to generate default name.

* Alternatively check out the example pipeline files for common use cases

  1. Register pipeline to directory:
USAGE:
    folden register [FLAGS] [OPTIONS] <FILE> [directory]

ARGS:
    <FILE>         Handler pipeline configuration file
    <directory>    Directory to register to. Leave empty to apply on current.
  1. That's it! You can interact with registered handlers (be sure to check out all options using --help):
folden status ...
folden start ...
folden stop ...
folden modify ...

Example interaction - Setting handler to start with service startup:

folden modify --startup auto

Learn more

Architecture  •   FAQ  •   Download

folden's People

Contributors

ms-painter 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.