Skip to content

Commit 0861270

Browse files
committed
added tag mappings for todo.txt-more
1 parent 1e3219d commit 0861270

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

infertags.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"folia": ["@work","@huc","@clariah","+wp3t108"],
3+
"foliatools": ["@work","@huc","@clariah", "+wp3t108"],
4+
"foliautils": ["@work","@huc","@clariah","+wp3t108"],
5+
"flat": ["@work","@huc","@clariah","+wp3t062"],
6+
"clam": ["@work","@huc","@clariah","+wp3t142"],
7+
"frog": ["@work","@huc","@clariah","+wp3t139"],
8+
"deepfrog": ["@work","@huc","@clariah","+wp3t139"],
9+
"ucto": ["@work","@huc","@clariah","+wp3t139"],
10+
"lamachine": ["@work","@huc","@clariah","+wp3t098"],
11+
"codemetapy": ["@work","@huc","@clariah","+wp2tooldiscovery"],
12+
"codemetaharvester": ["@work","@huc","@clariah","+wp2tooldiscovery"],
13+
"codemetaserver": ["@work","@huc","@clariah","+wp2tooldiscovery"],
14+
"stam": ["@work","@huc","+clariah","+wp2annotation"],
15+
}

labelmap.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"feature": "feat",
3+
"enhancement": "feat"
4+
}

zshrc

+3
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ export BROWSER="firefox"
135135

136136
export XDG_CONFIG_HOME="$HOME/.config"
137137

138+
export TODO_ISSUE_LABELMAP="$HOME/dotfiles/labelmap.json"
139+
export TODO_ISSUE_INFERMAP="$HOME/dotfiles/infertags.json"
140+
138141

139142
#coloured man pages
140143
export GROFF_NO_SGR=1

0 commit comments

Comments
 (0)