Commit Graph

38 Commits

Author SHA1 Message Date
chiptune 3f45ac68d8 checks that index array is populated before considering a user 'active' 2023-06-27 07:29:38 -05:00
chiptune 893d8b6413 publishing to user's ~/public_gemini/ 2023-06-11 03:13:45 -05:00
chiptune 9382269a73 posts can now be written in markdown and read command uses glow to render them 2023-05-21 01:39:06 -05:00
chiptune df3047039e minor fixes 2023-05-20 11:43:39 -05:00
chiptune 703d6f617e added subcommand to 'subs' to show users one is subscribed to 2023-05-20 10:37:25 -05:00
chiptune 61ba50422e updated TODO 2023-05-20 10:28:49 -05:00
chiptune 0cc73e6882 timeline sorted by timestamps, subs feed doesn't show read posts 2023-05-20 10:25:52 -05:00
chiptune f2162c867c selection menu shows latest post at the bottom 2023-05-20 09:55:27 -05:00
chiptune 6ca79e86a8 updated TODO 2023-05-20 04:21:06 -05:00
chiptune 2fd98327a1 added comments for better explanations 2023-05-20 04:18:06 -05:00
chiptune 4519a6fe6f version 2 - basic functionality works, now fixing bugs 2023-05-20 03:53:23 -05:00
chiptune fc7a778bd8 better colors and formatting, removed unnecessary fetch of all active users in subs feed 2023-05-20 03:48:42 -05:00
chiptune 59de3aabeb fixed menu function returning 1 - (selected index) 2023-05-20 03:36:55 -05:00
chiptune 12eb3d7d6a updated gitignore 2023-05-19 11:46:04 -05:00
chiptune e9eace58aa subscriptions feed also uses 'read' file instead of tracking latest post ID 2023-05-19 11:45:23 -05:00
chiptune 1a31f84c0b menus using fzf, removed IDs from feeds 2023-05-19 11:10:39 -05:00
chiptune 9cbf45f179 minor change 2023-05-19 08:21:30 -05:00
chiptune 32688c0975 'no such command' message 2023-05-19 07:56:39 -05:00
chiptune 5e64331e7f leave new title blank in edit mode to keep it the same 2023-05-19 05:03:57 -05:00
chiptune 05bf97211e keep reads and subscription files private 2023-05-19 04:35:08 -05:00
chiptune b0dd33172c sub/unsub don't crash for nonexistent user 2023-05-19 04:19:30 -05:00
chiptune 1b6a91f7e4 doesn't highlight user's own post as unread, and minor changes 2023-05-19 03:44:27 -05:00
chiptune 6541f0cb3b updated TODO 2023-05-19 03:24:23 -05:00
chiptune 3934feaaf4 visual differentiation for unread posts in timeline 2023-05-19 03:23:57 -05:00
chiptune 296b4f7771 updated TODO 2023-05-19 03:15:58 -05:00
chiptune 5d7162f278 added ability to unsubscribe 2023-05-19 03:15:01 -05:00
chiptune 1382cbbcda subscribe feature and subscriptions feed 2023-05-19 03:00:21 -05:00
chiptune acffaa8087 can now edit and delete posts 2023-05-18 15:16:16 -05:00
chiptune d14f74e18b encapsulated selecting a user's post into its own utility function 2023-05-18 14:56:46 -05:00
chiptune bc49600946 removed 20 character title length in index and timeline 2023-05-18 14:50:48 -05:00
chiptune b7b2936f37 added gitignore 2023-05-18 12:14:47 -05:00
chiptune 3f122abd7e remove offset from timestamp in timeline 2023-05-18 12:13:42 -05:00
chiptune 65f37af804 doesn't add to read record for user's own posts 2023-05-18 11:55:03 -05:00
chiptune b5a8a04295 clarify yet-to-be-implemented things in help output 2023-05-18 11:38:08 -05:00
chiptune 9031cc9c34 maintains a record of read posts 2023-05-18 11:36:15 -05:00
chiptune 4ac345b8ce ability to read a post from all of a user's posts 2023-05-18 11:02:38 -05:00
chiptune aecf2dab7d fixed malformed command to open nvim while creating a post 2023-05-18 09:59:53 -05:00
chiptune e727993250 posting and timeline 2023-05-18 09:36:28 -05:00