work in progress [might break]

This commit is contained in:
Leon
2022-02-09 13:12:01 +01:00
parent 18f0c4b8f4
commit 0b72a2494f
3 changed files with 15 additions and 0 deletions

11
.kanban/.kanban.conf Normal file
View File

@@ -0,0 +1,11 @@
# kanban config file
statuses=('TODO' 'HOLD' 'DOING' 'DONE' 'NOTES' 'BACKLOG')
XSMALL=119 # show small kanban for terminalwidth < 119 chars
SMALLSCREEN=('DOING' 'TODO' 'HOLD') # define simplified kanban board statuses
# maximum amount of todos within status (triggers warning when exceeds)
declare -A maximum_todo
maximum_todo[HOLD]=10
maximum_todo[DOING]=5

0
.kanban/.kanban.csv Normal file
View File

4
.kanban/IDEA.TXT Normal file
View File

@@ -0,0 +1,4 @@
# why?
while others are writing kubernetes-optimized javascriptbundlers on a blockchain, some people focus on simplicity.