Skip to content

Commit

Permalink
Added schematic module overview to README
Browse files Browse the repository at this point in the history
  • Loading branch information
halo committed Jan 24, 2018
1 parent b9c1c84 commit 6630283
Show file tree
Hide file tree
Showing 6 changed files with 1,530 additions and 7 deletions.
504 changes: 504 additions & 0 deletions LinkLiarHelp/_site/en.lproj/modules_20180124.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions LinkLiarHelp/_site/en.lproj/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ <h2 id="-anonymize-logs">😎 Anonymize Logs</h2>

<p>By the way, you can see the logs by typing the following command into your Terminal.</p>

<div class="language-bash highlighter-rouge"><pre class="highlight"><code>/Applications/LinkLiar.app/Contents/Resources/logs
</code></pre>
</div>
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>/Applications/LinkLiar.app/Contents/Resources/logs
</code></pre></div></div>

<p>Assuming that your <code class="highlighter-rouge">LinkLiar.app</code> is located in <code class="highlighter-rouge">/Applications</code>.</p>

Expand Down
504 changes: 504 additions & 0 deletions LinkLiarHelp/en.lproj/modules_20180124.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,28 @@ Delete the log file again to silence logging.

Once LinkLiar is started and the menu is visible, you can hold the ⌥ Option key for advanced options. This is only intended for developers.

If you want a more colorful output, clone this git repository and run `bin/logs`.
That's what I use when I'm debugging.
This utility is also bundled in LinkLiar so you can run it with

```bash
/Applications/LinkLiar.app/Contents/Resources/logs
```

## Development

![](./docs/modules_20180124.svg)

## Future work

* Add badge with test coverage to README
* Nicer GUI for specifying a MAC address manually (with option to randomize)
* Choose which vendor prefixes to randomize with

## Thanks

* The icon in `Link/Images.xcassets` is from [Iconmonstr](http://iconmonstr.com).

## License

MIT 2017 halo. See [MIT-LICENSE](https://github.com/halo/LinkLiar/blob/master/LICENSE.md).
MIT 2012-2018 halo. See [MIT-LICENSE](https://github.com/halo/LinkLiar/blob/master/LICENSE.md).
Loading

0 comments on commit 6630283

Please sign in to comment.