CHANGELOG.md in markdown_exec-0.2.4 vs CHANGELOG.md in markdown_exec-0.2.5

- old
+ new

@@ -1,18 +1,52 @@ # Changelog +## [ToDo] +- pipe stdin to script +- yes/no/write/clipboard/record/edit/history +- present timestamp, result of last exec for each command +- user settings +- hidden w , w/o () in names +- fix regexp in pathnames +- tab completion from md file +- read file once to allow for tempdoc stream +- include md or blocks file + +- tree display + +- mde options in md file or included file + +- include blocks from local md file + +- chmod a+x logged script + +- add shebang to saved script + +## [0.2.5] - 2022-04 + +### Added + +- Command `--list-default-env` to show default configuration as environment variables. +- Command `--list-default-yaml` to show default configuration as YAML. +- Option to exit program when selecting files or blocks. + +### Changed + +- Composition of menu to facilitate reports. +- List default values in menu help. + ## [0.2.4] - 2022-04-01 ### Added - Command `--list-recent-scripts` to list the last *N* saved scripts. - Command `--run-last-script` to re-run the last saved script. - Command `--select-recent-script` to select and execute a recently saved script. | YAML Name | Environment Variable | Option Name | Default | Purpose | | :--- | :--- | :--- | :--- | :--- | -| list_count | MDE_LIST_COUNT | `--list_count` | `16` | Max. items to return in list | +| list_count | MDE_LIST_COUNT | `--list-count` | `16` | Max. items to return in list | | logged_stdout_filename_prefix | MDE_LOGGED_STDOUT_FILENAME_PREFIX | | `mde` | Name prefix for stdout files | | save_execution_output | MDE_SAVE_EXECUTION_OUTPUT | `--save-execution-output` | False | Save standard output of the executed script | | saved_script_filename_prefix | MDE_SAVED_SCRIPT_FILENAME_PREFIX | | `mde` | Name prefix for saved scripts | | saved_script_folder | MDE_SAVED_SCRIPT_FOLDER | `--saved-script-folder` | `logs` | Saved script folder | | saved_script_glob | MDE_SAVED_SCRIPT_GLOB | | `mde_*.sh` | Glob matching saved scripts |