Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add integration with search tools like Spacemacs #219

Open
ghost opened this issue Jul 19, 2016 · 7 comments
Open

Add integration with search tools like Spacemacs #219

ghost opened this issue Jul 19, 2016 · 7 comments

Comments

@ghost
Copy link

ghost commented Jul 19, 2016

Spacemacs has nice integration with several search tools like ag(the sliver searcher), pt(the platinum searcher), grep, ack, swiper etc. under SPC s keybinding. It would be really nice to have similar functionality in Proton.

@geksilla
Copy link
Collaborator

@ikhthiandor, you can try atom-fuzzy-grep package.
It was inspired by helm-ag. Just add atom-fuzzy-grep to :additional-packages and desired keybinding to :keybindings (example)

@richarddewit
Copy link
Contributor

I particularly miss helm-swoop (SPC s s). It would be a nice addition, if possible.

@jessejanderson
Copy link
Contributor

I just wish atom-fuzzy-grep looked better.

The fuzzy finder in Spacemacs is really easy to scan, atom-fuzzy-grep not so much.

@dvcrn
Copy link
Owner

dvcrn commented Aug 24, 2016

@jessejanderson you could always fork it and make it prettier 😄

@geksilla
Copy link
Collaborator

@jessejanderson, feel free to create an issue in atom-fuzzy-grep repo. I will try to do my best to get it works better.

@jessejanderson
Copy link
Contributor

jessejanderson commented Aug 26, 2016

@geksilla 👍 and upon re-reading I realize my comment sounded a little harsher than intended ("oops, I'm a jerk"). 😬

It's not that it looks bad, the design is fine - it's just that for me it's more difficult to visually parse what I'm seeing and find what I'm looking for.

Issue added with comparison screenshots: geksilla/atom-fuzzy-grep#35

@richarddewit
Copy link
Contributor

Another package to consider for helm-swoop: t9md/atom-narrow

It's still in Alpha, but it looks really promising. It even has vim-mode-plus integration.

Commands:

  • narrow:lines: Lines of current buffer.
  • narrow:fold: Fold start rows.
  • narrow:search: ag (the_silver_searcher) search. need install by your self.
  • narrow:search-current-project: narrow:search in the project active editor belongs.
  • narrow:focus: Focus narrow editor. use this directly focus from other pane item.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants