Compare commits
3 Commits
ab5c5ec5b8
...
f53ebdf372
| Author | SHA1 | Date | |
|---|---|---|---|
| f53ebdf372 | |||
| 9545e73f99 | |||
| 4089c0efe0 |
@ -70,6 +70,7 @@ 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