Giter Site home page Giter Site logo

nexional / comparebuff Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 34 KB

Sublime Text package to compare two buffers using external Comparison Tool

License: GNU General Public License v3.0

Python 100.00%
compare compare-files comparison-tool sublime-text sublime-text-3 sublime-text-plugin

comparebuff's People

Contributors

nexional avatar

Stargazers

 avatar

Watchers

 avatar

comparebuff's Issues

Feature request: move icons to preferences

Hi,

Thank you for this handy plugin.

I would love to change the window/file icon in the quick panel. My font doesn't has the default characters, so it show up as the question mark.

Screenshot 2022-07-25 at 15 23 44

Feature request: more flexible diff command

Hi, I would like to propose to change external_tool_path to something like:

{
  "diff_command": ["cmd", "arg1", "arg2", "$1", "$2", "$3"]
}

It yields two benefits:

  • We can feed the buffer at any place in the command. Sometime the external tool require additional flag before the filename. For example: diff --file1 before.json --file2 after.json
  • We can look for how many $num argument in the command and show the buffer selector multiple time. It help in case we want 3-way merging for example.

We can extend the toolkit with multiple diff commands:

{
  "diff_commands": [
    {
      "name": "Diff with VS Code",
      "command": ["code", "--diff", "$1", "$2"]
    },
    {
      "name": "3-way Merge with VS Code",
      "command": ["code", "--diff", "$1", "$2", "$3"]
    }
  ]
}

I'm not sure if it's feasible as the command name is generate dynamically at run time.

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.