mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-11-10 00:23:15 -06:00
todo: add todos
This commit is contained in:
parent
1c7f3f8734
commit
302f37bfaf
2 changed files with 10 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ lint: ## format/lint with pre-commit(black,isort,flake8)
|
|||
|
||||
.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 \
|
||||
build/x86_64-unknown-linux-gnu/release/install/yartsu
|
||||
|
||||
|
|
9
todo.md
Normal file
9
todo.md
Normal 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 -->
|
Loading…
Reference in a new issue