> Is there a query that will just show topics (one line per topic) that have had postings in the past 24 hours? The [days=N parameter](https://fossil-scm.org/home/help/?cmd=/timeline) is what you're looking for, but there's not a way to reduce the output to just the topic strings. Example: [](/timeline?days=1&y=f) (Note that "N days" really means "N times 24 hours," so days=1 may span 2 days.) Edit: adding `&ss=c` to the URL flags will reduce the output further but won't eliminate the timestamps.