Git Product home page Git Product logo

Comments (2)

n1vux avatar n1vux commented on August 22, 2024

xref Ack2 discussion under beyondgrep/ack2#517 and https://github.com/petdance/ack2/issues?q=is%3Aopen+label%3A--output

from ack3.

n1vux avatar n1vux commented on August 22, 2024

My additional desire is ability to create KWIC/KWOC index which would be much nicer with sprintf in --output.
(Yes, i'd need a post sort but shell is good at piping to sort.)

for better KWIC/KWOC alignment
ack2 --output can sorta do KWOC/KWIC with evil before/after vars
--output '$&^I$'"'"'^I|| $' # KWOC --output '$^I$&^I$'"'" # pseudo KWIC
but they’re nasty from Shell since must mix quote and dollar
and tabs don’t truly line up if width variation exceeds a tab width
need a sprintf with field-width for real thing …
(Our current ack2 --output "evalmanages to not eval'sprintf("%20s\t%20s\t%20s",$,$&,$'"'"')' which is good for security but foils my KWIC/KWOC plans. Unless I use the eval evil i used to break eval previously.)

Related: should allow and recommend use English; vars be used in --output
(is it already? No. In Ack2, $& works but $MATCH does not. Nor does ${^MATCH} )

Related: need to have a variables available to the sprintf that are Filename and $. relative to filename.

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.