Software Combokettle - Cross Platform (Linux / Windows) Combo Utility With Python Plugins
- Thread starter
- Thread Author
- #1
Hello,
I'm pretty new here and coded some small tool to work with / filter the databases and I'm happy to share it.
It's coded in C / Nim so the performance should be pretty good and can be extended with python plugins.
Feel free to leave some feedback!
VirusTotal
combokettle.exe: You must be logged in to see this link.
combokettle: You must be logged in to see this link.
Download
Here's a video of it in action:
You must be logged in to see this link.
I'm pretty new here and coded some small tool to work with / filter the databases and I'm happy to share it.
It's coded in C / Nim so the performance should be pretty good and can be extended with python plugins.
Feel free to leave some feedback!
help:
help shows this message
exit exit
open open file(s)
save save file
close closes file(s)
lines shows number of lines loaded
show <num> shows <num> random lines (0 for all lines)
duplicates removes duplicates
sort sorts
search <str1 str2 ...> filters all matches found with the substrings
rmsearch <str1 str2 ..> same as search but removes matches
split <separator> split and rearrange
replace <str1> <str2> replaces <str1> with <str2>
plugin <functionname> runs a function from plugins.py (requires python installed)
clear clears the terminal
VirusTotal
combokettle.exe: You must be logged in to see this link.
combokettle: You must be logged in to see this link.
Download
Post automatically merged:
Here's a video of it in action:
You must be logged in to see this link.