mirror of
https://codeberg.org/Reuh/feather.git
synced 2025-10-27 10:09:32 +00:00
feat: set mtime and atime for generated files
This commit is contained in:
parent
07e0e0be9f
commit
360117deb1
3 changed files with 12 additions and 4 deletions
12
README.md
12
README.md
|
|
@ -1,11 +1,17 @@
|
|||
# Feather: local file-based RSS reader
|
||||
# Feather: file-based RSS reader
|
||||
|
||||
## Usage
|
||||
|
||||
### Reading a feed
|
||||
|
||||
Directories, opening an item, sorting/searching by date/title (a.k.a. using a file manager)
|
||||
|
||||
### Marking items as read
|
||||
|
||||
Delete
|
||||
|
||||
See read items in the trash can
|
||||
|
||||
### Updating with the server
|
||||
|
||||
Call `feather sync` to synchronize all local data with the server (read items, new items from the server, etc.).
|
||||
|
|
@ -45,11 +51,11 @@ After changing the configuration, you can call `feather regenerate` to regenerat
|
|||
- [ ] inotify might still be nice
|
||||
- [x] Make HTML filename configurable
|
||||
- [x] Make HTML template configurable
|
||||
- [ ] Nested categories
|
||||
- [ ] Nested categories: ttrss-python?
|
||||
- [ ] Share the fun somewhere
|
||||
- [x] Edge cases: mark as read during sync (if marked as read on server or not)
|
||||
- [x] Proper filename escaping
|
||||
- [x] Command to force regenerate all HTML files (incl. recompute datetimes & paths)
|
||||
- [x] Handle item updates
|
||||
- [ ] Actually think about the issues created by the duplicate warning
|
||||
- [ ] Set generated files creation/modification date instead of putting date in filename
|
||||
- [x] Set generated files creation/modification date instead of putting date in filename
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue