From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [NonGNU Elpa] New package: ETT Date: Wed, 03 May 2023 14:12:57 +0300 Message-ID: <83fs8dmzwm.fsf@gnu.org> References: <86r0rybf2b.fsf@disroot.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5031"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: John Task Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed May 03 13:13:02 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1puAPu-00019p-A1 for ged-emacs-devel@m.gmane-mx.org; Wed, 03 May 2023 13:13:02 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1puAP6-0003df-2o; Wed, 03 May 2023 07:12:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1puAP5-0003d8-0p for emacs-devel@gnu.org; Wed, 03 May 2023 07:12:11 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1puAP4-0007PT-Kt; Wed, 03 May 2023 07:12:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=gi3aErgeO4QXt/hx+mr3KLqxUFxHrK3cNRIbyDF7t50=; b=P64u+xrWe3IJ 9yEmD0CT0IGb26EQAoV5LjT/rshXuRBgcEjM/7WUQxKFJMyfhb2DmQ4NmjqjKNYKQ4+1+YOrquVeZ t7WkAI4gMKG23mfWmGtUAVHkMk5esAwkf8OJ28IcdobRHmaBa2rh12iktTMD8WsIiDmrCfvhF7Wzs VTy3T2rp3UUDkjqpvW7a+OpjekCSboZwWYrZpXUAUxvrkc7dvurto/2HsHolUTCrHE2pmYdDIV8nx A++Paj2NPAvR14yOuBuA1B4wl+8wcfYx8aQSK/c8mjtteYeDh+u6tp3LtvzT4bXuoI5B4oWcjk3be iI0IuWSS57/W8BO5LiXZmw==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1puAP3-0005Dw-Va; Wed, 03 May 2023 07:12:10 -0400 In-Reply-To: <86r0rybf2b.fsf@disroot.org> (message from John Task on Tue, 02 May 2023 18:21:14 -0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:305770 Archived-At: > From: John Task > Date: Tue, 02 May 2023 18:21:14 -0300 > > Hello. My name is John Task and I'd like to submit a package to > NonGNU ELPA. I'm the author of this program and also (at the time of > writing) the only contributor to the code. As far as I can tell, > everything is in line with the guidances and I plan to keep it that > way. > > The URL of the repository is: https://gitlab.com/q01_code/ett > > The description is as follows: > > ---------------------------------------------------------------------- > Emacs Time Tracker (or short ETT) is a simple yet powerful time > tracker for Emacs. Even though it's based on a minimalist plain > text file, it can show statistics for current day, week, month or > year, and even compare tags recording for the same item given any > of these periods. > > Advanced features include percentages, graphs and icons. > > Clock-in with M-x ett-add-track, go to file with M-x ett-find-file, > and get report with M-x ett-report. You probably want to bind these > functions to easy keys. > ---------------------------------------------------------------------- Since Emacs has Org and todo-mode, which both seem to fit the above description, it would be good to know what makes this particular package stand out. Thanks.