Commit Graph

11 Commits

Author SHA1 Message Date
tobias
412f812fe2 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
250999b0c6 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
84d912ac0a 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
27760b0bf1 visidata: document config and plugins 2026-02-21 23:20:42 +01:00
tobias
8d40bcc3f9 visidata: improve IP lookups (cached, keys, maxmind) 2026-02-21 23:20:42 +01:00
tobias
15934ec4a1 visidata: add IP type with CIDR + lookups 2026-02-21 23:20:42 +01:00
tobias
1c9cdc5c19 visidata: make installer idempotent and use v3.3 VD_DIR 2026-02-21 23:20:42 +01:00
tobias
273b47f08e visidata: add installer and optional deps list 2026-02-21 23:20:42 +01:00
tobias
7e45c6f843 visidatarc: v3.3-safe config + helper fixes 2026-02-21 23:20:42 +01:00
tobias
d994b57fee visidata: fix hidecol and add menu entry 2026-02-21 23:20:42 +01:00
tobias
619b0bc432 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