Coder Social home page Coder Social logo

Doc: why ag.vim vs ack.vim about ag.vim HOT 8 OPEN

rking avatar rking commented on August 18, 2024
Doc: why ag.vim vs ack.vim

from ag.vim.

Comments (8)

rking avatar rking commented on August 18, 2024

That does work, but:

  • I use a shared config wherever I have a $HOME. So when I happen to not-have af, I can fall back to :Ack
  • :Ag is 25% shorter than :Ack. =)
  • At this point, IMO the implementation is better for ag.vim, since it uses autoload. I should pull req ack.vim now that I've worked out the (tiny) hitches with this.

from ag.vim.

rking avatar rking commented on August 18, 2024

Oh, I forgot the most significant factor in the decision to fork.

Because ack actually has several features ag doesn't, and probably won't (like searching by filetype).

I'll leave this issue open as a doc task.

from ag.vim.

ku1ik avatar ku1ik commented on August 18, 2024

Fair enough :)

from ag.vim.

schickling avatar schickling commented on August 18, 2024

Correct me if I'm wrong but ag has filetype filtering by now, doesn't it?

from ag.vim.

losingkeys avatar losingkeys commented on August 18, 2024

What do you mean by filetype filtering?

from ag.vim.

schickling avatar schickling commented on August 18, 2024

For example searching just for html files by: ag div --html

from ag.vim.

losingkeys avatar losingkeys commented on August 18, 2024

Ohh, you can always do :Ag --html search dir, but I don't thing there's a special command like :AgFile (searches for files with ag -g)

On Jan 10, 2014, at 5:05 PM, Johannes Schickling [email protected] wrote:

For example searching just for html files by: ag div --html


Reply to this email directly or view it on GitHub.

from ag.vim.

CarlosMorfin avatar CarlosMorfin commented on August 18, 2024

When I execute the command: Ack '=' the following line appears:
1 || /bin/bash/: ag: command not fount

In .vimrc I have set Ag behind the scene:
let g:ackprg = 'ag --nogroup --nocolor --column'

Can someone tell me how to fix this please

from ag.vim.

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.