Rename project to docspell-cli

This commit is contained in:
Jan Bader
2026-07-19 20:28:05 +02:00
parent 9b5a9899b8
commit fc499af504
5 changed files with 15 additions and 22 deletions
+1 -8
View File
@@ -62,13 +62,6 @@ func main() {
return
}
fmt.Println("##################### START #####################")
fmt.Println(" Docspell Import - v0.3")
fmt.Println(" by jacob1123")
fmt.Println(" (based on work by totti4ever) ")
fmt.Println("#################################################")
fmt.Println()
runImportCommand(cfg, password, os.Args[1:])
}
@@ -79,7 +72,7 @@ func loadConfigAndPassword() (config, string) {
os.Exit(1)
}
configFile := filepath.Join(homeDir, "docspell-import.json")
configFile := filepath.Join(homeDir, "docspell-cli.json")
configData, err := os.ReadFile(configFile)
if err != nil {
fmt.Println("Error reading config file:", err)