- Notifications
You must be signed in to change notification settings - Fork7
Logger lets you quickly send messages to yourself as a means of fast note taking.
License
nathanborror/logger
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
To get things up an runninglocally you'll need the latest version ofGo. 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$ make2: Build Xcode project:
$ open clients/Logger/Logger.xcodeproj<Build & Run>- 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
- Go mobile doesn't appear to support modules which explains the
GO111MODULE=offenvironment variable in the make command (ref:golang/go#27234).
About
Logger lets you quickly send messages to yourself as a means of fast note taking.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.

