We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi David, I was wondering if you ever thought about adding the ability to go back to ini (json2ini)?
I could take a look but you been familiar with the codebase can probably do it in 1/100th the time.
Cheers
The text was updated successfully, but these errors were encountered:
Hello,
No. :) I created this project like 10 years ago and only for learning (not usage) purpose.
Sorry, something went wrong.
I wonder if this would help: https://github.com/Ricki-BumbleDev/i18n-tools-cli
Otherwise I am using simple shell commands for now:
echo '{'( string join ',' ( cat | \ sed -r 's|^([^ =]+)=(.+)?$|"\1":"\2"|' ) )'}';
I think that lacks proper INI group support.
No branches or pull requests
Hi David, I was wondering if you ever thought about adding the ability to go back to ini (json2ini)?
I could take a look but you been familiar with the codebase can probably do it in 1/100th the time.
Cheers
The text was updated successfully, but these errors were encountered: