From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torsten Wagner Subject: Re: [OT] Taskwarrior, nice GTD-oriented CLI thing Date: Fri, 04 Feb 2011 13:00:58 +0900 Message-ID: <4D4B79FA.1000604@gmail.com> References: <4D4B52F8.30203@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=55983 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlCr3-00048P-8E for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 23:01:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PlCr1-0007FY-Om for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 23:01:05 -0500 Received: from mail-px0-f169.google.com ([209.85.212.169]:45104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlCr1-0007FR-GG for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 23:01:03 -0500 Received: by pxi12 with SMTP id 12so471039pxi.0 for ; Thu, 03 Feb 2011 20:01:02 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcelo de Moraes Serpa Cc: Org Mode Hi Marcelo, > A CLI client would be nice, but IMHO, I don't think it would be faster > than the operating org from emacs; perhaps for a couple of basic > stuff, but I think that depends strongly on personal tastes. For me the most nicest part to have a CLI interface to org-mode would be the fact that I could use all the command line magic instantaneous. E.g., git log -n1 | org add "Remember to check the last commit" could end up in * Remember to check the last commit commit b9de5f08ba0833d2b1912d02335667e8e6cc17b Author: User Foo Date: Mon Dec 20 14:50:05 2010 -1000 This comment might fixes the bug Totti was dealing with or a simple ls | org add "The files I have not processed so fare" could end up in * "The files I have not processed so fare" file1 file2 file6 file11 and a org agenda next | xargs awesome-client notifyme("{}") could create a pop up in my window manager (awesome wm) informing me about the next appointment in my agenda. Even more into hardware details, a udev-rule could be used to send a certain command to org-mode whenever a specific USB-stick is inserted in the computer. People who like to clock there work might love this feature. There are actually hundreds of possible nice combinations... All the best Totti > Marcelo. > > On Thu, Feb 3, 2011 at 7:14 PM, Torsten Wagner wrote: >> Hi, >> >> maybe someone should contact the devs there and invite them (to come to this >> email list and/or vice versa). >> There is really some beauty in the idea to use dead simple command line >> tools to getting things fast and quickly done. On the other hand org-mode >> has so many useful functions. >> It would be a very nice integration for both sides to settle down on a way >> to import/export data from each other seamlessly. >> I work often with a shell and this would allow people to use the command >> line whenever they just need to do to something quickly and switching to >> emacs and org-mode if they need editor capabilities. >> >> Greetings >> >> Totti >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>