Commit Graph

54 Commits

Author SHA1 Message Date
pcvolkmer 1e553aad58 Add add line break to very long argument description 2023-08-30 17:57:44 +02:00
pcvolkmer f9c66cfdb1 Merge pull request #2 from CCC-MF/show_requirements
Add sub command 'tree' to show dependencies
2023-08-29 17:38:51 +02:00
pcvolkmer 103075ab78 Add sub command 'tree' to show dependencies 2023-08-29 17:34:02 +02:00
pcvolkmer 37c8b47d1f Update dependencies 2023-08-25 20:53:05 +02:00
pcvolkmer d83fa34adb Update version and added deb package config v0.2.0 2023-08-07 15:50:16 +02:00
pcvolkmer 5c91e4d10f Merge pull request #1 from CCC-MF/sorted_export
Sorted export
2023-08-07 14:20:12 +02:00
pcvolkmer e84a39b7c4 Apply exported sorting to items itself and nested items 2023-08-07 14:16:44 +02:00
pcvolkmer 376bfb2852 Experimental sort of exported content 2023-08-07 10:11:45 +02:00
pcvolkmer ad35b99371 Update dependencies 2023-08-06 21:37:10 +02:00
pcvolkmer 224a7dba27 Update dependencies 2023-08-02 12:56:15 +02:00
pcvolkmer 62ab073cfa Fix error in README.md, showing wrong example command 2023-07-29 13:40:36 +02:00
pcvolkmer b2adb3c5fe Add install task to Makefile 2023-07-03 01:15:15 +02:00
pcvolkmer a8911f86dd Update dependencies 2023-07-02 23:14:19 +02:00
pcvolkmer b030ce6a53 Add subcommand 'diff' to compare two OSC files 2023-07-01 17:40:04 +02:00
pcvolkmer b04ee563f2 Update dependencies 2023-07-01 11:57:33 +02:00
pcvolkmer 6e266feaf5 Changes in UKM profile: Added more form field settings 2023-06-28 10:39:36 +02:00
pcvolkmer 2243895de9 Add Makefile to build packages v0.1.0 2023-06-28 09:59:23 +02:00
pcvolkmer 162c06917c Update dependencies 2023-06-18 00:13:26 +02:00
pcvolkmer 6c794afbd3 Add more information about sorting 2023-06-17 23:42:29 +02:00
pcvolkmer 014fca2169 Styled name and revision in content listing 2023-06-16 00:10:20 +02:00
pcvolkmer 11b233b642 Add optional sorted listing of file contents 2023-06-15 23:27:21 +02:00
pcvolkmer 0f584997f7 Extract print function for catalogues and forms 2023-06-15 22:57:17 +02:00
pcvolkmer 13f1126619 Use traits for catalogues, forms and form entries 2023-06-15 22:56:33 +02:00
pcvolkmer 2c11690edf Do not create temp value 2023-06-15 22:07:53 +02:00
pcvolkmer 1fdac88d6d Add required scripts to UMG example profile 2023-06-14 02:05:15 +02:00
pcvolkmer 92acd7655a Add support for script replacing 2023-06-14 01:10:21 +02:00
pcvolkmer c9046a3e02 Add initial profile for UMG 2023-06-13 23:11:42 +02:00
pcvolkmer 4bf316d78a Make more fields optional as required by some OSC files 2023-06-13 22:32:44 +02:00
pcvolkmer 5693711072 Update dependency 'xml-rs' due to CVE-2023-34411 2023-06-07 10:59:12 +02:00
pcvolkmer ea135010d2 Add 'compact' option to get smaller output files 2023-06-07 10:55:55 +02:00
pcvolkmer aa610a0593 Extract method to write output file 2023-06-06 11:14:29 +02:00
pcvolkmer 70f6718ac5 Improve Error handling 2023-06-06 11:06:18 +02:00
pcvolkmer d5f1edf9c8 Add initial profile for UKM 2023-06-05 20:25:29 +02:00
pcvolkmer 55d8f2f592 Add optional form entry property 'MemoHeight' 2023-06-05 19:58:06 +02:00
pcvolkmer b5da2969d4 Add structs 'Haeufigkeit' and 'Haeufigkeiten' 2023-06-05 19:56:20 +02:00
pcvolkmer 1d37ae9295 Show additional information on parsing error 2023-06-05 19:55:16 +02:00
pcvolkmer db7a3e6bfa Wording changes in README file 2023-06-05 19:27:09 +02:00
pcvolkmer f9b9c6d312 Add menu category changes 2023-06-05 14:42:23 +02:00
pcvolkmer c3895c8eaf Add cargo release profile 2023-06-05 09:12:29 +02:00
pcvolkmer 0d986059ce Extract cli command structs 2023-06-04 13:03:26 +02:00
pcvolkmer 53e9207cc5 Remove not required 'mut' keyword 2023-06-04 13:02:48 +02:00
pcvolkmer fae48a186b Shortened profile example 2023-06-03 18:27:17 +02:00
pcvolkmer eceafe18be Apply changes from profile to data 2023-06-03 17:50:27 +02:00
pcvolkmer 169a1eff00 Remove obsolete struct 2023-06-03 15:41:38 +02:00
pcvolkmer d4eeb1c345 Show information stored in InfoXML part 2023-06-03 15:38:28 +02:00
pcvolkmer ca145f5e4b Add subcommands 'list' and 'modify' 2023-06-03 15:27:09 +02:00
pcvolkmer 5681b1dee3 Use 'form_references' instead of 'fields' in profile 2023-06-03 13:03:31 +02:00
pcvolkmer 636fa34efc Add 'anzeige' and 'anzeige_auswahl' to profile 2023-06-03 12:59:05 +02:00
pcvolkmer 1224f93764 Check input file for additional entries
This will prevent the application from creating output without these
additional entities, which would be missing in output.

Instead, the application will exit with an error message.
2023-06-02 23:05:35 +02:00
pcvolkmer 31a1dcb63e Move 'Ordner' and 'Bibliothek' into model/mod.rs 2023-06-02 22:31:38 +02:00