summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Alex Schroeder [Thu, 15 Aug 2019 14:47:25 +0000 (16:47 +0200)]
Add debug command
Alex Schroeder [Thu, 15 Aug 2019 11:28:04 +0000 (13:28 +0200)]
Handle deleted posts
Alex Schroeder [Thu, 15 Aug 2019 10:39:52 +0000 (12:39 +0200)]
README: add more details about installation
Alex Schroeder [Thu, 15 Aug 2019 10:36:42 +0000 (12:36 +0200)]
README: add TOC
Alex Schroeder [Thu, 15 Aug 2019 10:34:35 +0000 (12:34 +0200)]
README: add reference
Alex Schroeder [Thu, 15 Aug 2019 10:33:42 +0000 (12:33 +0200)]
Add post deletion
Alex Schroeder [Thu, 15 Aug 2019 09:52:53 +0000 (11:52 +0200)]
Add lot of extra prints to make things intelligible
Alex Schroeder [Thu, 15 Aug 2019 09:52:39 +0000 (11:52 +0200)]
Sort posts before selecting one by number
Alex Schroeder [Thu, 15 Aug 2019 09:52:13 +0000 (11:52 +0200)]
Fix wording of notifications reload
Alex Schroeder [Thu, 15 Aug 2019 09:27:55 +0000 (11:27 +0200)]
Note what we're doing during login
Login can take a moment so print some status information.
Alex Schroeder [Thu, 15 Aug 2019 09:23:23 +0000 (11:23 +0200)]
Add post command
Allow posting from notes and directly. Sort posts by creation date.
Alex Schroeder [Thu, 15 Aug 2019 09:22:43 +0000 (11:22 +0200)]
No longer call notifications after login
This should be up to the user.
Alex Schroeder [Wed, 14 Aug 2019 12:55:09 +0000 (14:55 +0200)]
Allow redefinition of shortcuts
Alex Schroeder [Wed, 14 Aug 2019 12:30:01 +0000 (14:30 +0200)]
Add home command
Alex Schroeder [Wed, 14 Aug 2019 11:39:15 +0000 (13:39 +0200)]
README: add diaspy links
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