2023-02-08 14:27:58 +00:00
|
|
|
|
|
2023-02-15 17:24:14 +00:00
|
|
|
|
- [ ] implement MVP
|
|
|
|
|
- [+] minimal catalog
|
|
|
|
|
- [+] search catalog
|
|
|
|
|
- [+] local current versions
|
|
|
|
|
- [ ] latest version, github strategy
|
|
|
|
|
- [ ] intall, github strategy
|
2023-02-08 14:27:58 +00:00
|
|
|
|
|
2023-02-25 22:36:51 +00:00
|
|
|
|
- [ ] code style
|
|
|
|
|
|
|
|
|
|
- [ ] tests
|
|
|
|
|
- [ ]
|
|
|
|
|
|
2023-02-15 17:24:14 +00:00
|
|
|
|
- [ ] choose forge(s), one will be the golden source of the catalog
|
2023-02-08 14:27:58 +00:00
|
|
|
|
* github
|
|
|
|
|
* gitlab
|
|
|
|
|
* framagit
|
2023-02-15 17:24:14 +00:00
|
|
|
|
* codeberg <= golden source
|
2023-02-08 14:27:58 +00:00
|
|
|
|
* source hut
|
|
|
|
|
* my gitea
|
|
|
|
|
|
|
|
|
|
- [ ] reserve name
|
|
|
|
|
- [ ] GH
|
2023-02-25 22:36:51 +00:00
|
|
|
|
- [ ] Pypi
|
2023-02-08 14:27:58 +00:00
|
|
|
|
|
|
|
|
|
- [ ] release
|
|
|
|
|
- [ ] GH release
|
2023-02-25 22:36:51 +00:00
|
|
|
|
- [ ] pypi package
|
2023-02-08 14:27:58 +00:00
|
|
|
|
|
|
|
|
|
- [ ] open issue in managed tool forge for them to add cliget install method
|
|
|
|
|
|
|
|
|
|
- [ ] communicate on geeks'platform : HN, lobsters, reddit, linuxfr
|
|
|
|
|
|
2023-02-15 17:24:14 +00:00
|
|
|
|
- [ ] post MVP improvement
|
|
|
|
|
- [ ] check local env:
|
|
|
|
|
- [ ] existence of `.local`, `.local/programs`, `.local/bin`
|
|
|
|
|
- [ ] that permissions are ok
|
|
|
|
|
- [ ] that `.local/bin` are in `PATH`
|
|
|
|
|
- [ ] allow to list versions
|
2023-02-25 22:36:51 +00:00
|
|
|
|
- [ ] allow to force installation of a given version
|
|
|
|
|
- [-] improve search algorithm, fuzzing
|
|
|
|
|
- [+] adjust fuzzing formula => lower the weight of title
|
|
|
|
|
- [ ] build tests
|
|
|
|
|
- [ ] async loading of versions ; fill output when available
|
|
|
|
|
- [ ] cache GH response for a given time
|
|
|
|
|
|
|
|
|
|
|
2023-02-15 17:24:14 +00:00
|
|
|
|
|
|
|
|
|
|