Code Monkey home page Code Monkey logo

Comments (5)

kalos avatar kalos commented on September 14, 2024

+1

add to burp the best (IMHO) include/exclude patterns: http://man.cx/rsync(1)#heading15

from burp.

nescafe2002 avatar nescafe2002 commented on September 14, 2024

... currently incext are case sensitive and incext_ext case insensitive (as documented).

Probably better to make the incext pattern case insensitive in a Windows environment.

from burp.

grke avatar grke commented on September 14, 2024

exclude_regex is a feature for the next release of burp, with case insensitive matching for Windows.
include_regex is something that needs more thought.

from burp.

grke avatar grke commented on September 14, 2024

From juodumas:

"include = c:/users/me
include = c:/app
include_regex = ^c:/users/me/.+.(xls|doc)$|^c:/app
exclude_regex = ^c:/app/.+/bak/$

It would work on files found by include/include_glob directives. This means that include=... or include_glob=... would be required to use include_regex. Should be rather simple to implement and fit a number of use cases. But real per hierarchy rules would still be needed, because complex regexes are too hard on the eyes.

Per my suggestion, include_regex would work exactly like exclude_regex, except negated. It would not include paths described in the regex, but rather filter paths already included with include and include_glob. So it would be as efficient as exclude_regex."

I think this is reasonable, and would finally get rid of this issue #3.

from burp.

grke avatar grke commented on September 14, 2024

Thanks, ziirish!

from burp.

Related Issues (20)

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.