iens

Manager of links to read
git clone https://git.instinctive.eu/iens.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2024-03-21 17:21Help texts for commands `protect` dans `unprotect` are correctedNatasha Kerensikova1+2-2
2024-03-20 22:37Command `without-protection!` is redesignedNatasha Kerensikova1+28-14
2024-03-19 18:31`delete!` rather than `remove!`, where appropriateNatasha Kerensikova1+1-1
2024-03-18 18:52Automatic generation of feeds on updateNatasha Kerensikova1+24-7
2024-03-17 14:17Command `update-feed-cache` does not return a valueNatasha Kerensikova1+5-9
2024-03-16 11:42Feed generation commands are correctedNatasha Kerensikova1+2-2
2024-03-14 18:56Feed cache update in command `add-entry` is correctedNatasha Kerensikova1+1-1
2024-03-13 22:13Touch command without arguments is correctedNatasha Kerensikova1+1-1
2024-03-12 18:08Feed generation is correctedNatasha Kerensikova1+57-34
2024-03-11 18:04Feed changes are tracked in a dedicated listNatasha Kerensikova1+45-7
2024-03-09 13:22Feed signatures and basic cachingNatasha Kerensikova1+86-0
2024-03-08 19:19Feed mtime is displayed and updatableNatasha Kerensikova1+9-3
2024-03-07 17:58Feed management is moved under database updatesNatasha Kerensikova1+44-42
2024-03-06 22:04Feeds have a recorded modification timeNatasha Kerensikova1+13-4
2024-03-05 17:25Database schema is based on pragma `user_version` rather than config `schema-version`Natasha Kerensikova1+19-8
2024-03-04 19:36Database schema initialization is clarifiedNatasha Kerensikova1+18-21
2024-03-03 08:41SQL statements are inlined near their useNatasha Kerensikova1+19-20
2024-02-25 19:53Template of command `edit-descr` includes notesNatasha Kerensikova1+19-7
2024-02-24 18:33Procedure call in command `without-protection!` is correctedNatasha Kerensikova1+1-1
2024-02-21 22:39Commands `without-…` also accept proceduresNatasha Kerensikova1+21-17
2024-02-20 19:22Default count of command `list-tagged` is configurableNatasha Kerensikova1+7-5
2024-02-19 18:45Tag list is filtered through a count thresholdNatasha Kerensikova1+5-3
2024-02-18 19:42Tag list is displayed in columnsNatasha Kerensikova1+46-9
2024-02-17 11:09Query arguments in function `write-query`Natasha Kerensikova1+8-5
2024-02-15 19:13Command `without-mtime!`Natasha Kerensikova1+18-0
2024-02-14 17:45Command `list-tagged` can display the beginning of the listNatasha Kerensikova1+22-8
2024-02-13 19:01Command `count-selection`Natasha Kerensikova1+20-0
2024-02-12 18:58Stored selectors can be used in `*-selection` commandsNatasha Kerensikova1+32-18
2024-02-11 10:49Help text for `list-selection` and `print-selection` is correctedNatasha Kerensikova1+2-2
2024-02-10 14:54User-defined query selectors are stored in the databaseNatasha Kerensikova1+32-0
2024-02-09 20:02Helper function to format custom SQL queryNatasha Kerensikova1+6-0
2024-02-08 21:32Schema creation statements are no longer cachedNatasha Kerensikova1+1-1
2024-02-07 22:25Commands for arbitrary SQL query listing of entriesNatasha Kerensikova1+20-0
2024-02-06 17:48Entry tag list is generated by SQLNatasha Kerensikova1+15-18
2024-02-05 18:54Descriptions can be edited interactivelyNatasha Kerensikova1+63-0
2024-02-04 10:51Protection flag is checked before all updatesNatasha Kerensikova1+15-14
2024-02-03 19:52`retag` commandNatasha Kerensikova1+12-0
2024-02-02 19:09Protection is shown in entry listsNatasha Kerensikova1+7-7
2024-02-01 20:31READMENatasha Kerensikova1+7-0
2024-01-31 22:38Foreign key checks are enabled on all connectionsNatasha Kerensikova1+2-2
2024-01-06 17:14Command `list-feeds` rather than `print-feeds`Natasha Kerensikova1+1-1
2024-01-06 17:14Tag list is not indentedNatasha Kerensikova1+1-1
2024-01-06 17:09Command `print-config` output is sortedNatasha Kerensikova1+1-1
2024-01-06 16:55RFC-3339 time representation can be local or UTCNatasha Kerensikova1+10-2
2024-01-06 15:21Foreign key checks enabled in SQLite schemaNatasha Kerensikova1+2-1
2024-01-06 15:10Command `auto-tags` is correctedNatasha Kerensikova1+1-1
2024-01-06 11:52Command `without-protection!` temporarily sets current entryNatasha Kerensikova1+9-6
2024-01-06 11:39Autoadd works with URL-terminated textsNatasha Kerensikova1+6-3
2024-01-06 10:44Arithmetic primitives are used instead of explicit comparisonsNatasha Kerensikova1+9-9
2024-01-02 15:16Temporary protection removal doesn't touch mtimeNatasha Kerensikova1+10-12
2024-01-02 15:12SQL statements are inlined near their useNatasha Kerensikova1+91-100
2024-01-02 11:39Tag list also displays respective entry countsNatasha Kerensikova1+3-3
2024-01-02 11:10Tag lists are sorted by nameNatasha Kerensikova1+2-2
2024-01-02 09:52Command `rename-tag` is correctedNatasha Kerensikova1+1-1
2024-01-02 09:52Command `add-notes` is correctedNatasha Kerensikova1+1-1
2024-01-02 09:37Internal command list is correctedNatasha Kerensikova1+1-1
2024-01-02 08:57Command `set-entry` supports URL argumentNatasha Kerensikova1+15-4
2024-01-02 08:10Multi-tagging is correctedNatasha Kerensikova1+2-1
2024-01-01 17:59Readline completionNatasha Kerensikova1+37-4
2024-01-01 17:07Prompts are vertically alignedNatasha Kerensikova1+2-2
2024-01-01 16:25Feed-level updated time is currectedNatasha Kerensikova1+1-1
2024-01-01 16:23Markdown description supportNatasha Kerensikova1+21-8
2024-01-01 14:34Add `replay` commandNatasha Kerensikova1+14-7
2024-01-01 14:31Add `set-descr` commandNatasha Kerensikova1+21-0
2024-01-01 12:50Add ISC licenseNatasha Kerensikova2+27-0
2024-01-01 12:46Add Atom feed generationNatasha Kerensikova1+138-4
2023-12-31 13:46Add non-interacive replay modeNatasha Kerensikova1+67-50
2023-12-31 13:20Add `random-tagged` and `random-untagged` commandsNatasha Kerensikova1+22-0
2023-12-31 13:05Add `list-tagged` commandNatasha Kerensikova1+13-4
2023-12-31 10:41Add persistent history and trace logNatasha Kerensikova1+64-4
2023-12-31 09:29Add VT100 color to structured outputsNatasha Kerensikova1+9-2
2023-12-31 09:10Display all fields in `print-entry`Natasha Kerensikova1+43-4
2023-12-28 14:58Second draftNatasha Kerensikova1+237-63
2023-12-27 21:54First draft of the codeNatasha Kerensikova1+291-0
2023-12-27 10:17initial empty check-inNatasha Kerensikova0+0-0