neonmodem
neonmodem copied to clipboard
Neon Modem Overdrive
Lemmy post results are limited to 50 which results in a lot of empty communities (forums) when you have many subscriptions. Probably need to split the go request in ``system/lemmy/lemmy.go...
When a post is being viewed and I type "o" to open the post an extra forward slash is added to the URL. I was able to recreate the issue...
Most of the time no comments are shown when you select a post. Even the binding to show "older replies" doesn't do anything
As title says. Filtering by communities do nothing (at least for Lemmy instances)
Add support for secure password storage in system keyring. Addresses #20 First pass just adds keyring support for Lemmy but it's a repeatable pattern. Might be better to consolidate in...
Right now neonmodem sorts by "new". This is fine, and probably necessary when viewing multiple systems at once, but it would be nice if we could detect (or hard code)...
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x80 pc=0x563d981d6ad1] goroutine 1 [running]: github.com/mrusme/neonmodem/cmd.loadSystems(0xc000456000) github.com/mrusme/neonmodem/cmd/root.go:98 +0xf1 github.com/mrusme/neonmodem/cmd.glob..func1(0x563d98b4a1c0?, {0x563d981dbc8c?, 0x0?, 0x0?}) github.com/mrusme/neonmodem/cmd/root.go:115 +0xdc github.com/spf13/cobra.(*Command).execute(0x563d98b4a1c0,...
Right now this app saves user credentials in clear text in the toml config. Needless to say this is not safe. I'm not familiar with the go package ecosystem so...
It should be possible to blacklist terms/forums/users. The blacklist should allow using e.g. RegEx `.*twitter.*`, or a script language (Lua?), or an external command to decied whether a post should...
Terminal: Kitty version 0.26.5 It works fine in tmux, but when I run `neonmodem` without tmux, the pop-up windows get really messed up. I installed it by cloning the repo,...