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
cmccabe 8c7d6d1043 added GPL3 license 2019-11-30 02:35:23 +00:00
LICENSE added GPL3 license 2019-11-30 02:35:23 +00:00
README.md homepath customisation completed, documented 2019-11-30 12:46:39 +11:00
config.py Proposed update use config module and pathlib 2019-11-29 13:14:33 +11:00
linkulator homepath customisation completed, documented 2019-11-30 12:46:39 +11:00
posts.py Proposed update use config module and pathlib 2019-11-29 13:14:33 +11:00

README.md

Linkulator, a link aggregator for the shell

Installation

Configuration

User home directory location

String CONFIG.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 CONFIG.datadir

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

Data file

String CONFIG.datafile

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

Ignore file

String CONFIG.ignorefile

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