Code Monkey home page Code Monkey logo

poshmergemaid's Introduction

PoshMergeMaid

PowerShell module to assist you in manually merging files.

It basically handles input and output directories for your merge, checking available files, opening your merge tool with the right files from your defined directories and the file name of the current file you are merging.

A simple workflow would look like this:

  • In you working directory create the merge directory using New-MergeFolder.
  • Make sure you place your original files in the subdirectoy 1_CurrentVersion and your file-to-merge in 2_MergeSource.
  • Use Set-MergeEnvironment to point to the subdirectories 1_CurrentVersion, 2_MergeSource, 3_Merged.
  • Use Set-MergeTool to point to the executable of your merge tool.
  • Use Start-MergeSession to start a merge session and let it open your merge tool with the correct files.
  • Do your merge and make sure you have saved the merged file in your merge tool.
  • Use Stop-MergeSession to declare the end of the merge session. This will handle naming the currently merged file.

Your setup (paths and merge tool) will be stored in user variables. They will still be available after you restart your PowerShell session and import this module again.

poshmergemaid's People

Contributors

pullrich 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.