John Burwell jmbwell
  • Joined on 2022-09-28
jmbwell pushed to main at jmbwell/rsbbs 2023-04-28 22:19:15 -05:00
d16c18b4d1 tidy up the imports
jmbwell pushed to main at jmbwell/rsbbs 2023-04-28 21:51:14 -05:00
c78228b873 appease linter
jmbwell pushed to main at jmbwell/rsbbs 2023-04-28 21:50:14 -05:00
d03622e4bd get logging more in order
jmbwell pushed to main at jmbwell/rsbbs 2023-04-27 22:00:20 -05:00
993baa47a7 add some logging support
jmbwell pushed to main at jmbwell/rsbbs 2023-04-27 16:51:11 -05:00
60293152d6 move data logic to plugins, split models from controller
jmbwell pushed to main at jmbwell/rsbbs 2023-04-27 15:10:25 -05:00
52aeb1128f simplify main()
jmbwell pushed to main at jmbwell/rsbbs 2023-04-27 15:06:57 -05:00
acc6061c62 move all commands to plugins
jmbwell pushed to main at jmbwell/rsbbs 2023-04-26 00:07:03 -05:00
d6e3f02ca1 update sample transcript and fix some whitespace
jmbwell pushed to main at jmbwell/rsbbs 2023-04-25 23:54:18 -05:00
ebaa847abd add --show-config option, update README
jmbwell pushed to main at jmbwell/rsbbs 2023-04-25 22:07:37 -05:00
deae9af4c6 simplify parser and config with getattr, fiddle with args
00b2f54381 use dynamic version in pyproject.toml
Compare 2 commits »
jmbwell pushed to main at jmbwell/rsbbs 2023-04-25 21:29:58 -05:00
190bb0742e fix delete_mine and some tidying
jmbwell pushed to main at jmbwell/rsbbs 2023-04-25 21:18:45 -05:00
8b555ba26b fix errors after refactor
jmbwell pushed to main at jmbwell/rsbbs 2023-04-25 19:46:35 -05:00
a02956cbc7 first crack at separating concerns. broken
jmbwell pushed to main at jmbwell/rsbbs 2023-04-24 23:34:30 -05:00
85dacf2db4 separate ui and bbs
jmbwell pushed to main at jmbwell/rsbbs 2023-04-24 22:41:44 -05:00
fd000559ad move greeting to function
0b84c65818 hard wrap at 79
Compare 2 commits »
jmbwell pushed to main at jmbwell/rsbbs 2023-04-24 22:12:44 -05:00
8e2d96776f switch from setup.py to pyproject.toml
82bbd75386 twiddling quotes
Compare 2 commits »
jmbwell pushed to main at jmbwell/rsbbs 2023-04-24 21:10:27 -05:00
8f7d575f65 read version from __version__
jmbwell pushed to main at jmbwell/rsbbs 2023-04-24 19:48:04 -05:00
81f3814be1 only print config path if debug
jmbwell pushed to main at jmbwell/rsbbs 2023-04-24 19:44:04 -05:00
7d88234987 fix issues with config file and package files
jmbwell pushed to main at jmbwell/rsbbs 2023-04-24 18:58:28 -05:00
f8f666f365 muck about with setup.py