Giter VIP home page Giter VIP logo

simplecompare's Introduction

Compare files and folders using external tool in fman

Compare files

Select two files or folders and run "Compare files" from the Command Palette.

Save to compare

Select one file or folder and run "Save to compare" from the Command Palette. Select another file or folder and run "Compare with saved" from the Command Palette.

External tools

When used first time it asks for a comparison tool. Any tool with command line interface which accepts two files or folders can be used. Example of comparison tools: KDiff3, WinMerge, Beyond Compare, or other (see this wiki article for more comparison tools).

Installation

Use fman's built-in command for installing plugins.

simplecompare's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

simplecompare's Issues

MAC Permission Denied

Hi, thanks for the plugin, unfortunately, it is not working on mac. Next error is raised:

Traceback (most recent call last):
  File "fman/impl/plugins/command_registry.py", line 128, in _execute_command
  File "/Users/marcomedrano/Library/Application Support/fman/Plugins/Third-party/SimpleCompare/simpleCompare/__init__.py", line 25, in __call__
    ComparisonToolRunner.compare_files(savedToCompare, selectedFile)
  File "/Users/marcomedrano/Library/Application Support/fman/Plugins/Third-party/SimpleCompare/simpleCompare/__init__.py", line 48, in compare_files
    subprocess.call([comparisonTool, as_human_readable(lhsFile), as_human_readable(rhsFile)])
  File "subprocess.py", line 287, in call
  File "subprocess.py", line 729, in __init__
  File "subprocess.py", line 1364, in _execute_child
PermissionError: [Errno 13] Permission denied: '/Applications/Meld.app'

The same happens with Byond Comparer.

OS: Macos Mojave

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.