Skip to content

Commit 423132a

Browse files
committed
update: docs
1 parent 0589b08 commit 423132a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.11] - 2025-09-07
11+
12+
### Changed
13+
14+
- **Renamed the ignore flag to permanent flag**: The `-i, --ignore` flag has been renamed to `-p, --permanent` to better indicate its functionality. It now permanently deletes files instead of moving them to the trash, aligning its behavior with the `rm` command.
15+
1016
## [0.1.10] - 2025-09-07
1117

1218
### Fixed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For complete shell integration including advanced configurations, tab completion
7575

7676
| Flag | Long Form | Description |
7777
| ---- | ------------- | ------------------------------------------- |
78-
| `-i` | `--ignore` | Permanently delete without using trash |
78+
| `-p` | `--permanent` | Permanently delete without using trash |
7979
| `-r` | `--recursive` | Remove directories and contents recursively |
8080
| `-f` | `--force` | Force removal without prompts |
8181
| `-d` | `--dir` | Remove empty directories |
@@ -91,7 +91,7 @@ For complete shell integration including advanced configurations, tab completion
9191
| `purge <name>` | Permanently delete specific file from trash |
9292
| `tidy [-t days]` | Remove old files from trash (default: 30 days) |
9393

94-
> **⚠️ Warning:** The `-i, --ignore` flag permanently deletes files without moving them to trash. Use with caution!
94+
> **⚠️ Warning:** The `-p, --permanent` flag permanently deletes files without moving them to trash. Use with caution!
9595
9696
## Advanced Features
9797

0 commit comments

Comments
 (0)