<Ogromny>
If it's OK (don't break KISS philosophy), I'll make a PR
fitrh has joined #kisslinux
<wael[m]>
Ogromny: it doesn't look very KISS
<wael[m]>
it looks like you are making entire hook handler and stufd
<wael[m]>
I'd expect that the kiss community hooks repo just have all hooks in the root directory, and the README in KISS style explaining what the hooks do.
<wael[m]>
Having hooks in their own directory (post-build, post blah blah etc.), could break the fact that some hooks would do for many actions, example is a time it took for kiss to build, requires to take into 3 actions. I didn't steal it I swear.
<wael[m]>
to be fair, init-hooks has no kiss style README
<wael[m]>
But personally I have been loving the style of plain text README's, but I guess the repo maintainer/owner could decide.
<wael[m]>
Also, we would need to link the kiss package manager wiki page index 006 so that anyone could make a hook
<Ogromny>
Hum okok I see
<wael[m]>
Also, please don't use base name to get working directory
<wael[m]>
Use ${0##*/}
<wael[m]>
But since hooks are going to be added manually I don't think we need a helper
<Ogromny>
Ty ^^
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
noocsharp has joined #kisslinux
ioraff has joined #kisslinux
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
fitrh has quit [Read error: Connection reset by peer]
fitrh has joined #kisslinux
ejjdhfjsu has joined #kisslinux
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
fitrh has quit [Quit: fitrh]
ioraff has quit [Ping timeout: 240 seconds]
ioraff has joined #kisslinux
ejjdhfjsu has quit [Read error: Connection reset by peer]
lanodan has quit [Ping timeout: 244 seconds]
lanodan has joined #kisslinux
claudia has quit [Remote host closed the connection]
claudia has joined #kisslinux
<phinxy>
Is Wireshark Qt only or GTK still there?
<phinxy>
Wireshark requires Qt 5.9 or later! Booo!
<wael[m]>
watchu need it for
<phinxy>
View a tcpdump capture. The data is gzip HTTP, about 100 characters.
<phinxy>
tried to paste the data in to an online gzip converter :P didn't work.
<wael[m]>
I don't think you need wireshark for that
<wael[m]>
You have all the CLI tools you want
<wael[m]>
I'm sure there's one already on your system that can do it
<wael[m]>
If you are on Linux gzip is already installed and you can try it to extract
<phinxy>
I'm not sure where the gzip data starts and ends and how to splice it to a file properly so all chars are there. I'll try.