all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [ELPA] Add 'cursory' and 'tmr' packages?
@ 2022-04-21  7:31 Protesilaos Stavrou
  2022-04-21 10:30 ` Philip Kaludercic
  0 siblings, 1 reply; 4+ messages in thread
From: Protesilaos Stavrou @ 2022-04-21  7:31 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1343 bytes --]

Hello everyone,

I have two small packages that I would like to offer to GNU ELPA.  See
attached patches.  What they do, in brief:

* cursory :: Lets the user specify presets of cursor configuration, such
  as 'cursor-type' and 'blink-cursor-delay', and switch between them on
  demand.  An example use-case is when one likes to use a block cursor
  with a relatively fast blink rate for day-to-day editing and a bar
  cursor with a slower blink rate while reading.

  <https://git.sr.ht/~protesilaos/cursory>

* tmr :: A set of utilities to set a timer which plays an alarm and
  sends a desktop notification once it elapses.  Timers are set with the
  'tmr' command, which prompts for a unit of time: something like "5" or
  "5m" is read as "5 minutes", while other valid formats include "5s"
  (seconds) and "5h" (hours).  A timer can have an arbitrary description
  associated with it such as "Bake bread".  This is requested when 'tmr'
  is invoked with a prefix argument.  Timers can be cancelled with
  another command: it prompts for completion if there are multiple
  timers else operates on the current one.

  <https://git.sr.ht/~protesilaos/tmr>

Any suggestions or objections?  If not, I will push the changes to
elpa.git.  Thank you!

All the best,
Protesilaos (or simply "Prot")

-- 
Protesilaos Stavrou
https://protesilaos.com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-elpa-packages-cursory-New-package.patch --]
[-- Type: text/x-patch, Size: 829 bytes --]

From 3ea6089c24163b5ccd24fcbc7a41b59d9fb100dd Mon Sep 17 00:00:00 2001
Message-Id: <3ea6089c24163b5ccd24fcbc7a41b59d9fb100dd.1650525093.git.info@protesilaos.com>
From: Protesilaos Stavrou <info@protesilaos.com>
Date: Thu, 21 Apr 2022 10:10:49 +0300
Subject: [PATCH] * elpa-packages (cursory): New package

---
 elpa-packages | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/elpa-packages b/elpa-packages
index 93afdab13c..06003bc5fb 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -155,6 +155,10 @@
   :readme "README.org"
   :auto-sync t)
  ("csv-mode"		:url nil)
+ ("cursory"
+  :url "https://git.sr.ht/~protesilaos/cursory"
+  :auto-sync t
+  :ignored-files ("COPYING" "doclicense.texi"))
  ("cycle-quotes"	:url nil)
  ("darkroom"            :url "https://github.com/capitaomorte/darkroom.git")
  ("dash"
-- 
2.36.0


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0001-elpa-packages-tmr-New-package.patch --]
[-- Type: text/x-patch, Size: 933 bytes --]

From 398dfb48bcd121c3d96e8a0bb07c68e8f649a443 Mon Sep 17 00:00:00 2001
Message-Id: <398dfb48bcd121c3d96e8a0bb07c68e8f649a443.1650524987.git.info@protesilaos.com>
From: Protesilaos Stavrou <info@protesilaos.com>
Date: Thu, 21 Apr 2022 10:09:01 +0300
Subject: [PATCH] * elpa-packages (tmr): New package

---
 elpa-packages | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/elpa-packages b/elpa-packages
index 2a120fd76d..93afdab13c 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -589,6 +589,10 @@
  ("test-simple"         :url "https://github.com/rocky/emacs-test-simple")
  ("timerfunctions"	:url nil)
  ("tiny"		:url "https://github.com/abo-abo/tiny")
+ ("tmr"
+  :url "https://git.sr.ht/~protesilaos/tmr"
+  :auto-sync t
+  :ignored-files ("COPYING" "doclicense.texi"))
  ("tNFA"		:url "http://www.dr-qubit.org/git/predictive.git")
  ("tramp"		:url "git://git.sv.gnu.org/tramp.git"
   :branch "externals/tramp"
-- 
2.36.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-21 18:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-21  7:31 [ELPA] Add 'cursory' and 'tmr' packages? Protesilaos Stavrou
2022-04-21 10:30 ` Philip Kaludercic
2022-04-21 12:15   ` Stefan Monnier
2022-04-21 18:39   ` Protesilaos Stavrou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.