Compare commits
3 Commits
f53ebdf372
...
ab5c5ec5b8
| Author | SHA1 | Date | |
|---|---|---|---|
| ab5c5ec5b8 | |||
| a584459556 | |||
| 86be8a1a47 |
@ -70,7 +70,6 @@ def tags_cmd(args: argparse.Namespace, config: Config) -> None:
|
||||
tags_freq = chat.tags_frequency(args.prefix, args.contain)
|
||||
for tag, freq in tags_freq.items():
|
||||
print(f"- {tag}: {freq}")
|
||||
# TODO: add renaming
|
||||
|
||||
|
||||
def config_cmd(args: argparse.Namespace, config: Config) -> None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user