Here are
61 public repositories
matching this topic...
A code-searching tool similar to ack, but faster.
An ack.vim alternative mimics Ctrl-Shift-F on Sublime Text 2
Updated
Dec 19, 2020
Vim script
an Emacs "jump to definition" package for 40+ languages
Updated
Dec 5, 2020
Emacs Lisp
Updated
Oct 17, 2020
Vim script
🐀 Enhanced multi-file search for Vim
Updated
Dec 8, 2020
Vim script
Plain text file based note taking and knowledge base building tool, markdown editor, simple browser IDE.
Updated
Oct 19, 2020
JavaScript
🚜 Vim plugin to improve project searching with tools like ag and rg
Updated
Dec 3, 2020
Vim script
Ncurses code parsing tool
Tools to make searching and viewing easy.
Updated
Dec 14, 2020
Python
A minimal (and experimental) ACK written in Go
The emacs frontend for several search tools (ag, pt, sift, ripgrep, ...)
Updated
Feb 12, 2017
Emacs Lisp
Instant code search, source files locator. Index management for multiple projects.
A Code Editor like emacs. Based on wxWidgets,Scintilla, ctags, ag & global etc.
PDF form generation tool for self represented divorces in British Columbia
Updated
Dec 17, 2020
HTML
Updated
Sep 27, 2019
Vim script
A language-aware source code scanner (with support for git grep, ack, ag, sift ...)
Updated
Jan 31, 2019
Vim script
BC Liquor and Cannabis Regulation Branch - Liquor and Cannabis Licensing Application
Some function and ZLE widgets extend fzf in zsh
Updated
Aug 25, 2019
Shell
Simple electron based code search UI for ag
Updated
Dec 12, 2020
JavaScript
Updated
Jan 14, 2019
Emacs Lisp
The API for the Sheriff Scheduling Application (code named Shuber)
Updated
Sep 5, 2020
TypeScript
PCSS Integration Migration for Ministry of AG/PSSG
Updated
Jun 15, 2020
Java
Generic helm interface to grep
Updated
Aug 11, 2020
Emacs Lisp
Document Processing Services
Updated
Jun 16, 2020
Java
Family Protection Order Form
Updated
Dec 15, 2020
TypeScript
Ministry of Attorney General - eCRC
Updated
Dec 12, 2020
JavaScript
The frontend application for the Sheriff Scheduling application code named Shuber
Updated
Sep 9, 2020
TypeScript
Vim plugin: allows to use fzy fuzzy finder integrated with Neovim.
Updated
Aug 28, 2019
Vim script
Improve this page
Add a description, image, and links to the
ag
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
ag
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Right now this plugin only supports regular expression base search. It is easy to implement a pure string option by using😕
regexp-quotefunction. But I don't know if this is necessary.