Coder Social home page Coder Social logo

Comments (6)

petdance avatar petdance commented on June 11, 2024 1

Please point to the docs for it. Are there other extensions that might need to go with it? Are there any potential collisions with other files called .ps1 we should know about?

from ack3.

thgossler avatar thgossler commented on June 11, 2024 1

PowerShell uses only the following defined extensions:

.ps1 => scripts (https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_scripts?view=powershell-7.2)

.psm1 => modules (https://learn.microsoft.com/en-us/powershell/scripting/developer/module/understanding-a-windows-powershell-module?view=powershell-7.2)

.psd1 => module manifest (https://learn.microsoft.com/en-us/powershell/scripting/developer/module/understanding-a-windows-powershell-module?view=powershell-7.2#module-manifests)

These extensions have no dependencies to other file types and should be unique as well.

from ack3.

petdance avatar petdance commented on June 11, 2024 1

So if you were to do ack foo --powershell, which of those files would you expect it to search? .ps1 only? .ps1 and .psm1?

Either way, make yourself an .ackrc file in your home directory, if you don't have one already, and add one of these two lines:

--type-add=powershell:ext:ps1

or

--type-add=powershell:ext:ps1,psm1

Then you'll have --powershell support. Ue it for a while and see how it works out.

We need someone to try it out before we make it official in ack itself.

from ack3.

thgossler avatar thgossler commented on June 11, 2024

Thanks! Yes, I found the option to extend the config myself via .ackrc file or command line. This is great.

Still, it would be nice to have it supported out of the box.

Actually, I would expect .ps1 and .psm1 files to be searched (both contain relevant PS code), but not .psd1.

from ack3.

petdance avatar petdance commented on June 11, 2024

So have you been using the config aliases for a while? How long? With both ps1 and psm1 and not psd1?

it would be nice to have it supported out of the box.

Understood. I'm basically asking you to be a beta tester for this change. Maybe you'll turn up some sort of problem.

from ack3.

petdance avatar petdance commented on June 11, 2024

Done at f18e96a

from ack3.

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.