# HG changeset patch # User Peter Sanchez # Date 1702676894 21600 # Fri Dec 15 15:48:14 2023 -0600 # Node ID c42d5d30c599701fc717a0dc8d8647e606983b40 # Parent ea297b7d93a1829c120eecddcf4dac811e5216fd Also update README for default db path change diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ tags List all tags belonging to a file Flags: - -d, --database string Path to SQLite3 database file. (default "~/.tago/tago.db") + -d, --database string Path to SQLite3 database file. (default "~/.config/tago/tago.db") -f, --fullpath Use full path for all files (disabled relative path display) -h, --help help for tago -v, --version version for tago @@ -66,7 +66,7 @@ `tago db init` This will create your sqlite database. By default it will go to -`~/.tago/tago.db` but you can specify the `--database` flag to specify a +`~/.config/tago/tago.db` but you can specify the `--database` flag to specify a different location. Once initialized you can begin tagging files.