Skip to content

Commit 6fc2def

Browse files
committed
feat: adds trashy
1 parent b991ab1 commit 6fc2def

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
| [`rustscan`][rustscan] | The Modern Port Scanner. Find ports quickly (3 seconds at its fastest). `nmap` alternative. | ![_][rustscan-ghst] ![_][rustscan-lang] ![_][rustscan-ghlc] | <img alt="rustscan-preview" width="300" src="./screenshots/rustscan.gif" /> |
3434
| [`sd`][sd] | An intuitive find & replace CLI (`sed` alternative). | ![_][sd-ghst] ![_][sd-lang] ![_][sd-ghlc] | <img alt="sd-preview" width="300" src="./screenshots/sd.png" /> |
3535
| [`tldr`][tldr] | A community effort to simplify `man` pages with practical examples. | ![_][tldr-ghst] ![_][tldr-lang] ![_][tldr-ghlc] | <img alt="tldr-preview" width="300" src="./screenshots/tldr.png" /> |
36+
| [`trashy`][trashy] | a cli system trash manager, alternative to rm and trash-cli | ![_][trashy-ghst] ![_][trashy-lang] ![_][trashy-ghlc] | <img alt="trashy-preview" width="300" src="./screenshots/trashy.gif" /> |
3637
| [`xh`][xh] | A friendly and fast tool for sending HTTP requests. | ![_][xh-ghst] ![_][xh-lang] ![_][xh-ghlc] | <img alt="xh-preview" width="300" src="./screenshots/xh.gif" /> |
3738
| [`zoxide`][zoxide] | A smarter `cd` command inspired by `z`. | ![_][zoxide-ghst] ![_][zoxide-lang] ![_][zoxide-ghlc] | <img alt="zoxide-preview" width="300" src="./screenshots/zoxide.riff" /> |
3839

@@ -255,6 +256,13 @@
255256
[tldr-ghst]: https://img.shields.io/github/stars/tldr-pages/tldr?label=%E2%AD%90
256257
[tldr-lang]: https://img.shields.io/github/languages/top/tldr-pages/tldr
257258

259+
<!--trashy -->
260+
261+
[trashy]: https://github.com/oberblastmeister/trashy
262+
[trashy-ghlc]: https://img.shields.io/github/last-commit/oberblastmeister/trashy?label=%F0%9F%92%BB
263+
[trashy-ghst]: https://img.shields.io/github/stars/oberblastmeister/trashy?label=%E2%AD%90
264+
[trashy-lang]: https://img.shields.io/github/languages/top/oberblastmeister/trashy
265+
258266
<!--xh -->
259267

260268
[xh]: https://github.com/ducaale/xh

links.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
"mcfly.png": "https://raw.githubusercontent.com/cantino/mcfly/master/docs/screenshot.png",
2525
"procs.png": "https://user-images.githubusercontent.com/200613/90223676-c8eb6580-de0e-11ea-8e3e-fea30f173aab.png",
2626
"ripgrep.gif": "https://user-images.githubusercontent.com/200613/90223748-ecaeab80-de0e-11ea-9140-ac9219f5747c.gif",
27-
"rustscan.gif": "https://github.com/RustScan/RustScan/blob/4c933b39a1de75e19ea57ff9d8ac9b359e94727a/pictures/fast.gif",
27+
"rustscan.gif": "https://raw.githubusercontent.com/RustScan/RustScan/master/pictures/fast.gif",
2828
"sd.png": "https://rest-reminder.easiestsoft.com/web/command-line-search-replace-string-in-file/img/regular-expression-replace-string-in-file.png",
2929
"tldr.png": "https://raw.githubusercontent.com/tldr-pages/tldr/main/images/tldr-dark.png",
30+
"trashy.gif": "https://raw.githubusercontent.com/oberblastmeister/trashy/master/doc/trashy_demo_1.gif",
3031
"xh.gif": "https://raw.githubusercontent.com/ducaale/xh/master/assets/xh-demo.gif",
3132
"zoxide.riff": "https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/contrib/tutorial.webp"
3233
}

screenshots/choose.png

216 Bytes
Loading

screenshots/glances.png

75.6 KB
Loading

screenshots/trashy.gif

294 KB
Loading

0 commit comments

Comments
 (0)