Skip to content

Commit

Permalink
Fix formatting in README.md (#4)
Browse files Browse the repository at this point in the history
* Fix formatting in README.md

* Add .gitignore
  • Loading branch information
frode-h committed Apr 15, 2024
1 parent 2c94379 commit c8a37d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode/settings.json
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Deblint uses atime to decide which packages have not been used in the set time,

## Usage

deblint <days> (default=7)
```deblint <days> (default=7)```

## Features

Expand All @@ -16,18 +16,18 @@ deblint <days> (default=7)

## Recent Updates

In the recent update, the following enhancements were made:

- Added support for a whitelist of packages not to uninstall: You can now specify a list of packages that should not be suggested for removal, even if they are not used by any other packages.

## Whitelist

To use the whitelist feature, create a newline-separated list of package names in a file called `/etc/deblint/whitelist`. These packages will be excluded from the list of packages suggested for removal.

For example:
/etc/deblint/whitelist:

```
init
debian-keyring
dns-root-data
firmware-linux
firmware-linux-nonfree
```

0 comments on commit c8a37d9

Please sign in to comment.