Add filedust config file, update README, version bump
This commit is contained in:
12
README.md
12
README.md
@@ -34,7 +34,11 @@ One interactive prompt at the end of the run (unless -y is used).
|
||||
Shows how much disk space can be freed.
|
||||
|
||||
### Safe by design
|
||||
Never touches dotfiles, configs, project files, or anything important.
|
||||
* It ONLY runs within user's `$HOME`
|
||||
|
||||
* Put user in control by reading `~/.filedust.conf`
|
||||
|
||||
* Never touches dotfiles, configs, project files, or anything important unless you want.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -50,6 +54,12 @@ cd filedust/
|
||||
poetry install
|
||||
```
|
||||
|
||||
### Custom config
|
||||
You can download the example and add your custom rule
|
||||
```
|
||||
wget -O ~/.filedust.conf https://raw.githubusercontent.com/guardutils/filedust/main/.filedust.conf.example
|
||||
```
|
||||
|
||||
### TAB completion
|
||||
Add this to your `.bashrc`
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user