Linkulator is a command line link aggregator; somewhat like news.ycombinator.com, or lobste.rs, but simpler and run from the command line. https://rawtext.club
Go to file
asdf 8cb4201c20 Remove -p option, ensure appropriate menu flow from post_link 2019-12-07 12:42:41 +11:00
.gitignore Fixed merge conflict, added addition item for ignore 2019-12-06 11:28:52 +11:00
LICENSE added GPL3 license 2019-11-30 02:35:23 +00:00
README.md Updated README with new settings information 2019-12-02 12:44:01 +11:00
config.py Changes order to newest first and adds new markers for categories and posts 2019-12-06 11:21:07 +11:00
data.py Fixed merge conflict, added addition item for ignore 2019-12-06 11:28:52 +11:00
linkulator Remove -p option, ensure appropriate menu flow from post_link 2019-12-07 12:42:41 +11:00
posts.py Remove -p option, ensure appropriate menu flow from post_link 2019-12-07 12:42:41 +11:00

README.md

Linkulator, a link aggregator for the shell

Installation

Configuration

Default Path settings

These options can be found in config.py in the class DefaultPaths

User home directory location

String all_homedir_pattern

Customise user home directory hierarchy. Default is /home/*/ to support a standard structure like /home/username/

For example, you may have home directories in a location like /userdata/(first letter)/(username) i.e. /userdata/a/auser. The glob pattern would need to be updated to /userdata/i*/*/

Data directory name

String datadir

Customise the name of the directory where user data is stored. Default is .linkulator.

Data file

String datafile

Customise the name of the file where user links and replies are stored. Default is linkulator.data

Ignore file

String ignorefile

Customise the name of the file where ignored users are stored. Default is ignore

Settings file

String settingsfile

Customise the name of the file where user settings are stored. Default is linkulatorrc

Default User settings

These options can be found in config.py in the class DefaultUser

Default browser

String browser

Customise the command used to execute the default browser used by linkulator. Default is lynx