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

⚙️ Settings

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 v1.0.0
A simple work log manager for tracking daily activities and generating reports.
GitHub Repository

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