Logger lets you quickly send messages to yourself as a means of fast note taking.
Go to file
2021-03-29 12:50:05 -07:00
clients/Logger update framework 2021-03-29 12:25:48 -07:00
mocks mocks 2021-03-29 09:08:14 -07:00
pkg improving tag structure 2021-03-29 09:06:49 -07:00
static update screenshot 2021-03-29 12:27:59 -07:00
.gitignore ignore xcode stuff 2021-03-17 13:51:42 -07:00
go.mod fix package dir 2021-03-29 12:25:27 -07:00
go.sum progress 2021-03-15 12:39:55 -07:00
LICENSE Create LICENSE 2021-02-19 15:51:20 -08:00
Makefile progress 2021-03-15 12:39:55 -07:00
README.md Update README.md 2021-03-29 12:50:05 -07:00

License: GPL v3

Logger

Logger lets you quickly send messages to yourself as a means of fast note taking. All messages you send to yourself show up chronologically. Tapping the spacebar before entering any text puts you in a search mode for easy filtering. Hashtags can be used to categorize notes. All data is stored on your device and not shared with the cloud.

image

Usage

To get things up an running locally you'll need the latest version of Go. Run the following commands to get going:

1: Checkout and build:

$ git clone git@github.com:nathanborror/logger.git
$ cd logger
$ go get
$ make test
$ make

2: Build Xcode project:

$ open clients/Logger/Logger.xcodeproj
<Build & Run>

Tasks

  • Remove experimental state backend
  • Make hashtags tappable (moved to popover until I can devise a cleaner solution)
  • Implement search
  • Make repository public
  • Ship update to App Store

Notes

Download Latest