Skip to content

How does one set the description of a tag? #636

Answered by lauft
leeand00 asked this question in Q&A
Discussion options

You must be logged in to vote

Currently, you have to set the tag description in the configuration file, e.g. when you have a tag FOO you can add a description with

timew config :yes tags.FOO.description "Lorem ipsum dolor sit amet"

Then you should get as output to timew tags:

$ timew tags

Tag Description
--- --------------------------
FOO Lorem ipsum dolor sit amet

However, there is a catch: Tags with spaces are not supported yet with this. 😬
(The reason is that the space in the tag breaks the line handling in the config file).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by leeand00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants