tobias
0ff19b5765
visidata: ignore local input history file
...
Prevent accidental commits of interactive VisiData input history by ignoring input_history.jsonl in the local config directory.
2026-02-21 23:20:42 +01:00
tobias
62a405a0a7
visidata: add replayable IOC showcase and usage docs
...
Provide a sample dataset and cmdlog that exercise typed IOC enrichment while keeping heavy lookups scoped for practical throttled runs, and document how to run it.
2026-02-21 23:20:42 +01:00
tobias
2723964a93
visidata: add IOC types with cached, throttled lookups
...
Centralize provider caching and rate-limit handling, then add Domain/URL/Hash IOC types and safer VT/IPInfo key resolution so lookups stay reliable on free-tier APIs.
2026-02-21 23:20:42 +01:00
tobias
c8131f85b2
visidata: document config and plugins
2026-02-21 23:20:42 +01:00
tobias
a797b48593
visidata: improve IP lookups (cached, keys, maxmind)
2026-02-21 23:20:42 +01:00
tobias
8cbdc9f41f
visidata: add IP type with CIDR + lookups
2026-02-21 23:20:42 +01:00
tobias
c45c729ad4
visidata: make installer idempotent and use v3.3 VD_DIR
2026-02-21 23:20:42 +01:00
tobias
bc837a4f62
visidata: add installer and optional deps list
2026-02-21 23:20:42 +01:00
tobias
bf7cf21a77
visidatarc: v3.3-safe config + helper fixes
2026-02-21 23:20:42 +01:00
tobias
da872a0de1
visidata: fix hidecol and add menu entry
2026-02-21 23:20:42 +01:00
tobias
92c7fc69c6
Restructure repository: organize tools by purpose, create what search tool
...
- Move single-file tools to tools/ organized by category (security, forensics, data, etc.)
- Move multi-file projects to projects/ (go-tools, puzzlebox, timesketch, rust-tools)
- Move system scripts to scripts/ (proxy, display, setup, windows)
- Organize config files in config/ (shell, visidata, applications)
- Move experimental tools to archive/experimental
- Create 'what' fuzzy search tool with progressive enhancement (ollama->fzf->grep)
- Add initial metadata database for intelligent tool discovery
- Preserve git history using 'git mv' commands
2026-02-21 23:20:42 +01:00