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

Feature request: Line operations #1809

Closed
PatrLind opened this issue May 14, 2024 · 3 comments
Closed

Feature request: Line operations #1809

PatrLind opened this issue May 14, 2024 · 3 comments
Labels

Comments

@PatrLind
Copy link

Describe the solution you'd like
I would like to have the possibility to do line operations. The most simple operation that I needed (but couldn't find) was to remove all empty lines of a text file.

Describe alternatives you've considered
Regex, but it gets complicated fast

Additional context
Notepad++ have a nice set of line operations that can be used for inspiration

@Gunnar50
Copy link

I was looking for something like that last week too, I wanted to convert a multiline text into one line.

I would like to try and contribute to that.

@Gunnar50
Copy link

Looking a bit deeper on this, there is indeed a operation called Remove whitespace that can be used to remove empty lines.

@PatrLind
Copy link
Author

Oh, you are right! I didn't see that one, Thanks!
And sorry for the unnecessary feature request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants