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

control the insertion behavior of new links #16

Open
mhh008 opened this issue Sep 9, 2022 · 0 comments
Open

control the insertion behavior of new links #16

mhh008 opened this issue Sep 9, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@mhh008
Copy link
Owner

mhh008 commented Sep 9, 2022

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

When edding entrys to an existing group, they get appended above existing links in that group.

Describe the solution you'd like
A clear and concise description of what you want to happen.

  • per default: Append the new link after the existing links
  • Add CLI Parameter option to specify the position of the new link.
    • e.g. there are 3 links existing: a b c and you want to add link d and give as cli option the number 2
    • expected result: a d b c
    • behavior: new link comes to the specified position, counting starts with 1 (thats more user friendly for non programmers), then the old links follow. So with number 2 the new link gets inserted between the first and second already existing links.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@mhh008 mhh008 added the enhancement New feature or request label Sep 9, 2022
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