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 5fdb0f4863 Search now matches if the keyword is a substring of any element 2019-12-24 23:33:28 +11:00
tests Search now matches if the keyword is a substring of any element 2019-12-24 23:33:28 +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 Menu flows support viewing posted details, display and linting fixes 2019-12-15 13:25:13 +11:00
data.py Search now matches if the keyword is a substring of any element 2019-12-24 23:33:28 +11:00
linkulator.py Merge branch 'search' of cmccabe/linkulator2 into master 2019-12-22 20:28:43 -05: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