Projects STRLCPY metabigor Commits 35e60308
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    README.md
    skipped 1 lines
    2 2   <img alt="Metabigor" src="https://image.flaticon.com/icons/svg/2303/2303030.svg" height="140" />
    3 3   <p align="center">Intelligence Tool but without API key</p>
    4 4   <p align="center">
    5  - <a href="https://github.com/j3ssie/metabigor"><img alt="Release" src="https://img.shields.io/badge/version-0.3-red.svg"></a>
     5 + <a href="https://github.com/j3ssie/metabigor"><img alt="Release" src="https://img.shields.io/badge/version-1.1-red.svg"></a>
    6 6   <a href=""><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"></a>
    7 7   </p>
    8 8  </p>
    skipped 44 lines
  • ■ ■ ■ ■
    cmd/root.go
    skipped 20 lines
    21 21  var RootCmd = &cobra.Command{
    22 22   Use: "metabigor",
    23 23   Short: "Metabigor",
    24  - Long: fmt.Sprintf(`Metabigor - Intelligence Framework but without API key - %v by %v`, core.VERSION, core.AUTHOR),
     24 + Long: fmt.Sprintf(`Metabigor - Intelligence Tool but without API key - %v by %v`, core.VERSION, core.AUTHOR),
    25 25  }
    26 26   
    27 27  // Execute main function
    skipped 53 lines
  • ■ ■ ■ ■
    cmd/scan.go
    skipped 18 lines
    19 19   var scanCmd = &cobra.Command{
    20 20   Use: "scan",
    21 21   Short: "Wrapper to run scan from input",
    22  - Long: fmt.Sprintf(`Metabigor - Intelligence Framework but without API key - %v by %v`, core.VERSION, core.AUTHOR),
     22 + Long: fmt.Sprintf(`Metabigor - Intelligence Tool but without API key - %v by %v`, core.VERSION, core.AUTHOR),
    23 23   RunE: runScan,
    24 24   }
    25 25   
    skipped 168 lines
  • ■ ■ ■ ■
    cmd/search.go
    skipped 17 lines
    18 18   var searchCmd = &cobra.Command{
    19 19   Use: "search",
    20 20   Short: "Do Search on popular search engine",
    21  - Long: fmt.Sprintf(`Metabigor - Intelligence Framework but without API key - %v by %v`, core.VERSION, core.AUTHOR),
     21 + Long: fmt.Sprintf(`Metabigor - Intelligence Tool but without API key - %v by %v`, core.VERSION, core.AUTHOR),
    22 22   RunE: runSearch,
    23 23   }
    24 24   
    skipped 98 lines
  • ■ ■ ■ ■
    core/version.go
    skipped 1 lines
    2 2   
    3 3  const (
    4 4   // VERSION current Metabigor version
    5  - VERSION = "beta v0.3"
     5 + VERSION = "beta v1.1"
    6 6   // AUTHOR author of this
    7 7   AUTHOR = "@j3ssiejjj"
    8 8  )
    skipped 1 lines
Please wait...
Page is in error, reload to recover