Klaus Alexander Seistrup

Results 51 issues of Klaus Alexander Seistrup

It's a bit confusing with apps that insists on using one or two dashes for `--help` and `--version`, when the rest of the commands don't use dashes. I suggest that...

The command `pocket-cli configure` by default leaves `~/.pocket-config` file world readable: ``` sh $ ls -l ~/.pocket-config -rw-r--r-- 1 kseistrup kseistrup 166 Feb 20 11:29 /home/kseistrup/.pocket-config ``` Since this file...

It could prove useful for the casual user as well as for the bug reporter to be able to see which version of gonano is actually installed, e.g.: ```sh $...

I have packaged “gonano” for ArchLinux AUR: ⌘ https://aur.archlinux.org/packages/gonano/ It can be compiled and installed with e.g.: ```sh yay -S gonano ```

I often use my initials — KAS — as my username: `kas`. Mycorrhiza insists on displaying this as `Kas`, which makes no sense. `KAS` would also be fine, but Mycorrhiza...

``` shell $ wget -qO- http://btc.to/1NynqP8o9AEgF355VqbyL8aAWw2YmscDPz && echo 85 $ wget -qO- http://btc.to/85 && echo 1NynqP8o9AEgF355VqbyL8aAWw2YmscDPz $ ``` Cheers,

P2 - Nice to Have
Feature Request

Megafilter seems to listen on 0.0.0.0, i.e., on all [IPv4] interfaces. And while there's a `--port` switch there's no `--host` swicth, meaning that megafilter will be available for anyone who...

Why the need for a system install as root if megafilter is intended as a single user app? I should be able to install megafilter in any directory that I...

Nobody seems to have mentioned notifications over XMPP (‘Jabber’).

enhancement
help wanted

Commands that produce ‘many’ lines and bytes of output (e.g., `ps faux`: 26+ kB in 200+ lines) seem to become displayed in chunks of approximately 4 kB bytes, temporally spaced...