Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rfletcher/cli-privacy
Opt-out of third-party tracking in your terminal
https://github.com/rfletcher/cli-privacy
Last synced: 3 days ago
JSON representation
Opt-out of third-party tracking in your terminal
- Host: GitHub
- URL: https://github.com/rfletcher/cli-privacy
- Owner: rfletcher
- Created: 2021-07-06T14:53:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T00:58:33.000Z (over 3 years ago)
- Last Synced: 2024-10-19T03:18:00.530Z (28 days ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- toptout - rfletcher/cli-privacy
README
# cli-privacy
CLI Privacy: Opt-out of third-party tracking in your terminal.
It's becoming more common for software makers to track how people use their
software in private, often without the user's knowledge. Some provide a way to
opt-out, but there's no universal standard for doing so. To opt-out across
every tool requires digging through documentation, and modifying your shell
configuration.`cli-privacy` aims to aggregate that app-specific opt-out knowledge in one
place. Install and configure `cli-privacy` once, and it will automatically opt
you out of behavioral tracking across a growing list of third party tools.## Installation
### With Homebrew
1. Run `brew install rfletcher/cask/cli-privacy`.
2. Add `source /usr/local/bin/cli-privacy` to your shell's init file. (For
example `.bash_profile` or `.zprofile`.)### Manually
1. [Download](https://github.com/rfletcher/cli-privacy/releases) the latest
release.
2. Extract the `cli-privacy` script to any directory you like.
3. Add `source /path/to/cli-privacy` to your shell's init file. (For
example `.bash_profile` or `.zprofile`.)## Helping
Can you add to the list of tools supported by `cli-privacy`? Please submit a
pull request!## Acknowledgements
`cli-privacy` was inspired by [Console Do Not Track](https://consoledonottrack.com), which
tackles the same problem from another direction.