You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://twitter.com/progriumHQ"title="@progriumHQ on Twitter"><imgsrc="https://img.shields.io/badge/twitter-@progriumHQ-55acee.svg"alt="@progriumHQ on Twitter"></a>
To start it and show the demo webpage overlay, run `topframe agent`. This will also:
53
+
To start it and show the demo webpage overlay, simply run `topframe`. This will also:
51
54
52
55
* create a `~/.topframe` directory with a demo `index.html` used for the overlay
53
56
* watch for file changes in `~/.topframe` to trigger a page reload
54
57
* add a menu bar extra (🔲) to control the overlay
55
58
56
-
If you edit `~/.topframe/index.html` and hit save, changes will reflect immediately. If you hate the demo content of the default `index.html`, change it! Use **Show Source...** from the menu extra to quickly
59
+
If you edit `~/.topframe/index.html` and hit save, changes will reflect immediately. If you hate the demo content of the default `index.html`, change it! Use **Show Source** from the menu extra to quickly
57
60
open your topframe directory.
58
61
59
62
### Launching on Startup
60
63
61
64
Topframe works with `launchd` to run as a background agent on startup. You can generate
62
-
an agent plist file with `topframe agent -plist`, which you can write to a file in `~/Library/LaunchAgents`:
65
+
an agent plist file with `topframe -plist`, which you can write to a file in `~/Library/LaunchAgents`:
0 commit comments