cortex icon indicating copy to clipboard operation
cortex copied to clipboard

an ncurses reddit browser and monitor

Results 12 cortex issues
Sort by recently updated
recently updated
newest added

thank you. completely new user. @GGLucas @lmacken @nogweii @asmallteapot @sgnn7

With Cygwin OpenSSH in ConEmu, I run ./cortex and get this error: Traceback (most recent call last): File "./cortex", line 970, in main interface.init() File "./cortex", line 552, in init...

Commit ff10ff860479fe2f50590c0f8fcfc6dc34446639 introduces a bug where well-formed urls with special characters, notably #, ?, =, and & are escaped. This breaks any url with GET request arguments.

This solves a bug I had with the following kind of url: http://forum.dlang.org/thread/[email protected] The "$1"s were removed resulting in incorrect url. I decided to place that code as near as...

If I put the line ``` browser-background=0 ``` anywhere but on the very last line of ~/.cortex/config, I get this error when trying to start cortex: ``` Traceback (most recent...

I ask as the reddit api has voting, (http://www.reddit.com/dev/api#POST_api_vote), but it doesn't look like your using the api as your just using the rss feeds

``` Traceback (most recent call last): File "./cortex", line 949, in main interface.main() File "./cortex", line 600, in main cmd(self.data, self) File "./cortex", line 788, in cm_open interface.entry.open() File "./cortex",...

Sorry for bothering but it will be nice if we can select another browser command for viewing comments. Again, im using less and did tail -n+270 for linux section. Now...

I'm lazy guy so i piped -dump output of lynx/links for just reading (tired to q and y need just q) whatever... .config: [config] minimal=1 browser-background=0 browser-command=/usr/bin/links -dump "{0}" |...