From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Jeremy Korwin-Zmijowski Newsgroups: gmane.lisp.guile.user Subject: Re: Meet Cybo, my personal organizer Date: Sat, 16 Mar 2019 00:14:42 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="216653"; mail-complaints-to="usenet@blaine.gmane.org" Cc: Guile User To: Nala Ginrut Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Mar 16 00:15:15 2019 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h4w2k-000uHt-Jd for guile-user@m.gmane.org; Sat, 16 Mar 2019 00:15:14 +0100 Original-Received: from localhost ([127.0.0.1]:34221 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4w2j-00088W-Gl for guile-user@m.gmane.org; Fri, 15 Mar 2019 19:15:13 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:45068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4w2N-00088P-Kb for guile-user@gnu.org; Fri, 15 Mar 2019 19:14:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4w2L-0004WD-OA for guile-user@gnu.org; Fri, 15 Mar 2019 19:14:51 -0400 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:48779) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h4w2K-0004Sy-EX for guile-user@gnu.org; Fri, 15 Mar 2019 19:14:49 -0400 X-Originating-IP: 82.232.58.193 Original-Received: from patch (bny92-5-82-232-58-193.fbx.proxad.net [82.232.58.193]) (Authenticated sender: jeremy@korwin-zmijowski.fr) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 67406240002; Fri, 15 Mar 2019 23:14:43 +0000 (UTC) In-Reply-To: X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.183.193 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:15369 Archived-At: Hey Nala ! Thank you very much for your interest in cybo ! The format I chose for the TODO is called "todo.txt" (actually just a subset of it). You can find informations about it here : https://github.com/todotxt/todo.txt It is a plain text format thus a simple `echo "(A) fix critical bug of XXX" >> TODO` will do the job or edit the file in a text editor. This will be added to the README. The spirit is to let you fill the TODO as you want following the todo.txt format. Then give the file to cybo which will tell you what to do next. But you think it could be helpful to manipulate the TODO with cybo ? In the first time I can work on : - add a task, - mark the current priority task as completed. Cheers, Jeko Le samedi 16 mars 2019 à 01:17 +0800, Nala Ginrut a écrit : > Hi jeremy! > I realized that your project is very interesting, because I can > easily integrate it to my PS1 prompt of bash, so that my terminal can > always tell me what to do next. > So here are my comments: > 1. Could you choose a common format of TODO? Or if you want to design > a new one, please provide the spec in the README. > 2. Could you provide a script to add new items easily, for example: > > cybo priority task-description > > ======================== > cybo 1 fix critical bug of XXX > ======================== > > Or support priority key either > > ========================= > cybo top fix the critical bug > ========================= > > Happy hacking! > > > > 于 2019年3月16日周六 00:31写道: > > Hello guilers ! > > > > I wanted to introduce you to guile-cybo > > (https://framagit.org/Jeko/guile-cybo) ! > > > > It is my first toy project in Guile and it aims to be a personal > > organizer (actually, just display the next priority task from > > todo-list). > > Feel free to give me any feedback, advice or even contribute to it. > > > > I want the source code to be as simple as possible so if you can't > > understand the behavior easily, I can problably fix it. Just tell > > me ! > > > > I will add auto-tools to the project in short terms, maybe with > > help of > > guile-hall ! > > > > Cheers, > > > > Jeko > > https://jeko.dev > >