https://github.com/bfontaine/clr
clear temporary files
https://github.com/bfontaine/clr
bash cli shell tool
Last synced: about 1 year ago
JSON representation
clear temporary files
- Host: GitHub
- URL: https://github.com/bfontaine/clr
- Owner: bfontaine
- License: mit
- Created: 2015-01-19T15:59:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-18T04:07:09.000Z (almost 10 years ago)
- Last Synced: 2025-03-23T23:43:39.843Z (over 1 year ago)
- Topics: bash, cli, shell, tool
- Language: Shell
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# clr
`clr` is an old script I made when I was at the University and we had only
100MB of user space. It clears temporary files created by various applications.
It started on FreeBSD in 2009 and I adapted it for Ubuntu in 2011. There’s a
release blog post (in French) [over here][1].
[1]: http://bfontaine.net/staticblog/Outils/2011/08/09/sortie-de-clr-version-1.4.4c.html
## Install
[sudo] make install
It’s installed under `/usr/local/bin/` by default. You can change this location
with `make install PREFIX=...`.
## Usage
Be aware that it hasn’t been significantly updated since 2012.
clr [-c] [-l] [-v] [-f ]
* `-c`: Clear cookies
* `-l`: Light mode. Log and history files are truncated to 5 lines instead of
being removed.
* `-v`: Non-verbose mode
Run `man clr` for more information.