8 Commits

Author SHA1 Message Date
tke
cf17b37a7d Add eslogger completion and Go tools 2026-03-07 10:32:56 +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
tabledevil
13f060433c Add goinfo and gosoft 2025-03-25 08:16:04 +01:00
Tobias Kessels
75fdf8cc9b port ipgrep to golang 2025-02-07 14:06:39 +01:00
Tobias Kessels
6e35b0a4fa Add usage info to gobetween 2024-08-01 16:22:47 +02:00
Tobias Kessels
bfd44fa7ef Add gobetbeen.go as a golang replacement for between 2024-08-01 16:13:12 +02:00
Tobias Kessels
6430a2a340 add csv2json.go to converta csv with headers to jsonlines 2024-08-01 14:23:32 +02:00
Tobias Kessels
f44d0fb652 Replace uniqrs with gouniq
replaced binary unqirs with a plattform independent golang rewrite.
gouniq works removes duplicate lines from an unsorted text file thus maintaining the original order of lines
2024-08-01 10:51:37 +02:00