Skip to content

ShadowDara/finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finder

a simple go program to search for certain folderstructures

Usage

finder git

and the programm will search for all folder which do have a .git directory.

INFO

  • programm only uses .json5 files

Path for custom structs

// Windows → %AppData%\finder
// Linux   → ~/.config/finder
// macOS   → ~/Library/Application Support/finder

create a new struct there to search then for it via

finder <struct-name>

Folderstruct

// A default struct to find git Repositories
{
    "name": "*",
    // "files": ["*"],
    "folders": [{
        "name": ".git"
        // "files":
        // "folders":
    }]
}

// if they are missing, means the default which means they dont matter

Contributing

Feel free to add more Default Templates for other Folderstructures from other software / projects / etc !!!

Future Ideas

  • Web Dashboard
  • Indexing
  • custom start dir for search
  • dynamic templates
  • faster search via coroutines
  • add check comments in directories (to check for example for git repositories which have uncomitted files)

About

a go program to search easily for folder and file structs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages