From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: [ANN/RFC] org-ql-view-dispatch command Date: Mon, 10 Feb 2020 09:19:06 -0600 Message-ID: <87wo8ulbbp.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37722) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1AqC-0002nT-R8 for emacs-orgmode@gnu.org; Mon, 10 Feb 2020 10:19:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1AqA-0001UP-Op for emacs-orgmode@gnu.org; Mon, 10 Feb 2020 10:19:16 -0500 Received: from ciao.gmane.io ([159.69.161.202]:37148) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j1AqA-0001Te-Iy for emacs-orgmode@gnu.org; Mon, 10 Feb 2020 10:19:14 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1j1Aq8-000MUa-8u for emacs-orgmode@gnu.org; Mon, 10 Feb 2020 16:19:12 +0100 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi friends, I've pushed a new feature to org-ql's master branch: a Magit-like view dispatcher using Jonas Bernoulli's transient.el library. It makes for quick and easy modification of org-ql-view queries, allowing you to build them interactively rather than requiring you to write Lisp code or use the Customization system. Here's a screencast of it: https://github.com/alphapapa/org-ql/raw/master/images/org-ql-view-dispatch.gif It seems to work well, but I'd appreciate any feedback. Thanks, Adam