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

Indexer erweitertn, dass + bzw - auch am Ende einer Komma-Liste möglich #12

Open
magynhard opened this issue Apr 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@magynhard
Copy link
Member

Aktuell ist es nicht möglich, z.B. eine Datei einzuschließen und den Rest auszuschließen und umgekehrt.

z.B.

-1,-5,+ // sollte 1 und 5 ausschließen, den rest einschließen
4,7,- // sollte 4 und 7 einschließen, den rest ausschließen

Aktuell muss sipa i zweimal ausgeführt werden, um dies zu erreichen. Einmal eine liste mit Plus- oder Minuszahlen, beim der zweiten Ausführung nur - oder + für alle.

@magynhard magynhard added the enhancement New feature or request label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant