Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanborror/logger
Logger lets you quickly send messages to yourself as a means of fast note taking.
https://github.com/nathanborror/logger
golang gomobile swift swiftui
Last synced: about 1 month ago
JSON representation
Logger lets you quickly send messages to yourself as a means of fast note taking.
- Host: GitHub
- URL: https://github.com/nathanborror/logger
- Owner: nathanborror
- License: gpl-3.0
- Created: 2018-01-27T19:35:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-10T23:24:01.000Z (over 3 years ago)
- Last Synced: 2024-08-03T17:19:10.082Z (4 months ago)
- Topics: golang, gomobile, swift, swiftui
- Language: Swift
- Homepage:
- Size: 46.9 MB
- Stars: 62
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - Logger
README
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
# 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](https://github.com/nathanborror/logger/blob/master/static/2021-03-29%20Logger.png?raw=true)](https://github.com/nathanborror/logger/blob/master/static/2021-03-29%20Logger%20Spread.png?raw=true)
## Usage
To get things up an running _locally_ you'll need the latest version of [Go](https://golang.org/dl/). Run the following commands to get going:
1: Checkout and build:
$ git clone [email protected]:nathanborror/logger.git
$ cd logger
$ go get
$ make test
$ make2: Build Xcode project:
$ open clients/Logger/Logger.xcodeproj
## Tasks
- [x] Remove experimental state backend
- [x] Make hashtags tappable (moved to popover until I can devise a cleaner solution)
- [x] Implement search
- [x] Make repository public
- [ ] Ship update to App Store## Notes
- Go mobile doesn't appear to support modules which explains the `GO111MODULE=off` environment variable in the make command (ref: https://github.com/golang/go/issues/27234).
## Download Latest
[](https://apps.apple.com/ca/app/logger-notes/id1364248334)