summaryrefslogtreecommitdiff
path: root/archivist/cli.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-03Add --full option to printingRené 'Necoro' Neumann1-3/+11
2017-12-03Increase requirement to >=Py3.6René 'Necoro' Neumann1-5/+4
2017-10-05Restructure: Move some tag handling into the business logicRené 'Necoro' Neumann1-59/+8
2017-10-04Implement storing and opening saved documentsRené 'Necoro' Neumann1-0/+48
2017-10-03Basic server implementationRené 'Necoro' Neumann1-0/+11
2017-03-12Allow DEBUG envvar to be the same as -dRené 'Necoro' Neumann1-1/+3
2017-03-12Pseudo -> VirtualRené 'Necoro' Neumann1-8/+7
2017-03-12Some renamingRené 'Necoro' Neumann1-1/+1
2017-03-12Split document content into its own table to avoid having to load it each tim...René 'Necoro' Neumann1-10/+4
2017-03-12Whitespace fixesRené 'Necoro' Neumann1-1/+1
2017-03-12Implement finding documents by tagsRené 'Necoro' Neumann1-0/+43
2017-03-11A tag with a prefix implies the prefixes default tagRené 'Necoro' Neumann1-5/+13
2017-03-11Minor fixesRené 'Necoro' Neumann1-3/+3
2017-03-11Remove peewee import to allow import on global levelRené 'Necoro' Neumann1-0/+2
2017-03-04Prefixes, Tags, and ImplicationsRené 'Necoro' Neumann1-12/+59
2017-03-04Allow to add implications for tagsRené 'Necoro' Neumann1-12/+30
2017-03-04FixesRené 'Necoro' Neumann1-8/+5
2017-03-04Remove "builtin" and "pseudo" columns; use "virtual" insteadRené 'Necoro' Neumann1-1/+1
2017-02-27Inserting DocumentsRené 'Necoro' Neumann1-10/+67
2017-02-26Move logging to extra functionRené 'Necoro' Neumann1-5/+7
2017-02-26More tag handlingRené 'Necoro' Neumann1-3/+73
2017-02-25More prefix workRené 'Necoro' Neumann1-6/+3
2017-02-25Use Peewee instead of SQLAlchemyRené 'Necoro' Neumann1-6/+32
2016-08-16FixRené 'Necoro' Neumann1-1/+1
2016-08-16Basic CLIRené 'Necoro' Neumann1-0/+25