Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prdpx7/CleanSlate
Delete your mozilla history from terminal
https://github.com/prdpx7/CleanSlate
cli-app mozilla-history python-script
Last synced: 3 months ago
JSON representation
Delete your mozilla history from terminal
- Host: GitHub
- URL: https://github.com/prdpx7/CleanSlate
- Owner: prdpx7
- License: mit
- Created: 2016-10-09T04:30:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T08:08:27.000Z (over 6 years ago)
- Last Synced: 2024-07-09T22:18:14.500Z (4 months ago)
- Topics: cli-app, mozilla-history, python-script
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Delete your mozilla history from terminal
Inspired from [this](https://www.reddit.com/r/linux/comments/54prcv/i_made_a_simple_bash_script_that_deletes_only/) reddit post.
[![Platform (GNU/Linux)](https://img.shields.io/badge/platform-GNU/Linux-blue.svg?style=flat-square)](http://www.kernel.org)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/prdpx7/CleanSlate/master/LICENSE)
[![PyPIversion](https://badge.fury.io/py/cleanslate.svg)](https://badge.fury.io/py/cleanslate)
[![Code Health](https://landscape.io/github/prdpx7/CleanSlate/master/landscape.svg?style=flat)](https://landscape.io/github/prdpx7/CleanSlate/master)## Installation
```
pip install cleanslate
```
## Usage
```
$ cleanslate --help
usage: cleanslate [-h] [-k KEYWORDS [KEYWORDS ...]] [-v] [-d] [-nsfw] [-e]Say goodbye to your Mozilla History
optional arguments:
-h, --help show this help message and exit
-k KEYWORDS [KEYWORDS ...], --keywords KEYWORDS [KEYWORDS ...]
view only those links or page-titles which matches
with keywords
-v, --view view your sins
-d, --delete to delete history for given args i.e nsfw or keywords
-nsfw, --not-safe-for-work
to view nsfw history use it with -v or --view
-e, --everything baptize yourself```
## Demo
![demogif](https://i.imgur.com/THeyqIG.gif)