Skip to main content

confirm-rm

A safer rm with confirmation!

screenshot 1 screenshot 2

install

Pre-build binary

Download latest pre-build binary via release

Install via Deno

# Change version by your need
VERSION=v0.1.5
# install using Deno
deno install --import-map "https://deno.land/x/confirm_rm@$VERSION/import_map.json" --allow-read --allow-write "https://deno.land/x/confirm_rm@$VERSION/cli.ts"
# set alias
alias crm='confirm_rm'