Sort rofi entries by frequency used.

This commit is contained in:
2024-05-29 15:43:59 -05:00
parent c02b8f3dff
commit 365e343a95
3 changed files with 121 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ Copyright © 2024 Brian Buller <brian@bullercodeworks.com>
package cmd
import (
"git.bullercodeworks.com/brian/keepass-cli/models"
"github.com/spf13/cobra"
)
@@ -19,6 +20,7 @@ func init() {
}
func runTestCmd(cmd *cobra.Command, args []string) error {
models.LoadFrequencies()
/*
var db *models.KeePassDB
pass, err := util.PromptUserForPassword("Master Password")