visidata: add IP type with CIDR + lookups

This commit is contained in:
tobias
2026-02-15 17:23:09 +01:00
parent 1c9cdc5c19
commit 15934ec4a1
4 changed files with 409 additions and 4 deletions

View File

@@ -12,6 +12,11 @@ try:
except ModuleNotFoundError:
pass
try:
import plugins.iptype
except ModuleNotFoundError:
pass
from datetime import datetime
import functools
import json