summary history files

commit:ee23b35aabd928bfe8370953ca7153e14d53141e
date:Mon Feb 23 16:13:53 2026 +1100
parents:f0561ffafb5b682d8856cd93ee895d39753f7fab
add experimental to README
diff --git a/README.md b/README.md
line changes: +8/-1
index 83ef54f..f98a6e1
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 `gt` is a command line tool that performs convenient actions on a
 gnucash sqlite3 database.
 
-**warning: gt can destroy your gnucash sqlite3 database**
+**warning: gt is experimental and can destroy your gnucash sqlite3 database**
 
 `gt` is not associated with the gnucash project in anyway. There is no
 guarantee that any action performed by `gt` will not corrupt, destroy or
@@ -121,3 +121,10 @@ $ gt account update "expenses:automotive registration" \
     --description "auto registration" \
     --parent-account "expenses:automotive"
 ```
+
+Generate a profit and loss report:
+```shell
+$ gt report pl \
+    --start-date 2026-01-01 \
+    --end-date 2026-01-31
+```