Code Monkey home page Code Monkey logo

metaprint's Introduction

Metaprint

Build Status

Tired of clicking up the Explorer meta data?

Want to check each file in a folder for stuff like copyright or just to see what version a file has?

This little dotnet tool has you covered.

Installation

You will need tho have the dotnet sdk installed, you can get it here https://dotnet.microsoft.com/download/dotnet/5.0

Since this runs as a dotnet tool the full SDK is needed.

Run the following command to set it up:

dotnet tool install metaprint -g

More info can be found here https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-tool-install

This will install it as a global tool, see the help to see what it can do

metaprint --help

The simple example with one file:

metaprint -f some-random.dll

Look at the files in a directory:

metaprint -d c:\data\files

The verbose example with a directory but just files with with ".1" extension:

metaprint -d c:\data\files -e ".1" -v

metaprint's People

Contributors

krippz avatar

Stargazers

Sebastian Bille avatar

Watchers

James Cloos avatar  avatar

metaprint's Issues

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.