Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a merge command #3

Open
4 tasks
chrisdmacrae opened this issue Jan 8, 2018 · 0 comments
Open
4 tasks

Add a merge command #3

chrisdmacrae opened this issue Jan 8, 2018 · 0 comments

Comments

@chrisdmacrae
Copy link
Owner

Problem's we're trying to solve

In some cases, you may have many fields that are very similar or are used for the same purpose, and want to consolidate these to have leaner FMTs.

This currently requires a lot of tedious, manual work. Having a utility that finds all possible values for each key, and allows you to merge them / pick a preferred value for a single (or new key) would be ideal for site migration and updating.

  • Add ability to query the values of a file by key
  • Allow the specification of the replacement key
  • Prompt the user for the correct value
  • Allow the user to optionally specify a "winner cascade", where values don't need to be confirmed, but are used in order found. (E.g, --by-fields description,summary,excerpt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant