diff --git a/README.md b/README.md index 08226e8..e368be6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Realize -[![GoDoc](https://img.shields.io/badge/documentation-godoc-blue.svg?style=flat-square)](https://godoc.org/github.com/tockins/realize) -[![Travis](https://img.shields.io/travis/tockins/realize.svg?style=flat-square)](https://travis-ci.org/tockins/realize) -[![AUR](https://img.shields.io/aur/license/yaourt.svg?style=flat-square)](https://raw.githubusercontent.com/tockins/realize/v1/LICENSE) -[![](https://img.shields.io/badge/realize-examples-yellow.svg?style=flat-square)](https://github.com/tockins/realize-examples) -[![Gitter](https://img.shields.io/gitter/room/tockins/realize.svg?style=flat-square)](https://gitter.im/tockins/realize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![Go Report Card](https://goreportcard.com/badge/github.com/tockins/realize?style=flat-square)](https://goreportcard.com/report/github.com/tockins/realize) +[![GoDoc](https://img.shields.io/badge/documentation-godoc-blue.svg?style=flat-square)](https://godoc.org/github.com/oxequa/realize) +[![Travis](https://img.shields.io/travis/oxequa/realize.svg?style=flat-square)](https://travis-ci.org/oxequa/realize) +[![AUR](https://img.shields.io/aur/license/yaourt.svg?style=flat-square)](https://raw.githubusercontent.com/oxequa/realize/v1/LICENSE) +[![](https://img.shields.io/badge/realize-examples-yellow.svg?style=flat-square)](https://github.com/oxequa/realize-examples) +[![Gitter](https://img.shields.io/gitter/room/oxequa/realize.svg?style=flat-square)](https://gitter.im/oxequa/realize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Go Report Card](https://goreportcard.com/badge/github.com/oxequa/realize?style=flat-square)](https://goreportcard.com/report/github.com/oxequa/realize) @@ -45,7 +45,7 @@ - Export logs and errors to an external file. - Step-by-step project initialization. - Redesigned panel that displays build errors, console outputs and warnings. -- Any suggestion? [Suggest an amazing feature! πŸ•ΊπŸ»](https://github.com/tockins/realize/issues/new) +- Any suggestion? [Suggest an amazing feature! πŸ•ΊπŸ»](https://github.com/oxequa/realize/issues/new) ## Supporters


@@ -53,7 +53,7 @@

## Get started - $ go get github.com/tockins/realize + $ go get github.com/oxequa/realize ## Commands List @@ -87,7 +87,7 @@ Some examples: $ realize start --name="realize" --build $ realize start --path="realize" --run --no-config $ realize start --install --test --fmt --no-config - $ realize start --path="/Users/username/go/src/github.com/tockins/realize-examples/coin/" + $ realize start --path="/Users/username/go/src/github.com/oxequa/realize-examples/coin/" If you want, you can specify additional arguments for your project: @@ -126,7 +126,7 @@ Remove a project by its name *** there is no more a .realize dir, but only a .realize.yaml file *** -For more examples check: [Realize Examples](https://github.com/tockins/realize-examples) +For more examples check: [Realize Examples](https://github.com/oxequa/realize-examples) settings: legacy: @@ -197,8 +197,8 @@ For more examples check: [Realize Examples](https://github.com/tockins/realize-e errorOutputPattern: mypattern //custom error pattern ## Support and Suggestions -πŸ’¬ Chat with us [Gitter](https://gitter.im/tockins/realize)
-⭐️ Suggest a new [Feature](https://github.com/tockins/realize/issues/new) +πŸ’¬ Chat with us [Gitter](https://gitter.im/oxequa/realize)
+⭐️ Suggest a new [Feature](https://github.com/oxequa/realize/issues/new) ## Backers diff --git a/realize/bindata.go b/realize/bindata.go index 1347561..52278e3 100644 --- a/realize/bindata.go +++ b/realize/bindata.go @@ -392,19 +392,19 @@ func AssetNames() []string { // _bindata is a table, holding each asset generator, mapped to its name. var _bindata = map[string]func() (*asset, error){ - "assets/app/components/index.html": assetsAppComponentsIndexHtml, - "assets/app/components/project/index.html": assetsAppComponentsProjectIndexHtml, - "assets/app/components/settings/index.html": assetsAppComponentsSettingsIndexHtml, - "assets/assets/css/app.css": assetsAssetsCssAppCss, - "assets/assets/img/logo.png": assetsAssetsImgLogoPng, - "assets/assets/img/svg/github-logo.svg": assetsAssetsImgSvgGithubLogoSvg, + "assets/app/components/index.html": assetsAppComponentsIndexHtml, + "assets/app/components/project/index.html": assetsAppComponentsProjectIndexHtml, + "assets/app/components/settings/index.html": assetsAppComponentsSettingsIndexHtml, + "assets/assets/css/app.css": assetsAssetsCssAppCss, + "assets/assets/img/logo.png": assetsAssetsImgLogoPng, + "assets/assets/img/svg/github-logo.svg": assetsAssetsImgSvgGithubLogoSvg, "assets/assets/img/svg/ic_arrow_back_black_48px.svg": assetsAssetsImgSvgIc_arrow_back_black_48pxSvg, - "assets/assets/img/svg/ic_clear_white_48px.svg": assetsAssetsImgSvgIc_clear_white_48pxSvg, - "assets/assets/img/svg/ic_menu_white_48px.svg": assetsAssetsImgSvgIc_menu_white_48pxSvg, - "assets/assets/img/svg/ic_settings_black_48px.svg": assetsAssetsImgSvgIc_settings_black_48pxSvg, - "assets/assets/js/all.js": assetsAssetsJsAllJs, - "assets/assets/js/all.min.js": assetsAssetsJsAllMinJs, - "assets/index.html": assetsIndexHtml, + "assets/assets/img/svg/ic_clear_white_48px.svg": assetsAssetsImgSvgIc_clear_white_48pxSvg, + "assets/assets/img/svg/ic_menu_white_48px.svg": assetsAssetsImgSvgIc_menu_white_48pxSvg, + "assets/assets/img/svg/ic_settings_black_48px.svg": assetsAssetsImgSvgIc_settings_black_48pxSvg, + "assets/assets/js/all.js": assetsAssetsJsAllJs, + "assets/assets/js/all.min.js": assetsAssetsJsAllMinJs, + "assets/index.html": assetsIndexHtml, } // AssetDir returns the file names below a certain @@ -446,6 +446,7 @@ type bintree struct { Func func() (*asset, error) Children map[string]*bintree } + var _bintree = &bintree{nil, map[string]*bintree{ "assets": &bintree{nil, map[string]*bintree{ "app": &bintree{nil, map[string]*bintree{ @@ -466,15 +467,15 @@ var _bintree = &bintree{nil, map[string]*bintree{ "img": &bintree{nil, map[string]*bintree{ "logo.png": &bintree{assetsAssetsImgLogoPng, map[string]*bintree{}}, "svg": &bintree{nil, map[string]*bintree{ - "github-logo.svg": &bintree{assetsAssetsImgSvgGithubLogoSvg, map[string]*bintree{}}, + "github-logo.svg": &bintree{assetsAssetsImgSvgGithubLogoSvg, map[string]*bintree{}}, "ic_arrow_back_black_48px.svg": &bintree{assetsAssetsImgSvgIc_arrow_back_black_48pxSvg, map[string]*bintree{}}, - "ic_clear_white_48px.svg": &bintree{assetsAssetsImgSvgIc_clear_white_48pxSvg, map[string]*bintree{}}, - "ic_menu_white_48px.svg": &bintree{assetsAssetsImgSvgIc_menu_white_48pxSvg, map[string]*bintree{}}, - "ic_settings_black_48px.svg": &bintree{assetsAssetsImgSvgIc_settings_black_48pxSvg, map[string]*bintree{}}, + "ic_clear_white_48px.svg": &bintree{assetsAssetsImgSvgIc_clear_white_48pxSvg, map[string]*bintree{}}, + "ic_menu_white_48px.svg": &bintree{assetsAssetsImgSvgIc_menu_white_48pxSvg, map[string]*bintree{}}, + "ic_settings_black_48px.svg": &bintree{assetsAssetsImgSvgIc_settings_black_48pxSvg, map[string]*bintree{}}, }}, }}, "js": &bintree{nil, map[string]*bintree{ - "all.js": &bintree{assetsAssetsJsAllJs, map[string]*bintree{}}, + "all.js": &bintree{assetsAssetsJsAllJs, map[string]*bintree{}}, "all.min.js": &bintree{assetsAssetsJsAllMinJs, map[string]*bintree{}}, }}, }}, @@ -528,4 +529,3 @@ func _filePath(dir, name string) string { cannonicalName := strings.Replace(name, "\\", "/", -1) return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) } - diff --git a/realize/projects.go b/realize/projects.go index 3ee3ff3..993f080 100644 --- a/realize/projects.go +++ b/realize/projects.go @@ -51,7 +51,7 @@ type Project struct { stop chan bool files int64 folders int64 - last last + last last paths []string Name string `yaml:"name" json:"name"` Path string `yaml:"path" json:"path"` @@ -64,7 +64,7 @@ type Project struct { } // Last is used to save info about last file changed -type last struct{ +type last struct { file string time time.Time } @@ -483,7 +483,7 @@ func (p *Project) walk(path string, info os.FileInfo, err error) error { result := p.watcher.Walk(path, p.init) if result != "" { if p.parent.Settings.Recovery.Index { - log.Println("Indexing",path) + log.Println("Indexing", path) } if info.IsDir() { // tools dir