todo: add todos

This commit is contained in:
Daylin Morgan 2023-05-07 23:47:58 -05:00
parent 1c7f3f8734
commit 302f37bfaf
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
2 changed files with 10 additions and 1 deletions

View file

@ -13,7 +13,7 @@ lint: ## format/lint with pre-commit(black,isort,flake8)
.PHONY: dist release release.assets dist build .PHONY: dist release release.assets dist build
release.assets: build/x86_64-unknown-linux-gnu/release/install/yartsu/yartsu check-version release-assets: build/x86_64-unknown-linux-gnu/release/install/yartsu/yartsu check-version
tar czf build/yartsu-$(VERSION)-x86_64-linux.tar.gz \ tar czf build/yartsu-$(VERSION)-x86_64-linux.tar.gz \
build/x86_64-unknown-linux-gnu/release/install/yartsu build/x86_64-unknown-linux-gnu/release/install/yartsu

9
todo.md Normal file
View file

@ -0,0 +1,9 @@
# yartsu todo's
- [ ] tests tests tests
- [ ] allow user-generated themes from config dir
- [ ] write release CI
- [ ] pypi
- [ ] pyoxidizer (and nightly?)
<!-- generated with <3 by daylinmorgan/todo -->