Commit Graph

12 Commits (078b3164aba48345d163ceb91e39d1c9c81e7e8a)

Author SHA1 Message Date
マリウス 078b3164ab
Replaced tab with space, fixed #40 2 years ago
Marco Primi 28ff3032bb Add help screen, currently showing default shortcuts
Hitting '?' brings up a modal with default shortcuts, for quick 
reference.
Also does a little refactoring in the code where default shortcuts are 
declared.

Known issue: anyone that has run SH84 before will have shortcuts loaded 
from config file and the new '?' command will be ignored. Addressing 
this is beyond the scope of this change.

Known issue: custom shortcuts are not displayed in help, only the 
default which may not correspond to the actual user configuration.
2 years ago
マリウス 0435efd200
Implemented views for articles list, documented 2 years ago
マリウス ac08eea74c
Fixed handling of formatting errors, no rewriting 2 years ago
マリウス b3fcef96f8
Implemented mark all as read, fixes #22 2 years ago
マリウス 30024d48c2
Implemented customizable shortcuts, fixes #11 2 years ago
マリウス 77dfb254ca
Implemented config migration 2 years ago
マリウス ead1db23c5
Began refactoring config 2 years ago
Marco Primi 7728a7a798 Fixed permission of cache and config directories
Directories created with `os.MkdirAll(_, os.ModeDir)` do not have r/w permissions, (i.e. `d---------`).
If SH84 creates (DB cache | config) dir, it is going to fail to launch due to the same being unreadable and unwriteable.

Git and other tools will also complain about the directories being unreadable.
2 years ago
マリウス c962f8cfaa
Implemented config and cache dir creation 3 years ago
マリウス 224c0ebd58
Implemented fix for file paths 3 years ago
マリウス 4569d36c0a
Refactored config, added profile info 3 years ago