Commit Graph

19 Commits

Author SHA1 Message Date
Albert S. 44b9986166 cli: Begin 'tag' command 2023-04-02 21:41:35 +02:00
Albert S. 1188e51c35 cli: Run migrations if necessary 2022-07-28 14:28:45 +02:00
Albert S. b6b3e2f3c0 shared SandBoxedProcessor: Return SaveFileResult, remove defines
Not entirely ideal as SandboxedProcessor does not save anything,
but an improvement nevertheless over the current mess
2022-06-24 19:17:50 +02:00
Albert S. b3c6ce3899 cli: main: Improve usage text, print it when unknown command given 2022-06-24 19:17:50 +02:00
Albert S. 5d702c9a95 cli: main: Wire up CommandList 2022-06-04 17:09:26 +02:00
Albert S. a8184191b3 cli: Exit explicitly on unknown command 2022-04-24 19:40:43 +02:00
Albert S. be41fab5d5 CLI: Use new 'Indexer' to add Commands 2022-04-15 21:06:56 +02:00
Albert S. 478d57b342 cli: Move most classes to shared lib for reuse 2022-04-15 21:06:56 +02:00
Albert S. ad84c8acf7 cli: moved processing of file content into sandboxed subprocess 2022-01-01 17:58:52 +01:00
Albert S. f67b7bbb21 Resolve Qt deprication: endl -> Qt::endl 2021-06-12 22:55:56 +02:00
Albert S. e97551be97 Rename all symbols to new project name 2021-06-12 14:59:58 +02:00
Albert S. ef78e74cdd Detect first run and initialize database and config
Relates to #1
2020-08-24 21:36:45 +02:00
Albert S. 8de07b703c Add Common::databasePath which also allows overriding it 2020-05-24 15:36:27 +02:00
Albert S. 13fb901044 added Common namespace. cli: use settings instead of env for db path 2020-05-23 22:52:42 +02:00
Albert S. 6b94b8f619 Begin 'shared' project to share code between cli and gui 2019-04-20 23:31:14 +02:00
Albert S. f24f6bd966 Command: Take SqliteDbService instead of connection string 2019-04-16 08:54:49 +02:00
Albert S. 6ba1147d11 Added Utils::error() and Utils::info() to print to stderr/stdout instead of qDebug() 2019-04-10 18:57:27 +02:00
Albert S. db499fb4b3 Begin delete command implementation 2019-04-07 20:22:20 +02:00
Albert S. 3e23021621 Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00