Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Dec 6, 2021
1 parent d8d6c57 commit 9047833
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,24 @@
## usage
- you can run picosnitch either as a standalone daemon, or with systemd
- use the same method to stop picosnitch as you used to start it
- standalone daemon
- run as standalone daemon
- start with `picosnitch start`
- stop with `picosnitch stop`
- restart with `picosnitch restart`
- systemd integration
- run with systemd
- setup with `picosnitch systemd`
- autostart on reboot with `systemctl enable picosnitch`
- start with `systemctl start picosnitch`
- stop with `systemctl stop picosnitch`
- restart with `systemctl restart picosnitch`
- view detailed status with `systemctl status picosnitch`
- view basic status with
- `picosnitch status`
- view past connections
- `picosnitch view`
- show detailed status with `systemctl status picosnitch`
- user interface for browsing past connection
- start with `picosnitch view`
- `space/enter`: filter on entry `backspace`: remove filter `h/H`: cycle through history `t/T`: cycle time range `r`: refresh view `q`: quit
- other commands
- show basic status `picosnitch status`
- show version info `picosnitch version`
- show help `picosnitch help`

## configuration
- config is stored in `~/.config/picosnitch/config.json`
Expand Down
2 changes: 1 addition & 1 deletion picosnitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ def start_daemon():
| | | | | | |--> {VERSION}
| | | | | |--> curses ui
| | | | |--> create service
| | | |--> daemon status
| | | |--> show pid
|_____|____|--> daemon controls
systemd: create service then use systemctl instead of these daemon controls
Expand Down

0 comments on commit 9047833

Please sign in to comment.