From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: [ANN] helm-org-ql command Date: Mon, 09 Sep 2019 20:33:11 -0500 Message-ID: <87mufdey08.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52296) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7V24-0004TY-7S for emacs-orgmode@gnu.org; Mon, 09 Sep 2019 21:33:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7V23-0005WN-6g for emacs-orgmode@gnu.org; Mon, 09 Sep 2019 21:33:24 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:34888 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i7V23-0005WA-0U for emacs-orgmode@gnu.org; Mon, 09 Sep 2019 21:33:23 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1i7V20-0001eH-H7 for emacs-orgmode@gnu.org; Tue, 10 Sep 2019 03:33:20 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi friends, Today I published a Helm command for org-ql, helm-org-ql, which makes it quick and easy to search Org files. You can adjust a query and immediately see how the results change, and you can easily narrow down a query until you see only the results you want. You can then jump directly to a result by pressing RET, or you can press C-x C-s to save the results to a persistent org-ql-search buffer. Then you can even save the search query by pressing C-x C-s again, allowing you to access it again later with the org-ql-view command. You can see a screencast of using helm-org-ql here: https://github.com/alphapapa/org-ql#helm-org-ql Please let me know if you have any feedback. Thanks, Adam