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