summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Alex Schroeder [Wed, 14 Aug 2019 11:15:29 +0000 (13:15 +0200)]
README: update rc filenames
Alex Schroeder [Wed, 14 Aug 2019 11:13:55 +0000 (13:13 +0200)]
README: fix markup
Alex Schroeder [Wed, 14 Aug 2019 10:59:05 +0000 (12:59 +0200)]
README: add example with preview
Alex Schroeder [Wed, 14 Aug 2019 10:58:53 +0000 (12:58 +0200)]
Add preview command
Alex Schroeder [Wed, 14 Aug 2019 10:58:28 +0000 (12:58 +0200)]
Move reading notes into a separate function
Alex Schroeder [Wed, 14 Aug 2019 10:40:46 +0000 (12:40 +0200)]
Remove the comment from the post after undo
The undo case (delete comment x from y) is now handled like the normal
case (delete comment z) in that we update the comments of the post
such as to remove the deleted comment. This fixes the display using
the comments command.
Alex Schroeder [Wed, 14 Aug 2019 10:40:09 +0000 (12:40 +0200)]
Fix posting a comment from a note
This read the comment and but still posted the note number.
Alex Schroeder [Wed, 14 Aug 2019 10:39:19 +0000 (12:39 +0200)]
Fix listing of notes after editing a note
As I had removed the list command, this threw an exception.
Alex Schroeder [Wed, 14 Aug 2019 10:13:25 +0000 (12:13 +0200)]
Editing, deleting comments
Added notes which are stored as files and the ability to post a note
as a comment. Notes are stored in a directory. The editor used is
based on the EDITOR environment variable, or vi, or ed. There is a new
command to edit notes and to list notes, and to set the editor.
The pager defaults to the PAGER environment variable.
Removed the rc path ~/.config/.jan-pona-mute; added
~/.jan-pona-mute.d/login instead.
Fixed display of index for comments. It is now possible to use this
index to delete comments. The delete command also deletes notes.
Alex Schroeder [Tue, 13 Aug 2019 21:26:27 +0000 (23:26 +0200)]
fix comment counting
Alex Schroeder [Tue, 13 Aug 2019 21:22:38 +0000 (23:22 +0200)]
Reloading notifications.
Alex Schroeder [Tue, 13 Aug 2019 20:21:03 +0000 (22:21 +0200)]
How to install diaspy
Alex Schroeder [Tue, 13 Aug 2019 20:11:23 +0000 (22:11 +0200)]
Handle posts with no comments
Alex Schroeder [Tue, 13 Aug 2019 20:11:09 +0000 (22:11 +0200)]
README: add installation and quickstart
Alex Schroeder [Tue, 13 Aug 2019 08:42:50 +0000 (10:42 +0200)]
Add undo command
Alex Schroeder [Tue, 13 Aug 2019 08:42:26 +0000 (10:42 +0200)]
Add comment command
Alex Schroeder [Tue, 13 Aug 2019 08:41:39 +0000 (10:41 +0200)]
Define c as an abbreviation for comments
Alex Schroeder [Tue, 13 Aug 2019 08:41:27 +0000 (10:41 +0200)]
Add doc strings
Alex Schroeder [Tue, 13 Aug 2019 08:15:31 +0000 (10:15 +0200)]
Added README
Alex Schroeder [Tue, 13 Aug 2019 07:38:05 +0000 (09:38 +0200)]
Highlight headers
Alex Schroeder [Mon, 12 Aug 2019 21:29:01 +0000 (23:29 +0200)]
Show comments
Alex Schroeder [Thu, 8 Aug 2019 10:23:27 +0000 (12:23 +0200)]
Print post that belongs to a notification
Alex Schroeder [Thu, 8 Aug 2019 09:28:54 +0000 (11:28 +0200)]
Init file handling and writing
Alex Schroeder [Wed, 7 Aug 2019 22:37:43 +0000 (00:37 +0200)]
Initial checkin
Login, rcfile, notifications