Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lox committed Jun 11, 2016
1 parent 8ebccdc commit 432e6b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SOURCES := $(wildcard *.go)
BIN := alfred-timezone
FILES := $(BIN) info.plist images/
FILES := $(BIN) info.plist $(shell find images -type f) sqlite.db
WORKFLOW := Timezone.alfredworkflow

all: $(BIN) $(WORKFLOW)
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Alfred Timezone Search

Quickly search through cities and timezones to find out what time it is in different places.

![](http://lachlan.me/s/juM9z.png)


2 changes: 0 additions & 2 deletions update.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ type geonamesRecord struct {
func parseRecord(line string) geonamesRecord {
tokens := strings.Split(line, string('\t'))

log.Printf("%+v", tokens)

// The main 'geoname' table has the following fields :
// ---------------------------------------------------
// geonameid : integer id of record in geonames database
Expand Down

0 comments on commit 432e6b8

Please sign in to comment.