Commit Graph

36 Commits

Author SHA1 Message Date
Jean-Claude 08965331d7
CLEANUP: reorder declarations 2022-06-09 20:59:08 +02:00
Jean-Claude fc0edf01e3 Merge pull request 'Combine Multiple Days into Event' (#14) from core/combine into main
Reviewed-on: jeanclaude/MIAnex#14
2022-06-07 22:46:43 +02:00
Jean-Claude 6b2c30e461
NEW: option for multiple schemas and handle begin/end dates 2022-06-07 22:43:51 +02:00
Jean-Claude 77fbe8f6ed Merge pull request 'run own image import system' (#15) from core/copyImageToDest into main
Reviewed-on: jeanclaude/MIAnex#15
2022-04-14 10:30:28 +02:00
Jean-Claude a8d2b46415
NEW: use own import formatter and importer
Do not rely on exiftool anymore
2022-04-14 10:28:05 +02:00
Jean-Claude 04daffe440
FIX: Misbehaviour when on main due to star on branch name 2022-03-13 15:10:42 +01:00
Jean-Claude 80220479cc
DOC: add todo 2022-03-13 15:10:10 +01:00
Jean-Claude 7571d1082b Merge pull request 'Prevent loosing changes on deactivate' (#12) from fix/checkout into main
Reviewed-on: jeanclaude/MIAnex#12
2022-03-03 22:56:53 +01:00
Jean-Claude 52eee8a38a
IMPROVE: prevent loosing changes on deactivate
- Uncommitted changes got lost on deactivate. A prompt is show when uncommitted changes are present and a force flag is added to discard and deactivate
2022-03-03 22:52:57 +01:00
Jean-Claude 469a8dddcf Merge pull request 'Improve Branch Name of Import' (#11) from core/importname into main
Reviewed-on: jeanclaude/MIAnex#11
2022-01-25 13:08:38 +01:00
Jean-Claude cdeb43ccbb
NEW: Prepend image date to branch name
Extract the date from the first image provided
2022-01-25 12:55:14 +01:00
Jean-Claude 19fb0b86df
FIX: all cabal warnings 2021-10-27 23:22:07 +02:00
Jean-Claude 531b638716
IMPROVE: Filter list to show imports only 2021-10-27 14:03:18 +02:00
Jean-Claude 2dfee31838
NEW: dedicated list commands
Removes the `import --list` flag
2021-10-27 14:01:39 +02:00
Jean-Claude d371047c40
FIX: cabal base version 2021-10-14 08:30:48 +02:00
Jean-Claude 005ee08ade
NEW: import flag to allow import to current branch 2021-09-13 18:10:36 +02:00
Jean-Claude 4d23553a84
UPDATE: Changelog
Add information about import command
2021-09-08 19:54:17 +02:00
Jean-Claude cbc64ccafd
CLEANUP: reorder and add todo 2021-08-07 21:17:22 +02:00
Jean-Claude 7ac4dc1097
NEW: Load naming structure from config 2021-07-30 23:21:10 +02:00
Jean-Claude 18ca5d86a5
CLEANUP: remove print statement 2021-07-30 22:34:00 +02:00
Jean-Claude 894fd02839
NEW: XDG Based config file 2021-07-30 21:23:25 +02:00
Jean-Claude 8fe7d66e91
NEW: GPLv3 License 2021-07-30 21:23:25 +02:00
Jean-Claude 557d68ab07
IMPROVE: Global config file 2021-07-30 21:23:25 +02:00
Jean-Claude b9c97dea4a
IMPROVE: Split import commands to individual commands
- `import --activate` got `activate`
- `import --deactivate` got `deactivate`
2021-07-30 21:23:21 +02:00
Jean-Claude 5516835fb8
NEW: external .ini configuration file
Allows for changing the configuration without rebuilding the whole
project
2021-07-22 21:01:11 +02:00
Jean-Claude 7396f3b639
NEW: functionality for importing images
Adds the functionality for importing images provided as a list of image
paths to the import command
2021-07-08 23:42:55 +02:00
Jean-Claude e82a38ca5d
NEW: helper wrapper to execute processes
This should simplify using CreateProcess by providing error handling (to
be done) and extraction of the return value
2021-07-08 23:38:47 +02:00
Jean-Claude 47b2b82b3f
UPDATE: config for test repo 2021-07-08 22:19:51 +02:00
Jean-Claude 401592621f
NEW: cabal config file 2021-07-08 22:16:33 +02:00
Jean-Claude ed6ab8608e
NEW: gitignore 2021-07-08 22:09:57 +02:00
Jean-Claude 6e8f63c77e
NEW: Parser for import of images 2021-06-28 22:15:38 +02:00
Jean-Claude 076c8cf845
NEW: initial readme 2021-06-25 23:08:46 +02:00
Jean-Claude b4a1fedb45
NEW: functionality for different import commands
Functionality for new, activate, deactivate and list
2021-06-25 22:56:34 +02:00
Jean-Claude a55dd588c4
NEW: Basic functions to interact with git 2021-06-25 22:56:02 +02:00
Jean-Claude 78f5b20f16
IMPROVE: structure of opt parser and add deactivate command 2021-06-25 22:54:46 +02:00
Jean-Claude d64be75602
NEW: Basic command system 2021-06-21 23:50:37 +02:00