Skip to content

Commit

Permalink
docs(readme): readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfatal committed Nov 1, 2021
1 parent 0fa57ff commit fce1e2f
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
16 changes: 16 additions & 0 deletions NetworkStatusBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
BE3EC92F272FA7B8005AC578 /* NetworkStatus.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkStatus.swift; sourceTree = "<group>"; };
BE3EC930272FA7B8005AC578 /* StatusBarDetailsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StatusBarDetailsView.swift; sourceTree = "<group>"; };
BE3EC938272FA846005AC578 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
BE3EC93C272FC5E1005AC578 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
BE3EC93E272FC761005AC578 /* statusbar-snapshot.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "statusbar-snapshot.png"; sourceTree = "<group>"; };
BE3EC93F272FC7A1005AC578 /* details-snapshot.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "details-snapshot.png"; sourceTree = "<group>"; };
BE3EC940272FC8CD005AC578 /* all-snapshot.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "all-snapshot.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -81,6 +85,8 @@
BE3EC8F6272FA6E6005AC578 = {
isa = PBXGroup;
children = (
BE3EC93D272FC706005AC578 /* docs */,
BE3EC93C272FC5E1005AC578 /* README.md */,
BE3EC901272FA6E6005AC578 /* NetworkStatusBar */,
BE3EC913272FA6E7005AC578 /* NetworkStatusBarTests */,
BE3EC91D272FA6E7005AC578 /* NetworkStatusBarUITests */,
Expand Down Expand Up @@ -138,6 +144,16 @@
path = NetworkStatusBarUITests;
sourceTree = "<group>";
};
BE3EC93D272FC706005AC578 /* docs */ = {
isa = PBXGroup;
children = (
BE3EC940272FC8CD005AC578 /* all-snapshot.png */,
BE3EC93E272FC761005AC578 /* statusbar-snapshot.png */,
BE3EC93F272FC7A1005AC578 /* details-snapshot.png */,
);
path = docs;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Network Status Bar

A macos status bar tool for monitoring network trffic write in **Swift UI 2.0**.

## snapshots

![all](docs/all-snapshot.png)

![statusbar](docs/statusbar-snapshot.png)

![details](docs/details-snapshot.png)

## feature

- [x] Swift UI 2.0 Base.
- [x] Show network IO on status bar.
- [x] Show per application network on dropdown menu.
- [ ] Support refresh seconds customize.
- [ ] Support application deny list,such as proxy applications.
Binary file added docs/all-snapshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/details-snapshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/statusbar-snapshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fce1e2f

Please sign in to comment.