Commit Graph

112 Commits

Author SHA1 Message Date
5672309ebf Invalid characters are removed from lines, more refactoring 2019-12-05 13:20:23 +11:00
4a12f5b623 Data file is now read by data.py module 2019-12-05 12:14:10 +11:00
d04d29c7d8 Merge branch 'future-dated-records' of cmccabe/linkulator2 into master 2019-12-04 17:43:28 -05:00
cmccabe
c895bbefca prevents future-dated posts/replies from being displayed. 2019-12-04 22:39:50 +00:00
94a1eaa5d4 Merge branch 'settingsfile' of cmccabe/linkulator2 into master 2019-12-03 11:04:22 -05:00
2713f99e75 Configuration file now uses INI format 2019-12-03 12:52:37 +11:00
2241a1b08b Updated README with new settings information 2019-12-02 12:44:01 +11:00
ef83025b58 Merge branch 'settingsfile' of cmccabe/linkulator2 into master 2019-11-30 10:09:08 -05:00
cmccabe
4c43001f43 made a similar commit at same time as asdf's. reverting so that asdf's bigger commit can be merged
This reverts commit 1197fa56a7.
2019-11-30 15:05:35 +00:00
cmccabe
1197fa56a7 oops, 'lynx' was hardcoded, meaning 'browser' variable was not used. 2019-11-30 12:17:15 +00:00
e9df516ef5 Some user settings can be read and saved to a config file 2019-11-30 23:03:29 +11:00
b736cd0b6e Merge branch 'noDataWarningBugfix' of cmccabe/linkulator2 into master 2019-11-30 06:50:31 -05:00
cmccabe
6dc91e5811 fixed bug 2019-11-30 11:49:45 +00:00
cmccabe
8c7d6d1043 added GPL3 license 2019-11-30 02:35:23 +00:00
51299aa627 Merge branch 'homePaths' of cmccabe/linkulator2 into master 2019-11-29 20:48:46 -05:00
b1f8d3c09f homepath customisation completed, documented 2019-11-30 12:46:39 +11:00
75540dc78b Merge branch 'homePaths' of cmccabe/linkulator2 into master 2019-11-29 07:30:15 -05:00
97c32c82c2 Proposed update use config module and pathlib 2019-11-29 13:14:33 +11:00
9f6775fb43 Merge branch 'homePaths' of cmccabe/linkulator2 into master 2019-11-28 07:07:45 -05:00
cmccabe
74d9dc1aea initial generalization of home dir file paths. needs testing? 2019-11-28 12:03:35 +00:00
f9a1918ba9 Merge branch 'refactor_posts' of cmccabe/linkulator2 into master
I agree. This is a good improvement.  Merging and closing.
2019-11-27 06:46:48 -05:00
ffc8814b00 posts module now reads config values from config module 2019-11-27 12:48:58 +11:00
14e778fd9b Merge branch 'refactor_posts' of cmccabe/linkulator2 into master 2019-11-26 10:01:11 -05:00
65aa7ed835 post_link now handled in module posts 2019-11-26 22:08:26 +11:00
cmccabe
c54e17d6db improved --help langauge. 2019-11-26 01:31:13 +00:00
cmccabe
9df1aa6567 can parse url as optional cmd line arg 2019-11-25 19:14:28 +00:00
2c9bdee2f9 Merge branch 'visual-improvements' of cmccabe/linkulator2 into master 2019-11-24 21:29:33 -05:00
sloum
e083cb9abd Improved spacing for replies 2019-11-25 00:00:52 +00:00
sloum
468352bc35 Updates all menu's display 2019-11-24 23:58:44 +00:00
1a0732c607 Merge branch 'style-function' of cmccabe/linkulator2 into master 2019-11-23 22:45:36 -05:00
sloum
f311343c66 Adds a style text method 2019-11-23 18:35:12 +00:00
e039eccc10 Merge branch 'format-linklist' of cmccabe/linkulator2 into master 2019-11-23 10:14:04 -05:00
sloum
f25cdbb7ff Solves merge conflict 2019-11-22 17:29:09 +00:00
sloum
c1a945ab0c Catches valueerror 2019-11-22 17:17:13 +00:00
sloum
07036f5817 Fixes output and adds error handling 2019-11-22 17:15:52 +00:00
91cf9fe8c6 Merge branch 'client-init' of cmccabe/linkulator2 into master 2019-11-22 07:44:19 -05:00
eb9ece0fd8 Add client initialisation to configure environment 2019-11-22 22:14:11 +11:00
sloum
473f0e7064 Removes a debugging printline 2019-11-22 04:18:29 +00:00
sloum
4a0dc3a1ee Formats the link list output 2019-11-22 04:15:23 +00:00
cmccabe
2e3d3d09dc moved to-do list to tildegit issues. 2019-11-21 13:28:32 +00:00
cmccabe
d4eccc908f forgot to change one w to w+, there were two 2019-11-21 12:00:21 +00:00
cmccabe
6525ef2fb6 added category counts and some formatting of link-view output. 2019-11-20 16:01:45 +00:00
cmccabe
6d8c6ba67c fixed ctrl-c formatting problem; clarified near and long-term todo lists. 2019-11-20 02:49:34 +00:00
cmccabe
bc0ec137c0 bugfix - write to file should creat file if doesn't exist (w+). 2019-11-19 22:57:08 +00:00
cmccabe
ad4eef672d started pseudocode of search feature. 2019-11-19 20:19:28 +00:00
cmccabe
0c30b07b72 added search() stub function 2019-11-19 14:52:35 +00:00
cmccabe
8513ef1ade fix: swapped newlines for carriage returns 2019-11-19 14:39:30 +00:00
cmccabe
851839abb0 added todo: line endings, search feature. 2019-11-19 12:46:48 +00:00
cmccabe
cc7122a74e added link-count, reply-count to the to do list. 2019-11-19 04:09:32 +00:00
cmccabe
1b8bdc92a6 manually added asdf's improvement to the parse_ignore_file() function. 2019-11-19 03:42:00 +00:00