cliget/TODO.md

49 lines
1.4 KiB
Markdown
Raw Normal View History

2023-02-27 00:53:29 +00:00
- [+] implement MVP
- [+] minimal catalog
- [+] search catalog
- [+] local current versions
2023-02-27 00:53:29 +00:00
- [+] latest version, github strategy
- [+] intall, github strategy
2023-02-27 00:53:29 +00:00
- [*] code style => blake, defaults
- [ ] tests
2023-02-27 00:53:29 +00:00
- [ ] cli x (not there, there with old version, there with latest version)
- [ ] choose forge(s), one will be the golden source of the catalog
* github
* gitlab
* framagit
* codeberg <= golden source
* source hut
* my gitea
- [ ] reserve name
- [ ] GH
- [ ] Pypi
- [ ] release
- [ ] GH release
- [ ] pypi package
2023-02-27 00:53:29 +00:00
- [ ] open an issue in managed tool forge asking to add support for `--version` and semver
- [ ] open an issue in managed tool forge asking to add cliget install method
- [ ] communicate on geeks'platform : HN, lobsters, reddit, linuxfr
- [ ] post MVP improvement
- [ ] check local env:
- [ ] existence of `.local`, `.local/programs`, `.local/bin`
- [ ] that permissions are ok
- [ ] that `.local/bin` are in `PATH`
2023-02-26 22:25:26 +00:00
- [ ] UI, add some progress to install
- [ ] allow to list versions
- [ ] 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-27 00:53:29 +00:00
- [ ] explore a way to combine docopt and baker