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

add option to import program list from extern (for autocomplete) #31

Open
ColdIV opened this issue Nov 6, 2023 · 1 comment
Open

add option to import program list from extern (for autocomplete) #31

ColdIV opened this issue Nov 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ColdIV
Copy link
Member

ColdIV commented Nov 6, 2023

scm should take a list from an url (or file) to load and allow autocomplete from
this would have the advantage, that you can maintain your own list of programs and libraries without having to put them all in the same git repository.
(could easily work with a bunch of pastebin scripts)

@ColdIV ColdIV added the enhancement New feature or request label Nov 6, 2023
@ColdIV
Copy link
Member Author

ColdIV commented Nov 30, 2023

I think this might be a good idea in general, having a file to list all programs and libraries for autocomplete.
We could add a file like that to a repository and exclude test and work in progress libraries, so that every program in SCMs autocomplete works and serves a purpose.
And if we need a program to be included we can just link to a different autocomplete list.

This would also have the advantage that we could remove the -prog and -lib suffixes.
If needed, we could even add the option to mark programs / libraries as "testing" or "in development" and have an option in scm to show those as well.

What do you think @ChristophLHR ?

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
Status: No status
Development

No branches or pull requests

1 participant