{% extends "base.html" %} {% block title %}Settings - FastRep{% endblock %} {% block content %}

⚙️ Settings

Appearance

Choose your preferred theme.

Current theme: System

AI Summarization

Automatically summarize project logs in monthly reports using Cline CLI.

Checking availability...
Enable Monthly Summaries

Specify a range (e.g. "3-5") or a fixed number (e.g. "5").

Maximum time to wait for AI response per project.

Preferences

Number of recent logs to display on dashboard.

Auto-open Browser on Startup

Database Management

⚠️ Warning: Clearing the database will permanently delete all log entries. This action cannot be undone.

Database Location

Your logs are stored in: ~/.fastrep/fastrep.db

CLI Access

You can also manage your logs using the command line:

fastrep log -p "Project Name" -d "Description"
fastrep view --mode weekly
fastrep list
fastrep delete --id 1

About

FastRep v2.0.2
A simple work log manager for tracking daily activities and generating reports.
GitHub Repository

← Back to Home
{% endblock %} {% block scripts %} {% endblock %}