Skip to content

Commit a3d69da

Browse files
rename license
1 parent eede6bc commit a3d69da

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
File renamed without changes.

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# trash-cli
1+
# trashy
22

33
![Build Status](https://github.com/oberblastmeister/trash-cli/workflows/ci/badge.svg)
44

5-
*trash-cli* is a simple, fast, and featureful alternative to *rm* and *trash-cli* written in rust.
5+
*trashy* is a simple, fast, and featureful alternative to *rm* and *trash-cli* written in rust.
66

77
## Features
88

9-
- simple to use, just to `trash PATH`
10-
- recursive by default compared to `rm`, without having the issues
11-
- colorized paths (similar to *fd*)
12-
- cool tables to show info of trashed files (inspired by *csview*)
13-
- fast (benchmarks coming)
14-
- full Unicode support
15-
- delete files without having to think about them, never lose a file again
9+
- easy to use, just run `trash PATH`
10+
- recursive by default, without having the issues
11+
- beautiful output
12+
- colorized paths (similar to *fd*)
13+
- cool tables
14+
- very fast, and faster than trash-cli
15+
- much safer than `rm -rf`
1616

1717
## Usage
1818

@@ -51,7 +51,7 @@ SUBCOMMANDS:
5151

5252
### Using cargo
5353

54-
clone the github repo using `git clone https://github.com/oberblastmeister/trash-cli.git`
54+
clone the github repo using `git clone https://github.com/oberblastmeister/trashy.git`
5555

5656
build using `cargo build --release`
5757

@@ -65,6 +65,6 @@ AUR package coming soon!
6565

6666
Copyright (c) 2020 Brian Shu
6767

68-
*trash-cli* is distributed under the terms of both the MIT license and the Apache License 2.0.
68+
*trashy* is distributed under the terms of both the MIT license and the Apache License 2.0.
6969

7070
See the [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT)

0 commit comments

Comments
 (0)