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

New Feature: Export all differeces to new file #139

Open
meberli opened this issue Sep 28, 2023 · 2 comments
Open

New Feature: Export all differeces to new file #139

meberli opened this issue Sep 28, 2023 · 2 comments

Comments

@meberli
Copy link

meberli commented Sep 28, 2023

It would be great to have an option to export the differences of all files to a file.
This would be helpful i.e. to document changes in a config folder from one device to another

@L13
Copy link
Owner

L13 commented Sep 28, 2023

Hi, do you mean just a list of files (dirname + filename) or also the difference (content) in those files. Second option is not possible because I have no access to the diff logic of vscode.

@Jason-Massimino
Copy link

Hi, do you mean just a list of files (dirname + filename) or also the difference (content) in those files. Second option is not possible because I have no access to the diff logic of vscode.

Hey, I was looking for a way to export which files are added, modified, or removed to a CSV or similar format.

I don't need to know what those differences are, or anything within the file, I just need to know what section they'd be sorted in.

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

3 participants